summaryrefslogtreecommitdiff
path: root/include/dom/html/html_elements.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix longstanding failure to handle HTMLDirectoryElement specialisation.Michael Drake2016-01-271-1/+1
| | | | | We were looking for DIRECTORY tags, but we should have been looking for DIR elements.
* Split out tag names from general string table and enum.Michael Drake2016-01-271-0/+94
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.