mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Support [LegacyUnenumerableNamedProperties]
This commit is contained in:
parent
cbf514d63f
commit
7f36247d03
6 changed files with 75 additions and 27 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue