diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-11-15 01:17:27 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-11-22 22:57:41 +0900 |
commit | 33fdcea3f3c7a085d4962e06e3270f91a974670c (patch) | |
tree | 74073d8983231eaa07388f3d2625c47abe3e29d1 /files/ja/web/css/border-top-right-radius | |
parent | f7c2a316bb9e875683a9e81fb6aef8d1fc133a38 (diff) | |
download | translated-content-33fdcea3f3c7a085d4962e06e3270f91a974670c.tar.gz translated-content-33fdcea3f3c7a085d4962e06e3270f91a974670c.tar.bz2 translated-content-33fdcea3f3c7a085d4962e06e3270f91a974670c.zip |
CSS Borders 関係のプロパティの文書を更新
- 2021/11/13 時点の英語版に同期
Diffstat (limited to 'files/ja/web/css/border-top-right-radius')
-rw-r--r-- | files/ja/web/css/border-top-right-radius/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/border-top-right-radius/index.md b/files/ja/web/css/border-top-right-radius/index.md index 049d638c2b..857f59b47a 100644 --- a/files/ja/web/css/border-top-right-radius/index.md +++ b/files/ja/web/css/border-top-right-radius/index.md @@ -22,7 +22,7 @@ translation_of: Web/CSS/border-top-right-radius 画像または単色が背景になっている場合、丸みがあっても境界で切り取られます。切り取られる正確な位置は、 {{cssxref("background-clip")}} プロパティの値で定義されます。 -> **Note:** このプロパティの値が `border-top-right-radius` プロパティの後の {{cssxref("border-radius")}} 一括指定プロパティで設定されなかった場合、このプロパティは<a href="/ja/docs/Web/CSS/Shorthand_properties">一括指定プロパティ</a>によって初期値にリセットされます。 +> **Note:** このプロパティの値が `border-top-right-radius` プロパティの後の {{cssxref("border-radius")}} 一括指定プロパティで設定されなかった場合、このプロパティは[一括指定プロパティ](/ja/docs/Web/CSS/Shorthand_properties)によって初期値にリセットされます。 ## 構文 |