aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-02 01:23:01 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-08 23:11:05 +0900
commit542839c78a621747c2f014d65e8835bd2df7b417 (patch)
treece793036aabd8a22174e9541227597537557ad41
parente5a4d695978302881f3251b45c61fee3f77e6afc (diff)
downloadtranslated-content-542839c78a621747c2f014d65e8835bd2df7b417.tar.gz
translated-content-542839c78a621747c2f014d65e8835bd2df7b417.tar.bz2
translated-content-542839c78a621747c2f014d65e8835bd2df7b417.zip
2021/10/15 時点の英語版に同期
-rw-r--r--files/ja/web/css/text-overflow/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ja/web/css/text-overflow/index.md b/files/ja/web/css/text-overflow/index.md
index e0be9b14e4..cf41ff7084 100644
--- a/files/ja/web/css/text-overflow/index.md
+++ b/files/ja/web/css/text-overflow/index.md
@@ -4,7 +4,7 @@ slug: Web/CSS/text-overflow
tags:
- CSS
- CSS プロパティ
- - Reference
+ - リファレンス
- recipe:css-property
browser-compat: css.properties.text-overflow
translation_of: Web/CSS/text-overflow
@@ -70,7 +70,7 @@ text-overflow: unset;
## 例
-<h3 id="One-value_syntax">値 1 つの構文</h3>
+### 値 1 つの構文
この例は、様々な `text-overflow` の値が段落に適用された例を、左書きと右書きのテキストで示します。
@@ -142,7 +142,7 @@ body {
{{EmbedLiveSample('One-value_syntax', 600, 320)}}
-<h3 id="Two-value_syntax">値 2 つの構文</h3>
+### 値 2 つの構文
この例は `text-overflow` の値 2 つの構文を表し、テキストの先頭と末尾の様々なあふれの動作を表しています。
効果を見るには、スクロールをして行頭を隠すようにする必要があります。