summaryrefslogtreecommitdiff
path: root/src/html/html_document.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* H1, H2, H3, H4, H5 & H6 Elementsrsk19942014-06-111-0/+10
* Paragraph Elementrsk19942014-06-111-0/+4
* Fieldset & Legend Elementsrsk19942014-06-111-0/+8
* Menu Elementrsk19942014-05-011-0/+4
* Directory Elementrsk19942014-05-011-0/+4
* Dlist elementrsk19942014-05-011-0/+4
* final patch for adding hr tag to libdomrsk19942014-03-051-0/+4
* remove unecessary null check (coverity 1127087)Vincent Sanders2013-11-081-3/+1
* add context for default action functionVincent Sanders2013-02-191-3/+5
* Disable validation of element and attribute names in HTML DOM treesDaniel Silverstone2012-11-021-12/+75
* Merge branch 'tlsa/selectstuff'Michael Drake2012-09-191-0/+8
|\
| * Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-081-0/+8
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-101-1/+1
|/
* HTMLBodyElement: Implementation and test enablingDaniel Silverstone2012-07-221-0/+4
* HTMLDocument: If finalise is hung, don't free us underneath ourselvesDaniel Silverstone2012-07-211-10/+14
* HTMLDocument: Uppercase all tag names for HTMLElement and derivativesDaniel Silverstone2012-07-211-36/+31
* HTMLOptGroupElement: ImplementationDaniel Silverstone2012-07-191-0/+6
* HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-181-0/+6
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-081-0/+12
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: Ma...Daniel Silverstone2012-07-071-3/+6
* HTMLDocument: Tidy implementation of is_form predicateDaniel Silverstone2012-07-071-14/+3