diff options
author | Corey Farwell <coreyf@rwell.org> | 2016-04-11 19:46:57 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2016-04-11 19:46:57 -0400 |
commit | bd748445372f1da19f365c0fbf9485943e702791 (patch) | |
tree | b2ea0a2e234c0f0d3f5188394390bcc34c448298 /components/script/dom/webidls | |
parent | 5adf36231e739f57dc7d1d85b37fb2a47b8f5d74 (diff) | |
download | servo-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.webidl | 2 |
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; |