summaryrefslogtreecommitdiff
path: root/include/dom/html/html_document.h
Commit message (Collapse)AuthorAgeFilesLines
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-10/+10
| | | | svn path=/trunk/libdom/; revision=12172
* Provide mechanism for binding/client to define the features a document ↵John Mark Bell2010-12-061-1/+1
| | | | | | | | | object should support. Utilise this to decide whether to create a raw Document or an HTMLDocument instance. Disable the above decision, as the HTMLDocument implementation is garbage svn path=/trunk/libdom/; revision=11025
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+97
A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724