summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix whitespace processing.Andrew Sidwell2008-07-111-1/+1
* Fix up "after body" and "after after body" modes.Andrew Sidwell2008-07-112-1/+4
* Get in-table fostering working for comments and text too.Andrew Sidwell2008-07-101-27/+40
* When handling things as "in body" in the "Anything else" section of the "in t...Andrew Sidwell2008-07-102-15/+13
* Push elements onto the stack properly even if they are foster parented in tab...Andrew Sidwell2008-07-101-7/+7
* Reset current_table properly after shuffling the stack.Andrew Sidwell2008-07-101-0/+10
* - Handle in_table_foster for element insertion (yet to do comment/character).Andrew Sidwell2008-07-103-31/+41
* Make sure all start tags get their namespace set.Andrew Sidwell2008-07-101-0/+4
* Remove end-of-line whitespace around the adoption agency algorithm, so I don'...Andrew Sidwell2008-07-101-45/+47
* Make element_type_from_name() available everywhere when debugging.Andrew Sidwell2008-07-102-1/+3
* Add an explict null namespace to hubbub_ns.Andrew Sidwell2008-07-091-0/+4
* Fix namespaces on manufactured elements.Andrew Sidwell2008-07-094-0/+4
* Exorcise process_tag_in_body(), and just use handle_in_body() instead. This ...Andrew Sidwell2008-07-0915-57/+16
* - Fix process_character_expect_whitespace()'s idea of whitespace to match cu...Andrew Sidwell2008-07-093-8/+50
* Further table fixes, and minor tidying.John Mark Bell2008-07-094-12/+10
* Remove invalid assertion -- </form> may occur in input data before any <form>...John Mark Bell2008-07-091-4/+4
* Fixes for in_cell and adoption agencyJohn Mark Bell2008-07-092-11/+13
* Big testing hack to print the various insertion modes the treebuilder goes th...Andrew Sidwell2008-07-091-23/+38
* Fix handling of non-whitespace characters in table.John Mark Bell2008-07-082-5/+14
* Fix processing of characters in after headJohn Mark Bell2008-07-082-3/+3
* A bunch of fixes to table handlingJohn Mark Bell2008-07-076-20/+56
* Fix an assertion.Andrew Sidwell2008-07-031-1/+1
* Derefcount things which should be derefcounted.Andrew Sidwell2008-07-039-0/+70
* Get all the treebuilder actually linking together nicely.Andrew Sidwell2008-07-037-15/+55
* Implement the "in table" insertion mode, at least partially. (The adoption a...Andrew Sidwell2008-07-034-5/+211
* Add my spangly new email address to all the files that didn't have it before.Andrew Sidwell2008-06-3013-13/+13
* Implement the "after after frameset" insertion mode.Andrew Sidwell2008-06-302-1/+62
* 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-265-2/+152
* Add the basics of namespace support.Andrew Sidwell2008-06-261-0/+1
* 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