b-fuze / deno-dom

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

feat: implement HTMLInputElement #171

Open lowlighter opened 4 months ago

b-fuze commented 4 months ago

Just as a preface: HTMLInputElement is a very complex element... Currently it seems that you've implemented the text field and checkbox states, and as you know there are many more states