summaryrefslogtreecommitdiff
path: root/src/html/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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