summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Handle CRs correctly everwhere.Andrew Sidwell2008-07-311-3/+123
* Handle NUL properly everywhere it should be.Andrew Sidwell2008-07-311-5/+12
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-3145-8136/+1862
* Make tree2 perform reference counting.John Mark Bell2008-07-156-49/+148
* Clean up the naming of a hack in the treebuilder.Andrew Sidwell2008-07-121-25/+26
* Fixes to "after after body", "after after frameset", and "in frameset" so tha...Andrew Sidwell2008-07-113-6/+28
* Fix the "reset the insertion mode" steps.Andrew Sidwell2008-07-111-0/+6
* HTML5's <event-source> is now <eventsource>, so rename EVENT_SOURCE to EVENTS...Andrew Sidwell2008-07-113-3/+3
* Add element names to treebuilder.c, change scoping rules, and more SVG support.Andrew Sidwell2008-07-113-6/+26
* Get SVG support up-to-spec.Andrew Sidwell2008-07-112-5/+77
* Make at least a good start on SVG support (commented-out in the spec). Move ...Andrew Sidwell2008-07-114-73/+200
* Fix processing of end tags "in frameset".Andrew Sidwell2008-07-111-2/+0
* Reprocess tokens after breaking out of foreign content.Andrew Sidwell2008-07-111-0/+2
* Implement the "in scope" bit of "if is no element in scope that has a namespa...Andrew Sidwell2008-07-111-1/+13
* Add some comments and remember to switch back to in "in foreign content" afte...Andrew Sidwell2008-07-111-4/+15
* Significantly refactor the "in foreign content" mode. Still doesn't work, bu...Andrew Sidwell2008-07-113-74/+50
* Tune up the foreign element support a bit.Andrew Sidwell2008-07-112-4/+17
* Turn on basic MathML support.Andrew Sidwell2008-07-113-11/+31
* Fix an uninitialised namespace value.Andrew Sidwell2008-07-111-0/+1
* Commit hubbub_string_match_ci().Andrew Sidwell2008-07-112-0/+28
* - Refactor out a case-insensitive hubbub_string compare functionAndrew Sidwell2008-07-113-44/+23
* Export a hubbub_doctype type to create_doctype() directly, rather than passin...Andrew Sidwell2008-07-111-3/+2
* Fix "in caption" handling.Andrew Sidwell2008-07-111-3/+5
* - Ignore #document-fragment sections betterAndrew Sidwell2008-07-111-2/+0
* - Fix html5lib test. (also committed upstream)Andrew Sidwell2008-07-111-0/+1
* Correctly ignore newline-only tokens in <pre> blocks.Andrew Sidwell2008-07-111-2/+3
* Fix <script> handling in "after head".Andrew Sidwell2008-07-111-0/+22
* Fix whitespace processing.Andrew Sidwell2008-07-111-9/+12
* Fix <isindex> processing.Andrew Sidwell2008-07-111-3/+14
* Fix up script and rcdata collection modes.Andrew Sidwell2008-07-112-24/+29
* Fix up foster parenting a bit more. Make the current table calculated on-the...Andrew Sidwell2008-07-114-45/+55
* 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