summaryrefslogtreecommitdiff
path: root/src/html/html_document_strings.h
Commit message (Collapse)AuthorAgeFilesLines
* Split out tag names from general string table and enum.Michael Drake2016-01-271-64/+0
| | | | | Previously these were mixed in the the document's general memoised strings. This also gives us an enum by which HTML elements can be identified.
* Frame Elementrsk19942014-06-111-0/+4
|
* FrameSet Elementrsk19942014-06-111-0/+2
|
* Style Elementrsk19942014-06-111-0/+1
|
* tableSectionElement Rev.2 && tableCellElement Rev.4 && tableElement Rev.1 && ↵rsk19942014-06-111-0/+5
| | | | 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.
* TableCell Element & possible bug fix on TableCaption ELementrsk19942014-06-111-0/+7
|
* [Map Element Rev.2(fix)] & [Script Element add]rsk19942014-06-111-0/+2
|
* Applet Elementrsk19942014-06-111-0/+1
|
* Param Elementrsk19942014-06-111-0/+1
|
* Object <object> Element.rsk19942014-06-111-0/+7
|
* Typecasting POC to correct DOMTSHandler. A minor dupliction fixed in Anchor ↵rsk19942014-06-111-0/+2
| | | | Element. Image <img> Element
* Anchor <a> elementrsk19942014-06-111-0/+2
|
* Mod Elementrsk19942014-06-111-0/+1
|
* Font Elementrsk19942014-06-111-0/+2
|
* Label Elementrsk19942014-06-111-0/+1
|
* Br Elementrsk19942014-06-111-0/+2
|
* QUOTE <q> Elementrsk19942014-06-111-0/+1
|
* Directory Elementrsk19942014-05-011-1/+1
|
* Dlist elementrsk19942014-05-011-0/+1
|
* final patch for adding hr tag to libdomrsk19942014-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