Bravotic / Mothman

Mothman web browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for <form> and <input>

Bravotic opened this issue · comments

Currently there is no support for forms or inputs, add those

When a form is encountered, a reference to it should be set in the parser state, and when an input is encountered, we should tag those as being part of that form. That should work well enough.