about summary refs log tree commit diff stats
path: root/src/html/catom.nim
Commit message (Collapse)AuthorAgeFilesLines
* catom: merge TagType with AttrTypebptato2024-03-041-23/+105
| | | | | it's inefficient and pointless to treat them differently, so just derive a new enum from TagType with a macro
* dom: enumize attribute namesbptato2024-02-081-15/+51
|
* Update chamebptato2024-02-071-0/+60
* Update chame to the latest version * Get rid of nodeType usage * Add atoms * Re-implement DOM attributes * document.write