summaryrefslogtreecommitdiff
path: root/src/html/html_tablesection_element.c
Commit message (Collapse)AuthorAgeFilesLines
* Store HTMLElement tag types as enum on the html elements.Michael Drake2016-01-281-0/+1
|
* Simplified consistant interface to HTMLElement creation.Michael Drake2016-01-281-16/+19
| | | | Also fixes STYLE element not getting the correct namespace or prefix.
* Split out tag names from general string table and enum.Michael Drake2016-01-271-2/+4
| | | | | 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.
* table section ref counting (will be rebased if buggy)Rupinder Singh Khokhar2014-07-311-8/+24
|
* Use the public API as it autoconverts types. Additionally, fix utterly bogus ↵John-Mark Bell2014-07-181-16/+23
| | | | reference counting.
* tableSectionElement Rev.2 && tableCellElement Rev.4 && tableElement Rev.1 && ↵rsk19942014-06-111-55/+22
| | | | 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/+312
|
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+7
A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724