summaryrefslogtreecommitdiff
path: root/include/dom/html
Commit message (Collapse)AuthorAgeFilesLines
* Base Elementrsk19942014-06-111-0/+16
|
* tableSectionElement Rev.2 && tableCellElement Rev.4 && tableElement Rev.1 && ↵rsk19942014-06-113-1/+188
| | | | 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/+50
|
* TableCol Elementrsk19942014-06-111-0/+48
|
* TableCell Element & possible bug fix on TableCaption ELementrsk19942014-06-111-0/+99
|
* TableCaption Elementrsk19942014-06-111-0/+16
|
* [Map Element Rev.2(fix)] & [Script Element add]rsk19942014-06-111-0/+52
|
* Map Elementrsk19942014-06-111-0/+21
|
* Area Element & documentElement minor fixrsk19942014-06-111-0/+62
|
* Applet Elementrsk19942014-06-111-0/+78
|
* Param Elementrsk19942014-06-111-0/+34
|
* Object <object> Element.rsk19942014-06-111-0/+121
|
* Typecasting POC to correct DOMTSHandler. A minor dupliction fixed in Anchor ↵rsk19942014-06-112-6/+84
| | | | Element. Image <img> Element
* Including Level2 tests & the Basefont Element , also a minor change in ↵rsk19942014-06-111-0/+27
| | | | level2 basefontElement test
* Anchor <a> elementrsk19942014-06-111-0/+93
|
* Mod Elementrsk19942014-06-111-0/+22
|
* Font Elementrsk19942014-06-111-0/+27
|
* LI <li> Elementrsk19942014-06-111-0/+22
|
* OList <ol> Elementrsk19942014-06-111-0/+28
|
* Ulist Elementrsk19942014-06-111-0/+22
|
* Label Elementrsk19942014-06-111-0/+26
|
* Br Elementrsk19942014-06-111-0/+16
|
* Pre Elementrsk19942014-06-111-0/+16
|
* QUOTE <q> Elementrsk19942014-06-111-0/+16
|
* H1, H2, H3, H4, H5 & H6 Elementsrsk19942014-06-111-0/+16
|
* Paragraph Elementrsk19942014-06-111-0/+16
|
* Div Elementrsk19942014-06-111-0/+16
|
* Fieldset & Legend Elementsrsk19942014-06-112-0/+44
|
* Menu Elementrsk19942014-05-011-0/+16
|
* Directory Elementrsk19942014-05-011-0/+16
|
* Dlist elementrsk19942014-05-011-0/+16
|
* final patch for adding hr tag to libdomrsk19942014-03-051-0/+34
|
* Fix comparison of signed/unsigned variables.Michael Drake2012-09-191-1/+1
|
* Merge branch 'tlsa/selectstuff'Michael Drake2012-09-192-12/+95
|\ | | | | | | | | | | | | Conflicts: include/dom/html/html_select_element.h src/html/html_select_element.c src/html/html_select_element.h
| * Enable HTMLSelectElement testsJohn-Mark Bell2012-09-191-2/+9
| |
| * Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-082-5/+81
| | | | | | | | Enable HTMLOptionElement tests that pass.
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-107-26/+26
| | | | | | | | fixes. Test suite does not pass
* | Return value of -1 when asked to get value of long property that doesn't ↵Michael Drake2012-09-083-6/+6
|/ | | | exist on the html element.
* HTMLBodyElement: Implementation and test enablingDaniel Silverstone2012-07-221-1/+40
|
* HTMLOptGroupElement: ImplementationDaniel Silverstone2012-07-191-1/+27
|
* HTMLOptGroupElement: Prepare for implementationDaniel Silverstone2012-07-191-0/+0
|
* HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-182-7/+82
|
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-081-1/+119
|
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: ↵Daniel Silverstone2012-07-071-1/+48
| | | | Make buttons work and forms contain their correct buttons
* HTMLMetaElement: Implement, install, enable testsDaniel Silverstone2012-07-071-0/+26
|
* HTMLLinkElement: Implement and enable testsDaniel Silverstone2012-07-071-0/+49
|
* HTML{Html,Head}Element: Unvirtualise accessorsDaniel Silverstone2012-07-072-53/+8
|
* HTMLFormElement: Add basic attributes, enable 5 more testsDaniel Silverstone2012-07-071-0/+32
|
* HTMLHeadElement: Support for the element, enable the testDaniel Silverstone2012-07-071-0/+30
|
* HTMLHtmlElement: Add support for version attribute and enable testDaniel Silverstone2012-07-071-0/+30
|