about summary refs log tree commit diff stats
path: root/src/html/dom.nim
Commit message (Expand)AuthorAgeFilesLines
...
* Add unicode normalization, etcbptato2022-12-191-2/+2
* More DOM workbptato2022-12-191-243/+534
* More work on DOM (incl. bugfixes)bptato2022-12-191-143/+129
* Add JS support to documentsbptato2022-12-181-41/+503
* Fix typobptato2022-11-301-1/+1
* Add textareabptato2022-11-281-45/+112
* Add support for <button>bptato2022-11-271-2/+23
* Re-enable media queriesbptato2022-10-191-4/+11
* Rename jsget/jsset to jsfget/jsfset for functionsbptato2022-09-161-5/+5
* Bugfixes & test JS event loopbptato2022-09-161-8/+42
* More JS bindingsbptato2022-09-131-12/+63
* Fix nth-child bugs, rename select to matchbptato2022-08-231-3/+15
* Add interactive <select>bptato2022-07-311-2/+17
* Add SupportedFormAssociatedElementsbptato2022-07-301-3/+2
* Fix incorrect use of del()bptato2022-07-291-1/+1
* Fix StyledNode invalidation & othersbptato2022-07-271-4/+3
* Fix an infinite loop in getElementByIdbptato2022-07-231-11/+4
* Optimize dombptato2022-07-211-74/+72
* Enable remote stylesheets; fix inline block valuesbptato2022-07-181-1/+2
* Implement select element displaybptato2022-07-171-53/+174
* Fix formsbptato2022-07-171-22/+17
* Use StyledNodes instead of passing the entire DOM to the layout enginebptato2022-07-161-36/+6
* Clean up HTML namespace mess, enable processInForeignContentbptato2022-07-141-9/+8
* Fix a tokenizer bug, clean up some warningsbptato2022-07-121-6/+19
* Fix and clean up some dom-based featuresbptato2022-07-111-44/+69
* Implement HTML5 parsingbptato2022-07-111-88/+348
* Add querySelector and querySelectorAll for Elementbptato2022-05-231-0/+17
* SpecifiedValue -> ComputedValuebptato2022-05-131-2/+2
* Add support for :nth-child, implement textContentbptato2022-05-101-0/+11
* Cleanup form method codebptato2022-02-081-8/+38
* Implement formsbptato2022-01-291-39/+188
* Fix stylesheet containment bugbptato2022-01-251-4/+0
* Optimize cascading algorithmbptato2022-01-241-0/+1
* Refactorbptato2022-01-241-11/+12
* Fix node to cell mappingbptato2022-01-241-8/+29
* Support external stylesheetsbptato2022-01-231-2/+11
* Fix page navigationbptato2022-01-221-4/+7
* Remove specified values for PSEUDO_NONEbptato2022-01-191-1/+1
* Implement basics of new layout enginebptato2022-01-181-2/+10
* Refactorbptato2021-12-291-1/+1
* Cascade optimizations, start layout engine rewritebptato2021-12-291-1/+1
* Proper URL handlingbptato2021-12-261-4/+7
* Implement gotoAnchorbptato2021-12-201-0/+5
* Preparation for at rules, small inline-block fixbptato2021-12-191-2/+2
* Refactor selector code, optimize style tagsbptato2021-12-181-0/+11
* Rework cascading algorithmbptato2021-12-181-4/+3
* More code formatting consistencybptato2021-12-171-1/+1
* Refactor enumsbptato2021-12-151-1/+1
* Add lists, function selector fixesbptato2021-12-141-19/+77
* Support ::before, ::after pseudo elementsbptato2021-12-131-1/+3