summaryrefslogtreecommitdiff
path: root/src/html/html_text_area_element.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Missed inputElement Test files && bubbling and cancelability of generic ↵rsk19942014-06-111-8/+8
| | | | events & buttonElement tests
* Remove ability to dispatch a generic event as a ptr+len, and memoise all ↵Daniel Silverstone2012-11-031-12/+18
| | | | previous callsites
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-12/+12
| | | | 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-3/+3
| | | | exist on the html element.
* HTML{TextArea,Input,Button}Element: Do not ref the form, refs are for ↵Daniel Silverstone2012-07-221-14/+0
| | | | outside libdom
* HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-181-0/+494