summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_body.c
Commit message (Expand)AuthorAgeFilesLines
* Treebuilder: Add some new element names.Michael Drake2020-05-221-9/+12
* Remove client allocation function and update for new lpu API.Michael Drake2013-12-141-12/+10
* Fix build with GCC 4.6John Mark Bell2011-07-261-52/+19
* Fix use of uninitialised variable caused by braindead variable naming.John Mark Bell2009-05-271-3/+3
* Merged revisions 7071-7082 via svnmerge from John Mark Bell2009-04-151-260/+278
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-407/+720
* Sync treebuilder with specJohn Mark Bell2009-03-101-123/+254
* Fix bug 2673645John Mark Bell2009-03-091-2/+5
* Squash more doxygen warnings. Don't use html tags in comments, folks.John Mark Bell2009-01-081-25/+23
* Use doxygen to create API documentation.John Mark Bell2009-01-081-2/+5
* C89François Revel2008-11-301-27/+25
* Remove reminders to support UTF-16, since we don't need to anymore.Andrew Sidwell2008-08-111-4/+0
* Simplify in_head.c; make sure return codes from handle_in_head() get propagat...Andrew Sidwell2008-08-101-1/+1
* Switch to using hubbub_error for reprocessing state from just a bool, to allo...Andrew Sidwell2008-08-101-10/+10
* Remove process_in_head(), since it was identical in behaviour to handle_in_he...Andrew Sidwell2008-08-101-1/+1
* Remove some commented-out code that doesn't reflect the spec's intention. Fi...Andrew Sidwell2008-08-091-11/+3
* Make scripting enable flag configurableJohn Mark Bell2008-08-041-2/+3
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-311-40/+36
* Make tree2 perform reference counting.John Mark Bell2008-07-151-9/+76
* HTML5's <event-source> is now <eventsource>, so rename EVENT_SOURCE to EVENTS...Andrew Sidwell2008-07-111-1/+1
* Make at least a good start on SVG support (commented-out in the spec). Move ...Andrew Sidwell2008-07-111-2/+7
* Tune up the foreign element support a bit.Andrew Sidwell2008-07-111-0/+2
* Turn on basic MathML support.Andrew Sidwell2008-07-111-4/+9
* Fix an uninitialised namespace value.Andrew Sidwell2008-07-111-0/+1
* 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