summaryrefslogtreecommitdiff
path: root/src/html/html_isindex_element.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix: Proper copy constructor for HTMLIsindexElement.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-2/+2
| | | | | 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.
* This tag gave me a headache for a day or two :P. The problem is that the ↵Rupinder Singh Khokhar2014-07-181-26/+55
| | | | parser isnt handling the isindex element properly. I have left this tag incomplete right now. Will look at it later on.
* HTML*Element: Fix up remaining _dom_element_vtable usage to ↵Daniel Silverstone2012-07-221-1/+1
| | | | _dom_html_element_vtable
* C89 for BeOS build.François Revel2012-03-241-1/+3
| | | | svn path=/trunk/libdom/; revision=13581
* A bunch of panel beating:John Mark Bell2012-02-051-3/+2
| | | | | | | | * HTMLElement and HTMLDocument now have vtables * All HTML nodes require an HTMLDocument to create * Miscellaneous other cleanups svn path=/trunk/libdom/; revision=13424
* Remove form association logic -- this is not the way to do itJohn Mark Bell2012-02-051-5/+5
| | | | svn path=/trunk/libdom/; revision=13423
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-32/+15
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-2/+2
| | | | svn path=/trunk/libdom/; revision=12172
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+162
A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724