summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
Commit message (Collapse)AuthorAgeFilesLines
* DOMTokenList: Initial implementation.Daniel Silverstone2022-11-271-0/+1
| | | | | | | We cover the core behaviours of DOMTokenList and also DOMSettableTokenList so that the IDL can be implemented in NetSurf. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Fix HTMLCanvasElement types for width and height attributesVincent Sanders2020-04-241-0/+1
|
* namespace: Support finalising the namespace stringsDaniel Silverstone2019-09-071-0/+6
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Introduce integer types as defined in IDL specificationVincent Sanders2015-10-231-0/+1
|
* This tag gave me a headache for a day or two :P. The problem is that the ↵Rupinder Singh Khokhar2014-07-181-0/+1
| | | | parser isnt handling the isindex element properly. I have left this tag incomplete right now. Will look at it later on.
* IFrame Elementrsk19942014-06-111-0/+1
|
* Frame Elementrsk19942014-06-111-0/+1
|
* FrameSet Elementrsk19942014-06-111-0/+1
|
* Style Elementrsk19942014-06-111-0/+1
|
* Base Elementrsk19942014-06-111-0/+1
|
* tableSectionElement Rev.2 && tableCellElement Rev.4 && tableElement Rev.1 && ↵rsk19942014-06-111-0/+2
| | | | tableRowElement Rev.1 && DOMTSHandler(Test Suite) Revised and implemented inefficient ways to produce correct .c's && other minor bg fixes in HTMLCollection... Tests expecting 2nd attribute of dom_html_collection_get_length to be of type int32_t aren't enabled yet. Will be done in a later commit.
* TableSection Element Rev.1rsk19942014-06-111-0/+1
|
* TableCol Elementrsk19942014-06-111-0/+1
|
* TableCell Element & possible bug fix on TableCaption ELementrsk19942014-06-111-0/+1
|
* TableCaption Elementrsk19942014-06-111-0/+1
|
* [Map Element Rev.2(fix)] & [Script Element add]rsk19942014-06-111-0/+1
|
* Map Elementrsk19942014-06-111-0/+1
|
* Area Element & documentElement minor fixrsk19942014-06-111-0/+1
|
* Applet Elementrsk19942014-06-111-0/+1
|
* Param Elementrsk19942014-06-111-0/+1
|
* Object <object> Element.rsk19942014-06-111-0/+1
|
* Typecasting POC to correct DOMTSHandler. A minor dupliction fixed in Anchor ↵rsk19942014-06-111-0/+1
| | | | Element. Image <img> Element
* Including Level2 tests & the Basefont Element , also a minor change in ↵rsk19942014-06-111-0/+1
| | | | level2 basefontElement test
* Anchor <a> elementrsk19942014-06-111-0/+1
|
* Mod Elementrsk19942014-06-111-0/+1
|
* Font Elementrsk19942014-06-111-0/+1
|
* LI <li> Elementrsk19942014-06-111-0/+1
|
* OList <ol> Elementrsk19942014-06-111-0/+1
|
* Ulist Elementrsk19942014-06-111-0/+1
|
* Label Elementrsk19942014-06-111-0/+1
|
* Br Elementrsk19942014-06-111-0/+1
|
* Pre Elementrsk19942014-06-111-0/+1
|
* QUOTE <q> Elementrsk19942014-06-111-0/+1
|
* H1, H2, H3, H4, H5 & H6 Elementsrsk19942014-06-111-0/+1
|
* Paragraph Elementrsk19942014-06-111-0/+1
|
* Div Elementrsk19942014-06-111-0/+1
|
* Fieldset & Legend Elementsrsk19942014-06-111-0/+2
|
* Menu Elementrsk19942014-05-011-0/+1
|
* Directory Elementrsk19942014-05-011-0/+1
|
* Dlist elementrsk19942014-05-011-0/+1
|
* final patch for adding hr tag to libdomrsk19942014-03-051-0/+1
|
* Install html_options_collection.hJohn-Mark Bell2013-03-161-0/+1
|
* Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-081-0/+2
| | | | Enable HTMLOptionElement tests that pass.
* HTMLBodyElement: Implementation and test enablingDaniel Silverstone2012-07-221-0/+1
|
* HTMLOptGroupElement: Prepare for implementationDaniel Silverstone2012-07-191-0/+1
|
* HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-181-0/+1
|
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-081-0/+1
|
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: ↵Daniel Silverstone2012-07-071-0/+1
| | | | Make buttons work and forms contain their correct buttons
* HTMLMetaElement: Implement, install, enable testsDaniel Silverstone2012-07-071-0/+1
|
* HTMLLinkElement: Implement and enable testsDaniel Silverstone2012-07-071-0/+1
|