summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_body.c
Commit message (Expand)AuthorAgeFilesLines
* Correctly ignore newline-only tokens in <pre> blocks.Andrew Sidwell2008-07-111-2/+3
* Fix <isindex> processing.Andrew Sidwell2008-07-111-3/+14
* Fix up foster parenting a bit more. Make the current table calculated on-the...Andrew Sidwell2008-07-111-19/+9
* 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-101-2/+2
* 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
* Exorcise process_tag_in_body(), and just use handle_in_body() instead. This ...Andrew Sidwell2008-07-091-39/+0
* 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-091-10/+12
* Fix handling of non-whitespace characters in table.John Mark Bell2008-07-081-1/+9
* A bunch of fixes to table handlingJohn Mark Bell2008-07-071-2/+10
* Add namespace awareness right through the code, in preparation for handling f...Andrew Sidwell2008-06-261-11/+24
* Make everything that is meant to have processing equivalent to "in head" use ...Andrew Sidwell2008-06-241-16/+8
* Update the treebuilder so it's closer to current spec (I'm sure I've missed s...Andrew Sidwell2008-06-231-20/+37
* Implement "in body" insertion mode.John Mark Bell2008-04-071-0/+1898