summaryrefslogtreecommitdiff
path: root/src/treebuilder/modes.h
Commit message (Expand)AuthorAgeFilesLines
* Lose trailing commas.John Mark Bell2009-04-151-1/+1
* Sync treebuilder with specJohn Mark Bell2009-03-101-1/+0
* Switch to using hubbub_error for reprocessing state from just a bool, to allo...Andrew Sidwell2008-08-101-23/+23
* Remove process_in_head(), since it was identical in behaviour to handle_in_he...Andrew Sidwell2008-08-101-7/+0
* Exorcise process_tag_in_body(), and just use handle_in_body() instead. This ...Andrew Sidwell2008-07-091-2/+0
* Get all the treebuilder actually linking together nicely.Andrew Sidwell2008-07-031-1/+3
* Implement the "in table" insertion mode, at least partially. (The adoption a...Andrew Sidwell2008-07-031-0/+2
* Implement "after frameset" mode.Andrew Sidwell2008-06-301-0/+2
* Implement "in frameset" tree construction mode.Andrew Sidwell2008-06-301-0/+2
* Add the "after after body" insertion mode.Andrew Sidwell2008-06-301-0/+2
* Add the "after body" insertion mode.Andrew Sidwell2008-06-301-0/+2
* Add "in foreign content" handling. Not convinced this is the best way.Andrew Sidwell2008-06-301-0/+4
* Implement the "in select in table" insertion mode.Andrew Sidwell2008-06-251-0/+4
* Implement the "in select" insertion mode, and add some more utility functions.Andrew Sidwell2008-06-251-0/+2
* Implement the "in cell" insertion mode.Andrew Sidwell2008-06-251-0/+2
* Implement the "in row" insertion mode.Andrew Sidwell2008-06-251-0/+2
* Add the "in table body" insertion mode.Andrew Sidwell2008-06-251-0/+2
* Implement "in column group" insertion mode.Andrew Sidwell2008-06-251-0/+2
* Add "in caption" insertion mode.Andrew Sidwell2008-06-241-0/+2
* Make everything that is meant to have processing equivalent to "in head" use ...Andrew Sidwell2008-06-241-0/+2
* Put each insertion mode into its own C file, so that treebuilder.c doesn't ge...Andrew Sidwell2008-06-231-0/+66