diff options
Diffstat (limited to 'components/script/dom/webidls/HTMLHRElement.webidl')
-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 5036d6c20b3..185100712f5 100644 --- a/components/script/dom/webidls/HTMLHRElement.webidl +++ b/components/script/dom/webidls/HTMLHRElement.webidl @@ -11,7 +11,7 @@ interface HTMLHRElement : HTMLElement { // https://html.spec.whatwg.org/multipage/#HTMLHRElement-partial partial interface HTMLHRElement { // attribute DOMString align; - // attribute DOMString color; + attribute DOMString color; // attribute boolean noShade; // attribute DOMString size; // attribute DOMString width; |