Implement NamedItem and NamedGetter on HTMLFormControlsCollection

This commit is contained in:
Keith Yeung 2016-01-22 22:44:48 -05:00
parent 9e3af70941
commit 4229b68062
10 changed files with 94 additions and 140 deletions

View file

@ -5,5 +5,5 @@
// https://html.spec.whatwg.org/multipage/#radionodelist
interface RadioNodeList : NodeList {
attribute DOMString value;
attribute DOMString value;
};