HTMLFontElement.idl 225 B

123456789
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLFontElement : HTMLElement {
  3. [LegacyNullToEmptyString, Reflect] attribute DOMString color;
  4. [Reflect] attribute DOMString face;
  5. [Reflect] attribute DOMString size;
  6. };