about summary refs log tree commit diff stats
path: root/src/html
Commit message (Expand)AuthorAgeFilesLines
...
* Fix formsbptato2022-07-173-24/+21
* Use StyledNodes instead of passing the entire DOM to the layout enginebptato2022-07-161-36/+6
* Clean up HTML namespace mess, enable processInForeignContentbptato2022-07-142-26/+91
* Fix a tokenizer bug, clean up some warningsbptato2022-07-123-10/+30
* Fix and clean up some dom-based featuresbptato2022-07-112-52/+77
* Implement HTML5 parsingbptato2022-07-114-2067/+3856
* Implement standard-compliant HTML tokenizerbptato2022-06-271-1/+1492
* Store html entities as zero terminated stringsbptato2022-06-071-4/+4
* Add querySelector and querySelectorAll for Elementbptato2022-05-231-0/+17
* SpecifiedValue -> ComputedValuebptato2022-05-131-2/+2
* Rename conflicting source filesbptato2022-05-101-0/+0
* Add support for :nth-child, implement textContentbptato2022-05-101-0/+11
* Some loader polishingbptato2022-02-091-1/+10
* parse_tag: fix html entities in valuesbptato2022-02-081-1/+1
* Cleanup form method codebptato2022-02-081-8/+38
* Implement formsbptato2022-01-292-42/+208
* Implement text-align and <center>bptato2022-01-291-2/+2
* Fix stylesheet containment bugbptato2022-01-252-12/+2
* Optimize cascading algorithmbptato2022-01-242-0/+8
* Refactorbptato2022-01-241-11/+12
* Fix head parsingbptato2022-01-241-1/+1
* Fix node to cell mappingbptato2022-01-241-8/+29
* Infer that we're in document body for textbptato2022-01-231-4/+6
* Support external stylesheetsbptato2022-01-232-2/+14
* Fix page navigationbptato2022-01-222-6/+10
* Remove specified values for PSEUDO_NONEbptato2022-01-191-1/+1
* Implement basics of new layout enginebptato2022-01-182-2/+11
* Refactorbptato2021-12-292-3/+3
* Cascade optimizations, start layout engine rewritebptato2021-12-291-1/+1
* Proper URL handlingbptato2021-12-261-4/+7
* Honestly I'm not sure what I added here...bptato2021-12-211-28/+36
* Implement gotoAnchorbptato2021-12-201-0/+5
* Fix html parser bugsbptato2021-12-191-6/+7
* Preparation for at rules, small inline-block fixbptato2021-12-192-4/+4
* Refactor selector code, optimize style tagsbptato2021-12-182-10/+31
* Rework cascading algorithmbptato2021-12-181-4/+3
* More code formatting consistencybptato2021-12-172-2/+2
* Some parser fixesbptato2021-12-151-11/+13
* Refactor enumsbptato2021-12-153-3/+95
* Add lists, function selector fixesbptato2021-12-142-36/+102
* Support ::before, ::after pseudo elementsbptato2021-12-131-1/+3
* Support inline style attributesbptato2021-12-102-17/+13
* Support CSS next- and subsequent sibling combinatorsbptato2021-11-232-6/+22
* Refactor cascading logic and css valuesbptato2021-11-191-287/+4
* User stylesheets and applyStylesheets optimizationsbptato2021-11-191-68/+74
* Fix some whitespace bugsbptato2021-11-151-11/+7
* Initial implementation of CSS :hoverbptato2021-11-141-7/+3
* Refactor output formatting code, drop non-ansi supportbptato2021-11-131-3/+0
* Ignore invalid css valuesbptato2021-11-131-12/+11
* Implement css property inheritancebptato2021-11-121-14/+10