b-fuze / deno-dom

Browser DOM & HTML parser in Deno
https://jsr.io/@b-fuze/deno-dom
MIT License
425 stars 47 forks source link

Set id attribute when id setter is invoked #84

Closed fabiancook closed 2 years ago

fabiancook commented 2 years ago

Related to #83

b-fuze commented 2 years ago

Thanks, can you add a test?

fabiancook commented 2 years ago

Yep

Can see my tests fail when I revert the code:

image

image

And pass once updated:

image

b-fuze commented 2 years ago

Alrighty, thanks