HTMLUListElement
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
HTMLUListElement
インターフェイスは、(通常の HTMLElement
インターフェイスから継承されるもの以外に)順序なしリスト (<ul>
) 要素を操作するための特別なプロパティを提供します。
インスタンスプロパティ
親である HTMLElement
からプロパティを継承しています。
HTMLUListElement.type
非推奨;-
文字列値で、
type
を反映し、使用するマーカーの種類を定義します。値はブラウザーに依存し、標準化されたことはありません。 HTMLUListElement.compact
非推奨;-
論理値で、リスト項目間の空間を縮小することを示します。このプロパティは
compact
属性のみを反映し、現代のページでその動作に使用されている CSS のline-height
プロパティは考慮しません。
インスタンスメソッド
固有のメソッドはありません。親である HTMLElement
からメソッドを継承しています。
仕様書
Specification |
---|
HTML # htmlulistelement |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
HTMLUListElement | ||||||||||||
compact | ||||||||||||
type |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- Deprecated. Not for use in new websites.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
関連情報
- このインターフェイスを実装している HTML 要素:
<ul>