Implement <hr> 'color' attribute

This commit is contained in:
Corey Farwell 2015-11-08 11:45:11 -05:00
parent 9bcae9a866
commit ee0800abe9
9 changed files with 97 additions and 138 deletions

View file

@ -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;