aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLSelectElement.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-52/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-5/+5
| | | | Fixes #27660
* Form constraints validationteapotd2020-04-021-7/+7
|
* Implement HTMLSelectElement.add() and indexed setter, fix test that was ↵Patrick Shaughnessy2020-01-071-4/+3
| | | | relying on add to be a stub
* Convert [HTMLConstructor] as constructor extensionKagami Sascha Rosylight2019-10-191-1/+3
|
* Remove [PrimaryGlobal]Kagami Sascha Rosylight2019-10-031-1/+1
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Add CEReactions where neededConnor Brewster2017-07-181-9/+20
|
* Add HTMLConstructor attributes where neededConnor Brewster2017-06-151-0/+1
|
* Implement `selectedIndex` property on `<select>`.Corey Farwell2016-10-241-1/+1
|
* Implement `value` property on `<select>`.Corey Farwell2016-10-161-1/+1
|
* implement HTMLOptionsCollection and add related items to HTMLSelectElementAlexandrov Sergey2016-09-261-4/+4
|
* Implement indexed access on select elementsMaciej Skrzypkowski2016-09-221-2/+2
| | | refs #11763
* partial-fix #12415: incorrect exposure of Window,Worker in webidlJean SIMARD2016-07-221-1/+0
| | | | | | | | | | | | * HTMLParagraphElement.webidl * HTMLParamElement.webidl * HTMLPreElement.webidl * HTMLProgressElement.webidl * HTMLQuoteElement.webidl * HTMLSelectElement.webidl * HTMLSourceElement.webidl * HTMLSpanElement.webidl * HTMLStyleElement.webidl
* Explicitly expose everything everywhere.Ms2ger2016-07-121-0/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Implement 'labels' attribute on 'labelable elements'Corey Farwell2015-11-011-1/+1
|
* Explicitly place '/' before fragment for multipage spec linksCorey Farwell2015-10-101-1/+1
| | | | | This prevents us from 301 redirecting, which could cause the fragment to get lost
* Replace usage of old-style WHATWG spec linksCorey Farwell2015-10-101-1/+1
|
* 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