summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLOutputElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/HTMLOutputElement.webidl')
-rw-r--r--dom/webidl/HTMLOutputElement.webidl3
1 files changed, 1 insertions, 2 deletions
diff --git a/dom/webidl/HTMLOutputElement.webidl b/dom/webidl/HTMLOutputElement.webidl
index 05dcf1800..d0e4ecbe6 100644
--- a/dom/webidl/HTMLOutputElement.webidl
+++ b/dom/webidl/HTMLOutputElement.webidl
@@ -33,6 +33,5 @@ interface HTMLOutputElement : HTMLElement {
boolean reportValidity();
void setCustomValidity(DOMString error);
-// Not yet implemented (bug 556743).
-// readonly attribute NodeList labels;
+ readonly attribute NodeList labels;
};