summaryrefslogtreecommitdiff
path: root/src/html/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add HTMLCanvasElementVincent Sanders2020-04-231-19/+57
|
* This tag gave me a headache for a day or two :P. The problem is that the ↵Rupinder Singh Khokhar2014-07-181-2/+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-2/+1
|
* Frame Elementrsk19942014-06-111-2/+3
|
* FrameSet Elementrsk19942014-06-111-2/+2
|
* Xselect element && disabling IsIndex Elementrsk19942014-06-111-2/+2
|
* tableSectionElement Rev.2 && tableCellElement Rev.4 && tableElement Rev.1 && ↵rsk19942014-06-111-3/+3
| | | | 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-2/+2
|
* TableCol Elementrsk19942014-06-111-2/+2
|
* TableCell Element & possible bug fix on TableCaption ELementrsk19942014-06-111-2/+3
|
* TableCaption Elementrsk19942014-06-111-3/+2
|
* [Map Element Rev.2(fix)] & [Script Element add]rsk19942014-06-111-2/+2
|
* Map Elementrsk19942014-06-111-2/+3
|
* Area Element & documentElement minor fixrsk19942014-06-111-3/+2
|
* Applet Elementrsk19942014-06-111-2/+2
|
* Param Elementrsk19942014-06-111-2/+3
|
* Object <object> Element.rsk19942014-06-111-2/+1
|
* Typecasting POC to correct DOMTSHandler. A minor dupliction fixed in Anchor ↵rsk19942014-06-111-2/+2
| | | | Element. Image <img> Element
* Including Level2 tests & the Basefont Element , also a minor change in ↵rsk19942014-06-111-2/+3
| | | | level2 basefontElement test
* Anchor <a> elementrsk19942014-06-111-3/+2
|
* Mod Elementrsk19942014-06-111-2/+2
|
* Font Elementrsk19942014-06-111-2/+3
|
* LI <li> Elementrsk19942014-06-111-9/+8
|
* OList <ol> Elementrsk19942014-06-111-2/+2
|
* Ulist Elementrsk19942014-06-111-4/+4
|
* Label Elementrsk19942014-06-111-2/+2
|
* Br Elementrsk19942014-06-111-3/+2
|
* Pre Elementrsk19942014-06-111-3/+4
|
* QUOTE <q> Elementrsk19942014-06-111-3/+2
|
* H1, H2, H3, H4, H5 & H6 Elementsrsk19942014-06-111-2/+2
|
* Paragraph Elementrsk19942014-06-111-2/+3
|
* Div Elementrsk19942014-06-111-2/+2
|
* Fieldset & Legend Elementsrsk19942014-06-111-3/+3
|
* Menu Elementrsk19942014-05-011-2/+1
|
* Directory Elementrsk19942014-05-011-2/+2
|
* Dlist elementrsk19942014-05-011-2/+3
|
* final patch for adding hr tag to libdomrsk19942014-03-051-2/+2
|
* Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-081-2/+2
| | | | Enable HTMLOptionElement tests that pass.
* HTMLOptGroupElement: Prepare for implementationDaniel Silverstone2012-07-191-3/+3
|
* HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-181-2/+2
|
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-081-2/+2
|
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: ↵Daniel Silverstone2012-07-071-2/+3
| | | | Make buttons work and forms contain their correct buttons
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
| | | | svn path=/trunk/libdom/; revision=14005
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+25
A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724