From cf05d7bb1e40b3eee0dd001867754ad7e9124cf5 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Mon, 15 Mar 2021 11:29:49 +0900 Subject: Update Web/HTML/Element/ul MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - https://github.com/mdn/translated-content/issues/136 の修正 - 2021/03/11 時点の英語版の内容を反映 --- files/ja/web/html/element/ul/index.html | 37 ++++++++++++++------------------- 1 file changed, 16 insertions(+), 21 deletions(-) (limited to 'files') diff --git a/files/ja/web/html/element/ul/index.html b/files/ja/web/html/element/ul/index.html index b8fee6133a..34c5392697 100644 --- a/files/ja/web/html/element/ul/index.html +++ b/files/ja/web/html/element/ul/index.html @@ -19,8 +19,8 @@ translation_of: Web/HTML/Element/ul - - + + @@ -32,7 +32,7 @@ translation_of: Web/HTML/Element/ul - + @@ -49,19 +49,16 @@ translation_of: Web/HTML/Element/ul
コンテンツカテゴリフローコンテンツ。また、 <ul> 要素の子に少なくとも 1 個 {{HTMLElement("li")}} 要素を包含する場合は、知覚可能コンテンツコンテンツカテゴリフローコンテンツ。また、 <ul> 要素の子に少なくとも 1 個 {{HTMLElement("li")}} 要素を包含する場合は、知覚可能コンテンツ
許可されている内容
許可されている親要素フローコンテンツを受け入れるすべての要素フローコンテンツを受け入れるすべての要素
暗黙の ARIA ロール
-

属性

+

属性

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

{{ htmlattrdef("compact") }} {{Deprecated_inline}}
-
この論理属性は、コンパクトなスタイルでリストを秒がするようブラウザーに指示するものです。この属性の解釈は{{glossary("user agent", "ユーザーエージェント")}}に委ねられ、またすべてのブラウザーで動作するものでもありません。
+
この論理属性は、コンパクトなスタイルでリストを描画するようブラウザーに指示するものです。この属性の解釈は{{glossary("user agent", "ユーザーエージェント")}}に委ねられ、またすべてのブラウザーで動作するものでもありません。
警告: この属性は非推奨になっているため、使用しないでください。代わりに CSS を使用してください。 compact 属性と同様の効果を得るには、 CSS の {{cssxref("line-height")}} プロパティを用い、その値として 80% を指定します。
-
- -
{{ htmlattrdef("type") }} {{Deprecated_inline}}
リストの行頭記号の形状を指定するために用います。 HTML3.2 および HTML 4.0/4.01 tranditional で定義されていた値は以下の通りです。
    @@ -78,7 +75,7 @@ translation_of: Web/HTML/Element/ul
-

使用上のメモ

+

使用上のメモ

-

+

-

シンプルな例

+

シンプルな例

-
<ul>
+
<ul>
   <li>first item</li>
   <li>second item</li>
   <li>third item</li>
@@ -101,9 +98,9 @@ translation_of: Web/HTML/Element/ul
 
 

{{EmbedLiveSample("Simple_example", 400, 100)}}

-

入れ子になったリスト

+

入れ子になったリスト

-
<ul>
+
<ul>
   <li>first item</li>
   <li>second item
   <!-- 閉じタグの </li> がここにはありません。 -->
@@ -129,9 +126,9 @@ translation_of: Web/HTML/Element/ul
 
 

{{EmbedLiveSample("Nesting_a_list", 400, 220)}}

-

<ul> と <ol> のネスト

+

<ul> と <ol> のネスト

-
<ul>
+
<ul>
   <li>first item</li>
   <li>second item
   <!-- ここには <li> の閉じタグはない -->
@@ -150,7 +147,7 @@ translation_of: Web/HTML/Element/ul
 
 

{{EmbedLiveSample("Ordered_list_inside_unordered_list", 400, 150)}}

-

仕様書

+

仕様書

@@ -174,13 +171,11 @@ translation_of: Web/HTML/Element/ul
-

ブラウザーの互換性

- - +

ブラウザーの互換性

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

-

関連情報

+

関連情報

  • その他のリスト関連要素: {{HTMLElement("ol")}}, {{HTMLElement("li")}}, {{HTMLElement("menu")}}
  • -- cgit v1.2.3-54-g00ecf