Implement 'align' IDL attribute on '<hr>'.

This commit is contained in:
Corey Farwell 2016-04-11 19:46:57 -04:00
parent 5adf36231e
commit bd74844537
4 changed files with 8 additions and 136 deletions

View file

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