summaryrefslogtreecommitdiff
path: root/src/html/html_opt_group_element.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix: Proper copy constructor for HTMLOptGroupElement.Michael Drake2016-02-051-3/+32
|
* Simplified consistant interface to HTMLElement creation.Michael Drake2016-01-281-12/+10
| | | | Also fixes STYLE element not getting the correct namespace or prefix.
* 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.
* HTMLOptGroupElement: ImplementationDaniel Silverstone2012-07-191-1/+185
|
* HTMLOptGroupElement: Prepare for implementationDaniel Silverstone2012-07-191-0/+7