summaryrefslogtreecommitdiff
path: root/src/html/html_quote_element.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix: Proper copy constructor for HTMLQuoteElement.Michael Drake2016-02-051-0/+9
|
* Simplified consistant interface to HTMLElement creation.Michael Drake2016-01-281-4/+4
| | | | Also fixes STYLE element not getting the correct namespace or prefix.
* Fix: Pass tag_name through to HTMLQuoteElement initialiser.Michael Drake2016-01-281-2/+2
| | | | | It needs to be given the tag_name, because it could have been created by a Q or BLOCKQUOTE element.
* QUOTE <q> Elementrsk19942014-06-111-0/+45
|
* 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