From 9e3af70941c74eed41f47ff13d0fc7cfd2300403 Mon Sep 17 00:00:00 2001 From: Keith Yeung Date: Fri, 22 Jan 2016 03:24:28 -0500 Subject: Implement RadioNodeList --- components/script/dom/webidls/HTMLFormControlsCollection.webidl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'components/script/dom/webidls/HTMLFormControlsCollection.webidl') diff --git a/components/script/dom/webidls/HTMLFormControlsCollection.webidl b/components/script/dom/webidls/HTMLFormControlsCollection.webidl index e7f2e84a566..c4a26c7b20c 100644 --- a/components/script/dom/webidls/HTMLFormControlsCollection.webidl +++ b/components/script/dom/webidls/HTMLFormControlsCollection.webidl @@ -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; -}; -*/ -- cgit v1.2.3