aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/webidls/HTMLButtonElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/webidls/HTMLButtonElement.webidl')
-rw-r--r--src/components/script/dom/webidls/HTMLButtonElement.webidl8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/components/script/dom/webidls/HTMLButtonElement.webidl b/src/components/script/dom/webidls/HTMLButtonElement.webidl
index 0ca51a1e618..2b7e18d6312 100644
--- a/src/components/script/dom/webidls/HTMLButtonElement.webidl
+++ b/src/components/script/dom/webidls/HTMLButtonElement.webidl
@@ -10,9 +10,6 @@
* and create derivative works of this document.
*/
-// FIXME: servo#707
-//interface HTMLFormElement;
-
// http://www.whatwg.org/specs/web-apps/current-work/#the-button-element
interface HTMLButtonElement : HTMLElement {
[SetterThrows, Pure]
@@ -37,15 +34,10 @@ interface HTMLButtonElement : HTMLElement {
attribute DOMString type;
[SetterThrows, Pure]
attribute DOMString value;
-// Not yet implemented:
-// attribute HTMLMenuElement? menu;
readonly attribute boolean willValidate;
readonly attribute ValidityState validity;
readonly attribute DOMString validationMessage;
boolean checkValidity();
void setCustomValidity(DOMString error);
-
-// Not yet implemented:
-// readonly attribute NodeList labels;
};