Interface HTMLBaseFontElement

継承元:
HTMLElement
プロパティ:
color, face, size
メソッド:

基準フォント。 HTML 4.01 の BASEFONT 要素の定義 を参照。 この要素は HTML 4.01 では非推奨である。

プロパティ:

IDL 定義:

interface HTMLBaseFontElement : HTMLElement {
           attribute DOMString       color;
           attribute DOMString       face;
  // Modified in DOM Level 2:
           attribute long            size;
};


Issued: / Revised: / All rights reserved. © 2002-2016 TAKI