summaryrefslogtreecommitdiff
path: root/src/html/html_document.c
Commit message (Expand)AuthorAgeFilesLines
* Add CENTER to list of HTML elements.Michael Drake2016-02-041-0/+3
* Add full list of HTML5 elements to enum.Michael Drake2016-02-011-201/+305
* Store HTMLElement tag types as enum on the html elements.Michael Drake2016-01-281-7/+4
* Simplified consistant interface to HTMLElement creation.Michael Drake2016-01-281-73/+70
* Fix: Pass tag_name through to HTMLQuoteElement initialiser.Michael Drake2016-01-281-1/+2
* Fix longstanding failure to handle HTMLDirectoryElement specialisation.Michael Drake2016-01-271-7/+4
* Optimise HTMLElement specialisation slightly.Michael Drake2016-01-271-189/+222
* Optimise element specialisation: use non-caseless comparison in ladder.Michael Drake2016-01-271-63/+63
* Remove default from HTML element specialisation switch.Michael Drake2016-01-271-1/+0
* Add missing detection of HTMLBaseElement specialisation.Michael Drake2016-01-271-0/+8
* Add missing detection of HTMLMetaElement specialisation.Michael Drake2016-01-271-0/+7
* Add missing detection of HTMLDivElement specialisation.Michael Drake2016-01-271-0/+8
* Add missing specialisation of BLOCKQUOTE.Michael Drake2016-01-271-0/+4
* Enable table row HTML element specialisation.Michael Drake2016-01-271-0/+4
* Split detection of HTML TAG type out into helper.Michael Drake2016-01-271-138/+325
* Split out tag names from general string table and enum.Michael Drake2016-01-271-89/+197
* Ensure HTMLDocument uses Document's Node vtable so that .textContent is correctDaniel Silverstone2015-11-221-1/+1
* Make HTMLDList IDL to c name mapping consistantVincent Sanders2015-10-231-2/+2
* Make HTMLOList IDL to c name mapping consistantVincent Sanders2015-10-231-2/+2
* Fix DoxygenDaniel Silverstone2014-11-151-1/+1
* Fix unref issue with html collection in applets callback. Coverity #1227072Daniel Silverstone2014-11-151-3/+4
* Fix type nonsense.John-Mark Bell2014-07-181-4/+4
* This tag gave me a headache for a day or two :P. The problem is that the pars...Rupinder Singh Khokhar2014-07-181-0/+4
* HTMLCollectionRupinder Singh Khokhar2014-07-181-0/+1
* HTMLDocument Element incomplete & test generator minor fixRupinder Singh Khokhar2014-07-181-29/+199
* IFrame Elementrsk19942014-06-111-0/+4
* Frame Elementrsk19942014-06-111-0/+4
* FrameSet Elementrsk19942014-06-111-0/+4
* Style Elementrsk19942014-06-111-0/+4
* tableSectionElement Rev.2 && tableCellElement Rev.4 && tableElement Rev.1 && ...rsk19942014-06-111-1/+9
* TableSection Element Rev.1rsk19942014-06-111-0/+6
* TableCol Elementrsk19942014-06-111-0/+6
* TableCell Element & possible bug fix on TableCaption ELementrsk19942014-06-111-0/+6
* TableCaption Elementrsk19942014-06-111-0/+4
* [Map Element Rev.2(fix)] & [Script Element add]rsk19942014-06-111-0/+12
* Applet Elementrsk19942014-06-111-0/+4
* Param Elementrsk19942014-06-111-0/+4
* Object <object> Element.rsk19942014-06-111-0/+4
* Typecasting POC to correct DOMTSHandler. A minor dupliction fixed in Anchor E...rsk19942014-06-111-0/+4
* Including Level2 tests & the Basefont Element , also a minor change in level2...rsk19942014-06-111-0/+4
* Anchor <a> elementrsk19942014-06-111-0/+4
* Mod Elementrsk19942014-06-111-0/+5
* Font Elementrsk19942014-06-111-0/+4
* LI <li> Elementrsk19942014-06-111-0/+4
* OList <ol> Elementrsk19942014-06-111-0/+4
* Ulist Elementrsk19942014-06-111-0/+4
* Label Elementrsk19942014-06-111-0/+4
* Br Elementrsk19942014-06-111-0/+4
* Pre Elementrsk19942014-06-111-0/+4
* QUOTE <q> Elementrsk19942014-06-111-0/+4