summaryrefslogtreecommitdiff
path: root/include/dom/html/html_element.h
Commit message (Collapse)AuthorAgeFilesLines
* Add function to get html element's tag type.Michael Drake2016-01-281-0/+18
|
* Style: Fix indentation and tidy up.Michael Drake2016-01-281-66/+78
|
* HTMLElement: className is a simple get/set property, enable 29 more tests.Daniel Silverstone2012-07-041-14/+14
| | | | | | HTMLElement.className means that dynamic conversion looks for class_name and not classname. As such, rename the methods and enable the simple getter/setter methods for the property. As such, another 29 tests pass.
* Remove dom_string casts in API macros to help prevent issues like that fixed ↵Daniel Silverstone2012-03-281-10/+10
| | | | | | in r13764 happening again svn path=/trunk/libdom/; revision=13766
* A bunch of panel beating:John Mark Bell2012-02-051-0/+88
| | | | | | | | * HTMLElement and HTMLDocument now have vtables * All HTML nodes require an HTMLDocument to create * Miscellaneous other cleanups svn path=/trunk/libdom/; revision=13424
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-6/+6
| | | | svn path=/trunk/libdom/; revision=12172
* Fix buildJohn Mark Bell2010-12-051-1/+1
| | | | svn path=/trunk/dom/; revision=11016
* Beginnings of some of HTMLElementDaniel Silverstone2010-12-051-11/+28
| | | | svn path=/trunk/dom/; revision=11009
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+26
A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724