Auto merge of #10535 - frewsxcv:hr-align, r=mbrubeck

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

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10535)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-04-12 11:18:14 +05:30
commit f9608022ca
7 changed files with 87 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;