From cf7b35966566742be3bac030e4657e98b36628ea Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 28 Aug 2021 10:48:37 +0900 Subject: Web/CSS/text-emphasis-color を更新 (#2102) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/06/24 時点の英語版に同期 --- files/ja/web/css/text-emphasis-color/index.html | 68 +++++++++++-------------- 1 file changed, 31 insertions(+), 37 deletions(-) (limited to 'files/ja') diff --git a/files/ja/web/css/text-emphasis-color/index.html b/files/ja/web/css/text-emphasis-color/index.html index eabcc4c410..44da77376c 100644 --- a/files/ja/web/css/text-emphasis-color/index.html +++ b/files/ja/web/css/text-emphasis-color/index.html @@ -8,15 +8,19 @@ tags: - CSS プロパティ - HTML 色 - Reference - - 文字列強調 + - Styling HTML + - Text Emphasis + - 'recipe:css-property' + - text-decoration-color +browser-compat: css.properties.text-emphasis-color translation_of: Web/CSS/text-emphasis-color ---
{{CSSRef}}
-

CSStext-emphasis-color プロパティは、圏点の色を設定します。この値は一括指定の {{cssxref("text-emphasis")}} を使用して設定することもできます。

+

text-emphasis-colorCSS のプロパティで、圏点の色を設定します。この値は一括指定の {{cssxref("text-emphasis")}} を使用して設定することもできます。

/* 初期値 */
-text-emphasis-color: currentColor;
+text-emphasis-color: currentcolor;
 
 /* <color> */
 text-emphasis-color: #555;
@@ -27,68 +31,58 @@ text-emphasis-color: transparent;
 /* グローバル値 */
 text-emphasis-color: inherit;
 text-emphasis-color: initial;
+text-emphasis-color: revert;
 text-emphasis-color: unset;
 
-

{{cssinfo}}

+

構文

-

構文

- -

+

<color>
-
記号の色を定義します。 color が存在しない場合、既定で currentColor になります。
+
記号の色を定義します。 color が存在しない場合、既定で currentcolor になります。
-

形式文法

+

公式定義

+ +

{{CSSInfo}}

+ +

形式文法

{{csssyntax}} -

+

+ +

色と固有の文字で強調

-

CSS

+

CSS

-
h3 {
-  text-emphasis-color: #555;
+
em {
+  text-emphasis-color: green;
   text-emphasis-style: "*";
 }
-

HTML

+

HTML

<p>Here's an example:</p>
 
-<h3>This has emphasis marks!</h3>
+<em>This has emphasis marks!</em>
 
-

結果

+

結果

-

{{EmbedLiveSample("Examples", 450, 100)}}

+

{{EmbedLiveSample("Emphasis_with_a_color_and_custom_character", 450, 100)}}

-

仕様書

+

仕様書

- - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName('CSS3 Text Decoration', '#text-emphasis-color-property', 'text-emphasis')}}{{Spec2('CSS3 Text Decoration')}}初回定義
+{{Specifications}} -

ブラウザーの対応

+

ブラウザーの互換性

-

{{Compat("css.properties.text-emphasis-color")}}

+

{{Compat}}

-

関連情報

+

関連情報