summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_foreign_content.c
Commit message (Collapse)AuthorAgeFilesLines
* Reprocess tokens after breaking out of foreign content.Andrew Sidwell2008-07-111-0/+2
| | | | svn path=/trunk/hubbub/; revision=4611
* Implement the "in scope" bit of "if is no element in scope that has a ↵Andrew Sidwell2008-07-111-1/+13
| | | | | | namespace other than the HTML namespace, switch the insertion mode to the secondary insertion mode". svn path=/trunk/hubbub/; revision=4610
* 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-111-61/+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-111-4/+15
| | | | svn path=/trunk/hubbub/; revision=4607
* Turn on basic MathML support.Andrew Sidwell2008-07-111-6/+20
| | | | svn path=/trunk/hubbub/; revision=4606
* Derefcount things which should be derefcounted.Andrew Sidwell2008-07-031-0/+3
| | | | svn path=/trunk/hubbub/; revision=4502
* 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 "in foreign content" handling. Not convinced this is the best way.Andrew Sidwell2008-06-301-0/+139
svn path=/trunk/hubbub/; revision=4475