aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLSelectElement.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Add form getters for additional elements; update test expectationsPhilipp Hartwig2015-09-271-1/+1
| | | | | This adds form getters for fieldset, label, object, output, select and textarea elements.
* changing test_union.html to union.html fixes #7744Jayflux2015-09-271-1/+1
|
* Remove deprecated 'creator' WebIDL attributeCorey Farwell2015-09-211-1/+1
| | | | According to @Ms2ger, the 'creator' attribute was merged into 'setter'
* Implement HTMLSelectElement.{multiple, name, size} (fixes #6017)Jinwoo Song2015-05-121-3/+3
|
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-1/+1
| | | | | | | | | | | | | | Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ```
* Add type IDL attr for submittable elementsManish Goregaokar2014-10-111-1/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+40