about summary refs log tree commit diff stats
path: root/src/html/enums.nim
Commit message (Collapse)AuthorAgeFilesLines
* dom: enumize attribute namesbptato2024-02-081-0/+58
|
* dom: reduce tagType usebptato2024-02-081-6/+0
| | | | | tagType is now a function call, but usually it's enough to just test for the object type.
* Update chamebptato2024-02-071-1/+21
| | | | | | | | * Update chame to the latest version * Get rid of nodeType usage * Add atoms * Re-implement DOM attributes * document.write
* dom: standard-compliant innerHTML/outerHTMLbptato2024-01-121-0/+6
| | | | | | | | It's still not perfect, but at least now we do not apply non-standard whitespace changes. The stringifier is left as it is since it's more useful for debugging this way.
* Use std/* imports everywherebptato2024-01-071-2/+2
|
* Use twtstr.join everywherebptato2023-10-011-1/+3
|
* update chamebptato2023-09-191-0/+44
and with that, resolve the unknown input type issue