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/html/element/dt/index.html | 102 ++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 files/ja/web/html/element/dt/index.html (limited to 'files/ja/web/html/element/dt/index.html') diff --git a/files/ja/web/html/element/dt/index.html b/files/ja/web/html/element/dt/index.html new file mode 100644 index 0000000000..f7b122f311 --- /dev/null +++ b/files/ja/web/html/element/dt/index.html @@ -0,0 +1,102 @@ +--- +title: '
: 説明用語要素' +slug: Web/HTML/Element/dt +tags: + - HTML + - HTML コンテンツグループ化 + - Reference + - ウェブ + - リスト + - リファレンス + - 定義リスト + - 用語 + - 要素 +translation_of: Web/HTML/Element/dt +--- +
{{HTMLRef}}
+ +

HTML の <dt> 要素は、説明又は定義リストの中で用語を表す部分であり、 {{HTMLElement("dl")}} の子要素としてのみ用いることができます。普通は {{HTMLElement("dd")}} 要素が続きます。しかし、複数の <dt> 要素が続くと、複数の用語がすぐ後に続く {{HTMLElement("dd")}} 要素で定義されていることを表します。

+ +

後に続く {{HTMLElement("dd")}} (詳細説明) 要素は、 <dt> を用いて指定した用語について、定義やその他の関連する文字列を表します。

+ +
{{EmbedInteractiveExample("pages/tabbed/dt.html", "tabbed-standard")}}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
コンテンツカテゴリなし
許可されている内容フローコンテンツ。ただし {{HTMLElement("header")}}、{{HTMLElement("footer")}}、区分コンテンツ、見出しコンテンツを除く。
タグの省略開始タグは必須。他の <dt> または {{HTMLElement("dd")}} 要素が後続する場合、もしくは親要素である <dl> 要素内に後続する要素がない場合に、終了タグが省略可能となる。
許可されている親要素{{HTMLElement("dl")}} または (WHATWG HTML において) {{HTMLElement("dl")}} の中にある {{HTMLElement("div")}} の内部における、 {{HTMLElement("dt")}} または {{HTMLElement("dd")}} の前。
許可されている ARIA ロールなし
DOM インターフェイス{{domxref("HTMLElement")}}。 Gecko 1.9.2 (Firefox 4) 以前では、 Firefox はこの要素に対し HTMLSpanElement インターフェイスを実装していました。
+ +

属性

+ +

この要素はグローバル属性のみを持ちます。

+ +

+ +

使用例は、 <dl> 要素の例を参照して下さい。

+ +

仕様書

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('HTML WHATWG', 'semantics.html#the-dt-element', '<dt>')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'grouping-content.html#the-dt-element', '<dt>')}}{{Spec2('HTML5 W3C')}}
{{SpecName('HTML4.01', 'struct/lists.html#h-10.3', '<dt>')}}{{Spec2('HTML4.01')}}
+ +

ブラウザーの互換性

+ + + +

{{Compat("html.elements.dt")}}

+ +

関連情報

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