Support [LegacyUnenumerableNamedProperties]

This commit is contained in:
Anthony Ramine 2015-12-25 04:56:45 +01:00
parent cbf514d63f
commit 7f36247d03
6 changed files with 75 additions and 27 deletions

View file

@ -4,6 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#htmlformcontrolscollection
[LegacyUnenumerableNamedProperties]
interface HTMLFormControlsCollection : HTMLCollection {
// inherits length and item()
getter (RadioNodeList or Element)? namedItem(DOMString name); // shadows inherited namedItem()