diff options
author | Keith Yeung <kungfukeith11@gmail.com> | 2016-01-22 03:24:28 -0500 |
---|---|---|
committer | Keith Yeung <kungfukeith11@gmail.com> | 2016-01-24 13:05:47 -0500 |
commit | 9e3af70941c74eed41f47ff13d0fc7cfd2300403 (patch) | |
tree | 0b34e60d1dcb7aa9eedd034baca30fe9324ba726 /components/script/dom/webidls/HTMLFormControlsCollection.webidl | |
parent | e93a460db4902195ec64e6fe67817f9e3a7c1da9 (diff) | |
download | servo-9e3af70941c74eed41f47ff13d0fc7cfd2300403.tar.gz servo-9e3af70941c74eed41f47ff13d0fc7cfd2300403.zip |
Implement RadioNodeList
Diffstat (limited to 'components/script/dom/webidls/HTMLFormControlsCollection.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLFormControlsCollection.webidl | 6 |
1 files changed, 0 insertions, 6 deletions
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; -}; -*/ |