aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2016-04-11 19:46:57 -0400
committerCorey Farwell <coreyf@rwell.org>2016-04-11 19:46:57 -0400
commitbd748445372f1da19f365c0fbf9485943e702791 (patch)
treeb2ea0a2e234c0f0d3f5188394390bcc34c448298 /components/script/dom/webidls
parent5adf36231e739f57dc7d1d85b37fb2a47b8f5d74 (diff)
downloadservo-bd748445372f1da19f365c0fbf9485943e702791.tar.gz
servo-bd748445372f1da19f365c0fbf9485943e702791.zip
Implement 'align' IDL attribute on '<hr>'.
Diffstat (limited to 'components/script/dom/webidls')
-rw-r--r--components/script/dom/webidls/HTMLHRElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLHRElement.webidl b/components/script/dom/webidls/HTMLHRElement.webidl
index f203527b2bf..e3ba6113748 100644
--- a/components/script/dom/webidls/HTMLHRElement.webidl
+++ b/components/script/dom/webidls/HTMLHRElement.webidl
@@ -10,7 +10,7 @@ interface HTMLHRElement : HTMLElement {
// https://html.spec.whatwg.org/multipage/#HTMLHRElement-partial
partial interface HTMLHRElement {
- // attribute DOMString align;
+ attribute DOMString align;
attribute DOMString color;
// attribute boolean noShade;
// attribute DOMString size;