Kagami Sascha Rosylight
52ea5204a2
Convert Web IDL void to undefined
...
Fixes #27660
2022-01-05 03:39:33 +01:00
teapotd
779552ee7d
Form constraints validation
2020-04-02 10:16:46 +02:00
Patrick Shaughnessy
c1b71fcc4d
Implement HTMLSelectElement.add() and indexed setter, fix test that was relying on add to be a stub
2020-01-07 11:05:31 -05:00
Kagami Sascha Rosylight
e271edad92
Convert [HTMLConstructor] as constructor extension
2019-10-19 20:55:45 +09:00
Kagami Sascha Rosylight
2660f35925
Remove [PrimaryGlobal]
2019-10-03 14:25:23 +09:00
Jan Andre Ikenmeyer
6b0c111126
Update MPL license to https (part 2)
2018-11-19 14:46:57 +01:00
Connor Brewster
2460997ee1
Add CEReactions where needed
2017-07-18 12:22:20 -06:00
Connor Brewster
d951dee640
Add HTMLConstructor attributes where needed
2017-06-15 21:16:57 -06:00
Corey Farwell
bec5bf49bd
Implement selectedIndex
property on <select>
.
2016-10-24 14:14:49 -04:00
Corey Farwell
a3d4d336b7
Implement value
property on <select>
.
2016-10-16 17:06:58 -04:00
Alexandrov Sergey
cf284cc035
implement HTMLOptionsCollection and add related items to HTMLSelectElement
2016-09-26 21:49:10 +03:00
Maciej Skrzypkowski
670693ba7e
Implement indexed access on select elements
...
refs #11763
2016-09-22 09:17:15 +02:00
Jean SIMARD
99b82529a8
partial-fix #12415 : incorrect exposure of Window,Worker in webidl
...
* HTMLParagraphElement.webidl
* HTMLParamElement.webidl
* HTMLPreElement.webidl
* HTMLProgressElement.webidl
* HTMLQuoteElement.webidl
* HTMLSelectElement.webidl
* HTMLSourceElement.webidl
* HTMLSpanElement.webidl
* HTMLStyleElement.webidl
2016-07-22 16:07:57 -04:00
Ms2ger
ed743bb50c
Explicitly expose everything everywhere.
2016-07-12 13:06:48 +02:00
edunham
7ae63b1213
Remove modelines everywhere but tests/wpt
2016-04-20 10:49:09 -07:00
Corey Farwell
9df375195e
Implement 'labels' attribute on 'labelable elements'
2015-11-01 09:50:14 -05:00
Corey Farwell
9b68d715de
Explicitly place '/' before fragment for multipage spec links
...
This prevents us from 301 redirecting, which could cause the fragment to
get lost
2015-10-10 12:07:10 -04:00
Corey Farwell
85f2b6fc5b
Replace usage of old-style WHATWG spec links
2015-10-10 11:55:09 -04:00
Philipp Hartwig
8d67914c7f
Add form getters for additional elements; update test expectations
...
This adds form getters for fieldset, label, object, output, select and
textarea elements.
2015-09-27 19:08:53 +02:00
Jayflux
e6442767ed
changing test_union.html to union.html fixes #7744
2015-09-27 11:15:48 +01:00
Corey Farwell
d8da5c20f6
Remove deprecated 'creator' WebIDL attribute
...
According to @Ms2ger, the 'creator' attribute was merged into 'setter'
2015-09-21 07:12:17 -04:00
Jinwoo Song
656a8ee3c8
Implement HTMLSelectElement.{multiple, name, size} ( fixes #6017 )
2015-05-12 16:22:36 +09:00
Corey Farwell
5eaa922045
Update WHATWG links to use HTTPS
...
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'
```
2015-04-13 21:34:27 -07:00
Manish Goregaokar
8a2c746e61
Add type IDL attr for submittable elements
2014-10-11 09:48:15 +05:30
Jack Moffitt
c6ab60dbfc
Cargoify servo
2014-09-08 20:21:42 -06:00