mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00: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;
|
|
|
|
};
|