mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Support align attribute on HTMLParagraphElement interface (#36054)
Signed-off-by: Stephen Muss <stephenmuss@gmail.com>
This commit is contained in:
parent
a442a11330
commit
07e06f5635
4 changed files with 11 additions and 122 deletions
|
@ -12,6 +12,5 @@ interface HTMLParagraphElement : HTMLElement {
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/#HTMLParagraphElement-partial
|
||||
partial interface HTMLParagraphElement {
|
||||
// [CEReactions]
|
||||
// attribute DOMString align;
|
||||
[CEReactions] attribute DOMString align;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue