mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #9407 - KiChjang:radio-node-list, r=nox
Implement RadioNodeList I also had to implement the NamedGetter for HTMLFormControlsCollection as well, since that's the only consumer of RadioNodeList and I wanted to see which wpt test passes. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9407) <!-- Reviewable:end -->
This commit is contained in:
commit
0c5591a8ec
12 changed files with 178 additions and 60 deletions
|
@ -193,6 +193,7 @@ var interfaceNamesInGlobalScope = [
|
|||
"PerformanceTiming",
|
||||
"ProcessingInstruction",
|
||||
"ProgressEvent",
|
||||
"RadioNodeList",
|
||||
"Range",
|
||||
"Screen",
|
||||
"Storage",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue