mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Implement RadioNodeList
This commit is contained in:
parent
e93a460db4
commit
9e3af70941
6 changed files with 175 additions and 11 deletions
|
@ -8,9 +8,3 @@ interface HTMLFormControlsCollection : HTMLCollection {
|
|||
// inherits length and item()
|
||||
// getter (RadioNodeList or Element)? namedItem(DOMString name); // shadows inherited namedItem()
|
||||
};
|
||||
|
||||
/*
|
||||
interface RadioNodeList : NodeList {
|
||||
attribute DOMString value;
|
||||
};
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue