diff options
author | potappo <potappo@gmail.com> | 2021-08-21 14:53:11 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-08-21 14:53:11 +0900 |
commit | 9de4de5a56426adc9a1a95f851f5d5fd6307747f (patch) | |
tree | fd051db8a2daad9ddde969ff15eaa833a9d2a36b /files/ja/web/css/inheritance | |
parent | bc98b39ca91c1ee566cb5c6a2cc9da21ecdadb6a (diff) | |
parent | 7257389b546df95eecdf44e67e68009e69ece2b2 (diff) | |
download | translated-content-9de4de5a56426adc9a1a95f851f5d5fd6307747f.tar.gz translated-content-9de4de5a56426adc9a1a95f851f5d5fd6307747f.tar.bz2 translated-content-9de4de5a56426adc9a1a95f851f5d5fd6307747f.zip |
Merge branch 'mfuji09-20210818-remove-meaningless-titles'
Diffstat (limited to 'files/ja/web/css/inheritance')
-rw-r--r-- | files/ja/web/css/inheritance/index.html | 2 |
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> |