summaryrefslogtreecommitdiff
path: root/src/html/html_document_strings.h
Commit message (Collapse)AuthorAgeFilesLines
* QUOTE <q> Elementrsk19942014-06-111-0/+1
|
* Directory ElementRupinder Singh Khokhar2014-05-011-1/+1
|
* Dlist elementRupinder Singh Khokhar2014-05-011-0/+1
|
* final patch for adding hr tag to libdomRupinder Singh Khokhar2014-03-051-0/+1
|
* Remove ability to dispatch a generic event as a ptr+len, and memoise all ↵Daniel Silverstone2012-11-031-0/+7
| | | | previous callsites
* Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-081-0/+7
| | | | Enable HTMLOptionElement tests that pass.
* HTMLBodyElement: Implementation and test enablingDaniel Silverstone2012-07-221-0/+7
|
* HTMLOptGroupElement: ImplementationDaniel Silverstone2012-07-191-0/+2
|
* HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-181-0/+2
|
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-081-0/+16
|
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: ↵Daniel Silverstone2012-07-071-0/+5
| | | | Make buttons work and forms contain their correct buttons
* HTMLMetaElement: Implement, install, enable testsDaniel Silverstone2012-07-071-0/+5
|
* HTMLLinkElement: Implement and enable testsDaniel Silverstone2012-07-071-1/+10
|
* HTMLDocument: Allow memoised strings to differ from their namesDaniel Silverstone2012-07-071-72/+81
|
* HTMLHeadElement: Support for the element, enable the testDaniel Silverstone2012-07-071-0/+2
|
* HTMLDocument: Convert memoised tag names to upper caseDaniel Silverstone2012-07-071-66/+64
|
* HTMLDocument: add 'version' to the memoisation tableDaniel Silverstone2012-07-071-0/+2
|
* HTMLDocument: Add all specialisable tag names to intern arrayDaniel Silverstone2012-07-071-0/+67
|
* HTML: Make Document memoise more generically and port HTMLElement to that ↵Daniel Silverstone2012-07-071-0/+43
interface