WebIDLpedia

HTMLFontElement interface

Definition

HTML Standard defines HTMLFontElement



[Exposed=Window]
interface HTMLFontElement : HTMLElement {
  [HTMLConstructor] constructor();

  [CEReactions, Reflect] attribute [LegacyNullToEmptyString] DOMString color;
  [CEReactions, Reflect] attribute DOMString face;
  [CEReactions, Reflect] attribute DOMString size;
};

Methods and attributes that return objects implementing HTMLFontElement