ladybird/Userland/Libraries/LibWeb/HTML/HTMLFontElement.idl
2021-01-12 12:17:46 +01:00

8 lines
193 B
Plaintext

interface HTMLFontElement : HTMLElement {
[LegacyNullToEmptyString, Reflect] attribute DOMString color;
[Reflect] attribute DOMString face;
[Reflect] attribute DOMString size;
};