mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Implement NamedItem and NamedGetter on HTMLFormControlsCollection
This commit is contained in:
parent
9e3af70941
commit
4229b68062
10 changed files with 94 additions and 140 deletions
|
@ -5,5 +5,5 @@
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/#radionodelist
|
||||
interface RadioNodeList : NodeList {
|
||||
attribute DOMString value;
|
||||
attribute DOMString value;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue