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

HTML の <dd> 要素は、定義リスト要素 ({{HTMLElement("dl")}}) 内で、先行する用語 ({{HTMLElement("dt")}}) の説明、定義、値などを示します。

+ +
{{EmbedInteractiveExample("pages/tabbed/dd.html", "tabbed-standard")}}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
コンテンツカテゴリなし
許可されている内容フローコンテンツ
タグの省略開始タグは必須。 {{HTMLElement("dd")}} 要素の直後に他の <dd> 要素または {{HTMLElement("dt")}} 要素がある場合、もしくは親要素内で後続する内容物がない場合は、終了タグが省略可能となる。
許可されている親要素{{HTMLElement("dl")}} 要素または (WHATWG HTML において) {{HTMLElement("dl")}} 要素内にある {{HTMLElement("div")}} 要素
前の兄弟要素{{HTMLElement("dt")}} 要素または別の {{HTMLElement("dd")}} 要素
許可されている ARIA ロールなし
DOM インターフェイス{{domxref("HTMLElement")}}
+ +

属性

+ +

この要素にはグローバル属性があります。

+ +
+
{{htmlattrdef("nowrap")}} {{Non-standard_inline}}
+
この属性の値が yes とされた場合、定義部分のテキストは改行されません。初期値は no です。
+
+ +

+ +

<dl> の解説ページの例を参照してください。

+ +

仕様書

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

ブラウザーの互換性

+ + + +

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

+ +

関連情報

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