mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-02 04:17:17 +02:00
10 lines
257 B
Plaintext
10 lines
257 B
Plaintext
interface HTMLHRElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString align;
|
|
[Reflect] attribute DOMString color;
|
|
[Reflect=noshade] attribute boolean noShade;
|
|
[Reflect] attribute DOMString size;
|
|
[Reflect] attribute DOMString width;
|
|
|
|
};
|