summaryrefslogtreecommitdiff
path: root/src/treebuilder/after_body.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix up "after body" and "after after body" modes.Andrew Sidwell2008-07-111-1/+1
| | | | svn path=/trunk/hubbub/; revision=4583
* Exorcise process_tag_in_body(), and just use handle_in_body() instead. This ↵Andrew Sidwell2008-07-091-1/+1
| | | | | | makes all the tests "pass". svn path=/trunk/hubbub/; revision=4545
* - Fix process_character_expect_whitespace()'s idea of whitespace to match ↵Andrew Sidwell2008-07-091-2/+36
| | | | | | | | | | 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
* 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
* Add the "after body" insertion mode.Andrew Sidwell2008-06-301-0/+79
svn path=/trunk/hubbub/; revision=4476