From 523f17272ddf4f565504e142fbbf1f98d8fcb94e Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 7 Nov 2021 21:38:47 +0900 Subject: CSS Lists のプロパティを更新 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/11/06 時点の英語版に同期 --- files/ja/web/css/list-style/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'files/ja/web/css/list-style') diff --git a/files/ja/web/css/list-style/index.md b/files/ja/web/css/list-style/index.md index 1cbd6d7f60..af0e998fc1 100644 --- a/files/ja/web/css/list-style/index.md +++ b/files/ja/web/css/list-style/index.md @@ -5,7 +5,7 @@ tags: - CSS - CSS Lists - CSS プロパティ - - Reference + - リファレンス - recipe:css-shorthand-property browser-compat: css.properties.list-style translation_of: Web/CSS/list-style @@ -17,7 +17,6 @@ translation_of: Web/CSS/list-style {{EmbedInteractiveExample("pages/css/list-style.html")}} > **Note:** このプロパティはリスト項目、すなわち `{{cssxref("display")}}: list-item;` の要素に適用されます。[既定では](https://www.w3.org/TR/html5/rendering.html#lists) {{HTMLElement("li")}} 要素が含まれます。このプロパティは継承されるので、親要素 (ふつうは {{HTMLElement("ol")}} または {{HTMLElement("ul")}}) に設定すれば、同じリストスタイルを内部のすべての項目に適用できます。 - ## 構成要素のプロパティ @@ -74,7 +73,7 @@ list-style: unset; この問題に対処する最も簡単な方法は、明示的に `role="list"` をマークアップ内の `