aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLOutputElement.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.
* 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' ```
* Cargoify servoJack Moffitt2014-09-081-0/+24