mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
interface HTMLFontElement : HTMLElement {
|
|
|
|
[LegacyNullToEmptyString, Reflect] attribute DOMString color;
|
|
[Reflect] attribute DOMString face;
|
|
[Reflect] attribute DOMString size;
|
|
|
|
};
|