- Handle boolean attributes correctly (disabled, etc)
- [-] Add enums / correct types for everything to match html spec. (Slowly being added over time.)
- Correctly space the resulting string with tabs.
-
I might switch text only elements to taking strings directly instead of having to callPassing a string into a.txt()
. (Ex: p, b)h()
call will make it call.txt()
on itself. - Figure out how to move all the aria and svg into a sub property to keep things clean. (might not do this)
- Add proper documentation in the wiki.