mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement 'align' IDL attribute on '<hr>'.
This commit is contained in:
parent
5adf36231e
commit
bd74844537
4 changed files with 8 additions and 136 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue