diff options
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; }; |