diff options
author | Ms2ger <ms2ger@gmail.com> | 2014-02-25 12:41:11 +0100 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2014-02-25 12:41:11 +0100 |
commit | 546a506149abc0b78c84cc9e6ea5b87c1fb3f17e (patch) | |
tree | 1309a97528ad10dea9ea74a942c3f520414d3722 /src/components/script/dom/webidls/HTMLOutputElement.webidl | |
parent | da16e54243e256dee927f720ce6b9903b62ec14e (diff) | |
download | servo-546a506149abc0b78c84cc9e6ea5b87c1fb3f17e.tar.gz servo-546a506149abc0b78c84cc9e6ea5b87c1fb3f17e.zip |
Remove Gecko-specific and other commented-out code in IDL.
Diffstat (limited to 'src/components/script/dom/webidls/HTMLOutputElement.webidl')
-rw-r--r-- | src/components/script/dom/webidls/HTMLOutputElement.webidl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/script/dom/webidls/HTMLOutputElement.webidl b/src/components/script/dom/webidls/HTMLOutputElement.webidl index e706465d974..a42412bdd1c 100644 --- a/src/components/script/dom/webidls/HTMLOutputElement.webidl +++ b/src/components/script/dom/webidls/HTMLOutputElement.webidl @@ -13,8 +13,6 @@ // http://www.whatwg.org/specs/web-apps/current-work/#the-output-element interface HTMLOutputElement : HTMLElement { - /*[PutForwards=value, Constant] - readonly attribute DOMSettableTokenList htmlFor;*/ readonly attribute HTMLFormElement? form; [SetterThrows, Pure] attribute DOMString name; @@ -31,7 +29,4 @@ interface HTMLOutputElement : HTMLElement { readonly attribute DOMString validationMessage; boolean checkValidity(); void setCustomValidity(DOMString error); - -// Not yet implemented (bug 556743). -// readonly attribute NodeList labels; }; |