summaryrefslogtreecommitdiff
path: root/src/html/html_quote_element.c
Commit message (Collapse)AuthorAgeFilesLines
* Simplified consistant interface to HTMLElement creation.Michael Drake2016-01-281-12/+10
| | | | Also fixes STYLE element not getting the correct namespace or prefix.
* Fix: Pass tag_name through to HTMLQuoteElement initialiser.Michael Drake2016-01-281-5/+5
| | | | | It needs to be given the tag_name, because it could have been created by a Q or BLOCKQUOTE element.
* Split out tag names from general string table and enum.Michael Drake2016-01-271-2/+2
| | | | | Previously these were mixed in the the document's general memoised strings. This also gives us an enum by which HTML elements can be identified.
* QUOTE <q> Elementrsk19942014-06-111-0/+154
|
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+7
A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724