summaryrefslogtreecommitdiff
path: root/src/html/html_fieldset_element.c
Commit message (Collapse)AuthorAgeFilesLines
* Constify vtables.Michael Drake2021-02-021-1/+1
|
* Fix libdom departures from "always return a ref" in public API.Michael Drake2019-02-161-1/+1
| | | | | | | | | | | | | | | | | | | The DOM test code expects nodes returned by libdom APIs to always be reffed. So this change refs them. The remaining leaks detected by address sanitiser in the dom test suite are a problem with the DOM test generator: * For test_level1_html_HTMLSelectElement08, the problem is that in the while loop, it doesn't unref `voption` at the end of the loop, in the test code. * For test_level1_html_HTMLTableElement07, the problem is the while loop doesn't unref `vrow` at the end of the loop in the test code. * For test_level1_html_HTMLTableElement09, it's the same for variable, `vbodies`.
* Fix: Proper copy constructor for HTMLFieldsetElement.Michael Drake2016-02-051-3/+32
|
* Simplified consistant interface to HTMLElement creation.Michael Drake2016-01-281-12/+10
| | | | 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-3/+3
| | | | | 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.
* Fieldset & Legend Elementsrsk19942014-06-111-0/+146
|
* 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