summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add some comments and remember to switch back to in "in foreign content" ↵Andrew Sidwell2008-07-111-4/+15
| | | | | | after processing as if in the secondary insertion mode. svn path=/trunk/hubbub/; revision=4609
* Significantly refactor the "in foreign content" mode. Still doesn't work, ↵Andrew Sidwell2008-07-113-74/+50
| | | | | | but the logic is clearer and more correct. svn path=/trunk/hubbub/; revision=4608
* Tune up the foreign element support a bit.Andrew Sidwell2008-07-112-4/+17
| | | | svn path=/trunk/hubbub/; revision=4607
* Turn on basic MathML support.Andrew Sidwell2008-07-113-11/+31
| | | | svn path=/trunk/hubbub/; revision=4606
* Fix an uninitialised namespace value.Andrew Sidwell2008-07-111-0/+1
| | | | svn path=/trunk/hubbub/; revision=4605
* Commit hubbub_string_match_ci().Andrew Sidwell2008-07-112-0/+28
| | | | svn path=/trunk/hubbub/; revision=4604
* - Refactor out a case-insensitive hubbub_string compare functionAndrew Sidwell2008-07-113-44/+23
| | | | | | - Fix <input type="hidden"> handling in tables svn path=/trunk/hubbub/; revision=4603
* Export a hubbub_doctype type to create_doctype() directly, rather than ↵Andrew Sidwell2008-07-114-27/+23
| | | | | | passing all its members as individual arguments. svn path=/trunk/hubbub/; revision=4602
* Fix an html5lib testcase (also committed upstream).Andrew Sidwell2008-07-111-1/+1
| | | | svn path=/trunk/hubbub/; revision=4601
* Provide an strndup implementation for those platforms that don't have it ↵John Mark Bell2008-07-111-0/+25
| | | | | | (yay Mac OS) svn path=/trunk/hubbub/; revision=4600
* Comment out SIGCHLD handler -- it's unnecessary afaicsJohn Mark Bell2008-07-111-1/+1
| | | | svn path=/trunk/hubbub/; revision=4599
* Cast values to int to avoid warnings.John Mark Bell2008-07-112-3/+5
| | | | svn path=/trunk/hubbub/; revision=4598
* Fix "in caption" handling.Andrew Sidwell2008-07-111-3/+5
| | | | svn path=/trunk/hubbub/; revision=4597
* - Ignore #document-fragment sections betterAndrew Sidwell2008-07-112-11/+15
| | | | | | - Remove a debugging statement svn path=/trunk/hubbub/; revision=4596
* - Fix html5lib test. (also committed upstream)Andrew Sidwell2008-07-112-1/+1
| | | | | | - Process XMP properly. svn path=/trunk/hubbub/; revision=4595
* Correctly ignore newline-only tokens in <pre> blocks.Andrew Sidwell2008-07-111-2/+3
| | | | svn path=/trunk/hubbub/; revision=4594
* Fix <script> handling in "after head".Andrew Sidwell2008-07-111-0/+22
| | | | svn path=/trunk/hubbub/; revision=4593
* Fix whitespace processing.Andrew Sidwell2008-07-111-9/+12
| | | | svn path=/trunk/hubbub/; revision=4592
* Fix the test harness with multiline #data sections.Andrew Sidwell2008-07-111-4/+22
| | | | svn path=/trunk/hubbub/; revision=4591
* Fix <isindex> processing.Andrew Sidwell2008-07-111-3/+14
| | | | svn path=/trunk/hubbub/; revision=4590
* Implement the test harness' add_attribute() methodAndrew Sidwell2008-07-111-2/+26
| | | | svn path=/trunk/hubbub/; revision=4588
* Fix up script and rcdata collection modes.Andrew Sidwell2008-07-112-24/+29
| | | | svn path=/trunk/hubbub/; revision=4587
* Fix up foster parenting a bit more. Make the current table calculated ↵Andrew Sidwell2008-07-114-45/+55
| | | | | | on-the-fly. svn path=/trunk/hubbub/; revision=4586
* Sort out the harness' DOCTYPE prettyprinting and up in the input line length ↵Andrew Sidwell2008-07-111-9/+25
| | | | | | to 2048 characters. svn path=/trunk/hubbub/; revision=4585
* Fix whitespace processing.Andrew Sidwell2008-07-111-1/+1
| | | | svn path=/trunk/hubbub/; revision=4584
* Fix up "after body" and "after after body" modes.Andrew Sidwell2008-07-112-1/+4
| | | | svn path=/trunk/hubbub/; revision=4583
* Get the test harness concatenating adjacent text nodes.Andrew Sidwell2008-07-111-13/+43
| | | | svn path=/trunk/hubbub/; revision=4582
* Fix the FIXME -- OS X was clearly being stupid earlier. This works fine on ↵John Mark Bell2008-07-101-5/+1
| | | | | | real OSen. svn path=/trunk/hubbub/; revision=4579
* Get in-table fostering working for comments and text too.Andrew Sidwell2008-07-101-27/+40
| | | | svn path=/trunk/hubbub/; revision=4576
* When handling things as "in body" in the "Anything else" section of the "in ↵Andrew Sidwell2008-07-102-15/+13
| | | | | | | | | | table" insertion mode, for the text: "if the current node is a table, tbody, tfoot, thead, or tr element, then, whenever a node would be inserted into the current node, it must instead be foster parented. Change to evalute "current node" at insertion-time rather before handling as if "in body". svn path=/trunk/hubbub/; revision=4574
* Push elements onto the stack properly even if they are foster parented in ↵Andrew Sidwell2008-07-101-7/+7
| | | | | | tables. svn path=/trunk/hubbub/; revision=4572
* Improved dependency tracking.John Mark Bell2008-07-103-10/+71
| | | | | | There's currently an issue that means that testcases don't get rebuilt when the debug library changes -- the workaround is to make clean. I've currently no idea how to fix this -- see the FIXME in test/Makefile for details. svn path=/trunk/hubbub/; revision=4571
* Reset current_table properly after shuffling the stack.Andrew Sidwell2008-07-101-0/+10
| | | | svn path=/trunk/hubbub/; revision=4570
* - Handle in_table_foster for element insertion (yet to do comment/character).Andrew Sidwell2008-07-104-33/+45
| | | | | | | - Fix test harness's insert_before() method. - Foster parenting now correctly taints the current table. svn path=/trunk/hubbub/; revision=4568
* Use correct format specifierJohn Mark Bell2008-07-101-20/+20
| | | | svn path=/trunk/hubbub/; revision=4567
* Remove some unintentionally committed debug code.Andrew Sidwell2008-07-101-3/+0
| | | | svn path=/trunk/hubbub/; revision=4564
* Format comments properly in text output. In the test harness. Again.Andrew Sidwell2008-07-101-2/+5
| | | | svn path=/trunk/hubbub/; revision=4563
* Make sure all start tags get their namespace set.Andrew Sidwell2008-07-101-0/+4
| | | | svn path=/trunk/hubbub/; revision=4562
* Fix another bug in the test harness.Andrew Sidwell2008-07-101-3/+17
| | | | svn path=/trunk/hubbub/; revision=4561
* Remove end-of-line whitespace around the adoption agency algorithm, so I ↵Andrew Sidwell2008-07-101-45/+47
| | | | | | don't end up doing it in future commits by mistake. svn path=/trunk/hubbub/; revision=4560
* Fix the test harness' implementation of reparent_children().Andrew Sidwell2008-07-101-6/+27
| | | | svn path=/trunk/hubbub/; revision=4559
* Make element_type_from_name() available everywhere when debugging.Andrew Sidwell2008-07-102-1/+3
| | | | svn path=/trunk/hubbub/; revision=4558
* Make the testrunner not overwrite the root node in cases like "<!DOCTYPE ↵Andrew Sidwell2008-07-091-16/+24
| | | | | | html><html>", and make the node printer print all nodes in a document. svn path=/trunk/hubbub/; revision=4552
* Make the tree-construction testrunner ns-aware.Andrew Sidwell2008-07-091-11/+42
| | | | svn path=/trunk/hubbub/; revision=4551
* Add an explict null namespace to hubbub_ns.Andrew Sidwell2008-07-092-0/+5
| | | | svn path=/trunk/hubbub/; revision=4550
* Fix namespaces on manufactured elements.Andrew Sidwell2008-07-094-0/+4
| | | | svn path=/trunk/hubbub/; revision=4549
* Get the tree-construction testrunner checking that tests actually pass.Andrew Sidwell2008-07-091-16/+73
| | | | svn path=/trunk/hubbub/; revision=4548
* Exorcise process_tag_in_body(), and just use handle_in_body() instead. This ↵Andrew Sidwell2008-07-0915-57/+16
| | | | | | makes all the tests "pass". svn path=/trunk/hubbub/; revision=4545
* Make the test harness ignore #document-fragment sections instead of choking ↵Andrew Sidwell2008-07-091-1/+4
| | | | | | on them. svn path=/trunk/hubbub/; revision=4544
* - Fix process_character_expect_whitespace()'s idea of whitespace to match ↵Andrew Sidwell2008-07-093-8/+50
| | | | | | | | | | current spec. - Add a few more asserts (they can't hurt). - Fix infinite loop "in frameset" - Make the "after body" mode behave properly wrt character data svn path=/trunk/hubbub/; revision=4543