summaryrefslogtreecommitdiff
path: root/include/dom/html/html_button_element.h
Commit message (Collapse)AuthorAgeFilesLines
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-2/+2
| | | | fixes. Test suite does not pass
* Return value of -1 when asked to get value of long property that doesn't ↵Michael Drake2012-09-081-1/+1
| | | | exist on the html element.
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: ↵Daniel Silverstone2012-07-071-1/+48
| | | | Make buttons work and forms contain their correct buttons
* 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