summaryrefslogtreecommitdiff
path: root/src/treebuilder
Commit message (Expand)AuthorAgeFilesLines
...
* Implement "after frameset" mode.Andrew Sidwell2008-06-303-1/+81
* Implement "in frameset" tree construction mode.Andrew Sidwell2008-06-303-1/+96
* Add the "after after body" insertion mode.Andrew Sidwell2008-06-303-1/+64
* Add the "after body" insertion mode.Andrew Sidwell2008-06-303-1/+82
* Add "in foreign content" handling. Not convinced this is the best way.Andrew Sidwell2008-06-305-5/+152
* Add namespace awareness right through the code, in preparation for handling f...Andrew Sidwell2008-06-2612-49/+86
* Add code to adjust foreign attributes, as per spec.Andrew Sidwell2008-06-262-1/+73
* Move some stuff internal to the "in head" mode to in_head.c.Andrew Sidwell2008-06-263-64/+65
* Implement the "in select in table" insertion mode.Andrew Sidwell2008-06-253-1/+65
* Implement the "in select" insertion mode, and add some more utility functions.Andrew Sidwell2008-06-255-1/+184
* Add a utility current_node() function which returns the current node.Andrew Sidwell2008-06-252-0/+15
* Implement the "in cell" insertion mode.Andrew Sidwell2008-06-253-0/+139
* Implement the "in row" insertion mode.Andrew Sidwell2008-06-253-1/+138
* Add the "in table body" insertion mode.Andrew Sidwell2008-06-253-1/+173
* *Really* implement "in column group" insertion mode.Andrew Sidwell2008-06-251-0/+97
* Implement "in column group" insertion mode.Andrew Sidwell2008-06-252-1/+3
* Add "in caption" insertion mode.Andrew Sidwell2008-06-243-0/+103
* Update the list of implied end tags.Andrew Sidwell2008-06-241-5/+7
* Make everything that is meant to have processing equivalent to "in head" use ...Andrew Sidwell2008-06-246-74/+33
* Rough and unoptimised quirks-mode detector in the "initial" tree construction...Andrew Sidwell2008-06-241-1/+234
* Put each insertion mode into its own C file, so that treebuilder.c doesn't ge...Andrew Sidwell2008-06-2312-864/+1018
* Add a stubbed "in foreign content" state for the treebuilder.Andrew Sidwell2008-06-232-0/+2
* Update the treebuilder so it's closer to current spec (I'm sure I've missed s...Andrew Sidwell2008-06-233-52/+108
* Whoops. Missed the makefile for src/treebuilderJohn Mark Bell2008-04-071-43/+36
* Implement "in body" insertion mode.John Mark Bell2008-04-075-432/+2477
* hubbub_strings may now be either an offset into the data buffer or a pointer ...John Mark Bell2008-03-211-10/+12
* Fix off-by-one in detecting when element stack needs enlargingJohn Mark Bell2008-03-141-1/+1
* More treebuilder (8.2.4.11 & 8.2.4.12)John Mark Bell2008-03-141-37/+262
* More treebuilder (8.2.4.10)John Mark Bell2008-03-141-8/+497
* More treebuilder (8.2.4.9)John Mark Bell2008-03-121-113/+242
* More treebuilder (really 8.2.4.8 this time)John Mark Bell2008-03-111-0/+175
* More treebuilder (8.2.4.8)John Mark Bell2008-03-112-109/+256
* More treebuilder (up to 8.2.4.7)John Mark Bell2008-03-112-1/+808
* Beginnings of a tree builder.John Mark Bell2008-03-073-0/+311