aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/inheritance
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-18 14:33:08 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-18 14:33:08 +0900
commit66dd961c765e2843fdc3ed463baa19873924c0a3 (patch)
tree71d90cddda2cdd2c8544582a19a9877e1f1242a5 /files/ja/web/css/inheritance
parent4eaca34cf2eea3b021dfe6aa7e0ccada55c7f436 (diff)
downloadtranslated-content-66dd961c765e2843fdc3ed463baa19873924c0a3.tar.gz
translated-content-66dd961c765e2843fdc3ed463baa19873924c0a3.tar.bz2
translated-content-66dd961c765e2843fdc3ed463baa19873924c0a3.zip
意味のない title 属性を削除
fix #1877
Diffstat (limited to 'files/ja/web/css/inheritance')
-rw-r--r--files/ja/web/css/inheritance/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/inheritance/index.html b/files/ja/web/css/inheritance/index.html
index bf2dd3f663..9bf6dfaa86 100644
--- a/files/ja/web/css/inheritance/index.html
+++ b/files/ja/web/css/inheritance/index.html
@@ -38,7 +38,7 @@ translation_of: Web/CSS/inheritance
<h2 id="Non-inherited_properties" name="Non-inherited_properties">非継承プロパティ</h2>
-<p>値を持たない<strong>非継承プロパティ</strong>が要素に指定された場合、要素はプロパティの<a href="/ja/docs/Web/CSS/initial_value" title="ja/docs/Web/CSS/initial_value">初期値</a>(※各プロパティのページの「概要」の章に記されています)を取得します。</p>
+<p>値を持たない<strong>非継承プロパティ</strong>が要素に指定された場合、要素はプロパティの<a href="/ja/docs/Web/CSS/initial_value">初期値</a>(※各プロパティのページの「概要」の章に記されています)を取得します。</p>
<p>非継承プロパティの一般的な例としては {{ Cssxref("border") }} プロパティが挙げられます。次の様なスタイルルールを指定し、</p>