summaryrefslogtreecommitdiff
path: root/src/treebuilder/after_after_frameset.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed dd/dt/li start tag handler once again. Also fixed resting of insertion ↵Rupinder Singh Khokhar2014-08-011-6/+11
| | | | mode. Also fixed some things in after_after_frameset state
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-5/+4
| | | | svn path=/trunk/hubbub/; revision=7082
* Bring the treebuilder up-to-date with spec.Andrew Sidwell2008-08-111-6/+4
| | | | svn path=/trunk/hubbub/; revision=5003
* Switch to using hubbub_error for reprocessing state from just a bool, to ↵Andrew Sidwell2008-08-101-6/+6
| | | | | | allow for encoding change info to be returned more easily. svn path=/trunk/hubbub/; revision=4989
* Fixes to "after after body", "after after frameset", and "in frameset" so ↵Andrew Sidwell2008-07-111-3/+13
| | | | | | that the newly added tests pass. svn path=/trunk/hubbub/; revision=4624
* Exorcise process_tag_in_body(), and just use handle_in_body() instead. This ↵Andrew Sidwell2008-07-091-2/+2
| | | | | | makes all the tests "pass". svn path=/trunk/hubbub/; revision=4545
* Get all the treebuilder actually linking together nicely.Andrew Sidwell2008-07-031-2/+2
| | | | svn path=/trunk/hubbub/; revision=4501
* Add my spangly new email address to all the files that didn't have it before.Andrew Sidwell2008-06-301-1/+1
| | | | svn path=/trunk/hubbub/; revision=4481
* Implement the "after after frameset" insertion mode.Andrew Sidwell2008-06-301-0/+61
svn path=/trunk/hubbub/; revision=4480