HTMLFontElement.idl 193 B

1234567
  1. interface HTMLFontElement : HTMLElement {
  2. [LegacyNullToEmptyString, Reflect] attribute DOMString color;
  3. [Reflect] attribute DOMString face;
  4. [Reflect] attribute DOMString size;
  5. };