Update the WebIDL parser

This commit is contained in:
Anthony Ramine 2016-05-15 00:07:43 +02:00
parent aa8c835d3b
commit c9af465ae8
7 changed files with 244 additions and 56 deletions

View file

@ -3,7 +3,6 @@
* 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()