mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 12:32:20 +02:00
6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
interface HTMLParagraphElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString align;
|
|
|
|
};
|