WebIDLpedia

HTMLFontElement interface

Definition

HTML Standard defines HTMLFontElement



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

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

Methods and attributes that return objects implementing HTMLFontElement