Interface Counter

継承元:
(無し)
プロパティ:
identifier, listStyle, separator
メソッド:

Counter インターフェイスは カウンタまたはカウンタ関数値 を表す. このインターフェイスは基盤のスタイルプロパティの値を反映する。

プロパティ:

IDL 定義:

// Introduced in DOM Level 2:
interface Counter {
  readonly attribute DOMString        identifier;
  readonly attribute DOMString        listStyle;
  readonly attribute DOMString        separator;
};


TAKI <oz-07ams@mvh.biglobe.ne.jp>