Support align attribute on HTMLParagraphElement interface (#36054)

Signed-off-by: Stephen Muss <stephenmuss@gmail.com>
This commit is contained in:
Stephen Muss 2025-03-19 18:57:43 +11:00 committed by GitHub
parent a442a11330
commit 07e06f5635
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 122 deletions

View file

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