順序付きリスト。 HTML 4.01 の OL 要素の定義 を参照。
compactboolean型
startlong型
type
interface HTMLOListElement : HTMLElement {
attribute boolean compact;
attribute long start;
attribute DOMString type;
};