aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLOptionElement.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Implement <option> 'defaultSelected' and 'selected' attributesCorey Farwell2015-09-261-2/+2
| | | | Continued from #7743
* Clean up whitespace, long lines for WebIDLsCorey Farwell2015-07-261-1/+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' ```
* Fix #3933Guillaume Bort2014-11-121-3/+3
|
* Implement HTMLOptionElement.text#3023Jeongeun Kim2014-09-201-1/+1
| | | | | | | | | | | | Signed-off-by: Jeongeun Kim <je00julie.kim@gmail.com> Implement HTMLOptionElement.text#3023 (2nd trial) Implement HTMLOptionElement.text#3023 (3rd trial) delete metadata for skipping option tests fix conflict
* Cargoify servoJack Moffitt2014-09-081-0/+18