summaryrefslogtreecommitdiff
path: root/include/dom/html/html_input_element.h
Commit message (Collapse)AuthorAgeFilesLines
* Update the input element API to use dom_ulong where apropriateVincent Sanders2015-10-251-2/+4
|
* changing size attribute of Input Element to be of type intrsk19942014-06-111-2/+2
|
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-4/+4
| | | | 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-2/+2
| | | | exist on the html element.
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-081-1/+119
|
* 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