From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/htmllielement/index.html | 78 +++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 files/ja/web/api/htmllielement/index.html (limited to 'files/ja/web/api/htmllielement/index.html') diff --git a/files/ja/web/api/htmllielement/index.html b/files/ja/web/api/htmllielement/index.html new file mode 100644 index 0000000000..73cfde832d --- /dev/null +++ b/files/ja/web/api/htmllielement/index.html @@ -0,0 +1,78 @@ +--- +title: HTMLLIElement +slug: Web/API/HTMLLIElement +tags: + - API + - HTML DOM + - Interface + - Reference +translation_of: Web/API/HTMLLIElement +--- +
+
{{ APIRef("HTML DOM") }}
+
+ +

HTMLLIElement インターフェースは列挙要素を扱う為の,(継承される{{domxref("HTMLElement")}}を越えた)属性及びメソッドを提供します。

+ +

{{InheritanceDiagram(600, 120)}}

+ +

属性

+ +

親である{{domxref("HTMLElement")}}より属性を継承します。

+ +
+
{{domxref("HTMLLIElement.type")}} {{obsolete_inline}}
+
とは{{domxref("DOMString")}}であり,箇条記号の種別"disc", "square"又は"circle"を表します。CSS属性{{cssxref("list-style-type")}}を介して箇条の種別を定める方法が標準的であり,CSSOMメソッドを用いて設定します。
+
{{domxref("HTMLLIElement.value")}}
+
32ビット整数であり,与{{HTMLElement("ol")}}配下の列挙要素の序数を指示します。HTML要素{{HTMLElement("li")}}の{{htmlattrxref("value", "li")}}属性と連動しており,0以下の値も取り得ます。{{HTMLElement("li")}}要素が{{HTMLElement("ol")}}要素の子でない場合,当属性は意味を成しません。
+
+ +

メソッド

+ +

固有のメソッドなし。親である{{domxref("HTMLElement")}}からメソッドを継承しています。

+ +

仕様書

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('HTML WHATWG', "#htmllielement", "HTMLLIElement")}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', "grouping-content.html#the-li-element", "HTMLLIElement")}}{{Spec2('HTML5 W3C')}}次の要素が廃止されました: type
{{SpecName('DOM2 HTML', 'html.html#ID-74680021', 'HTMLLIElement')}}{{Spec2('DOM2 HTML')}}{{SpecName("DOM1")}}より変更なし。
{{SpecName('DOM1', 'level-one-html.html#ID-74680021', 'HTMLLIElement')}}{{Spec2('DOM1')}}初回定義。
+ +

ブラウザ互換性

+ +
+ + +

{{Compat("api.HTMLLIElement")}}

+
+ +

関連項目

+ + -- cgit v1.2.3-54-g00ecf