diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-11-17 00:45:11 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-11-28 02:23:38 +0900 |
commit | 097e0c985e82e73460e6c0a76f3b901ce3af98f7 (patch) | |
tree | 6d6acdc183bc63a7f4c295a6924cf09f2ee97944 /files/ja/web/css/border-inline | |
parent | 60367cb41ff3291f2d5c1a03feeb26645c7cd336 (diff) | |
download | translated-content-097e0c985e82e73460e6c0a76f3b901ce3af98f7.tar.gz translated-content-097e0c985e82e73460e6c0a76f3b901ce3af98f7.tar.bz2 translated-content-097e0c985e82e73460e6c0a76f3b901ce3af98f7.zip |
CSS 論理的プロパティと値のボックスモデルに関するプロパティを更新
- 2021/11/15 時点の英語版に同期
Diffstat (limited to 'files/ja/web/css/border-inline')
-rw-r--r-- | files/ja/web/css/border-inline/index.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/ja/web/css/border-inline/index.md b/files/ja/web/css/border-inline/index.md index 61ce9af75e..d25fac3c1d 100644 --- a/files/ja/web/css/border-inline/index.md +++ b/files/ja/web/css/border-inline/index.md @@ -3,21 +3,21 @@ title: border-inline slug: Web/CSS/border-inline tags: - CSS - - CSS Logical Property + - CSS 論理的プロパティ - CSS プロパティ - 実験的 - - Reference + - リファレンス - recipe:css-shorthand-property browser-compat: css.properties.border-inline translation_of: Web/CSS/border-inline --- {{CSSRef}} -The **`border-inline`** は [CSS](/ja/docs/Web/CSS) のプロパティで、論理的なインライン方向のそれぞれの境界プロパティをスタイルシートの 1 ヶ所で設定する[一括指定プロパティ](/ja/docs/Web/CSS/Shorthand_properties)です。 +**`border-inline`** は [CSS](/ja/docs/Web/CSS) のプロパティで、論理的なインライン方向のそれぞれの境界プロパティをスタイルシートの 1 ヶ所で設定する[一括指定プロパティ](/ja/docs/Web/CSS/Shorthand_properties)です。 {{EmbedInteractiveExample("pages/css/border-inline.html")}} -`border-inline` の割り当て先の物理的な境界は、要素の書字方向によって決まります。 {{cssxref("border-top")}} と {{cssxref("border-bottom")}}、または {{cssxref("border-right")}} と {{cssxref("border-left")}} のどちらかの組み合わせに対して、 {{cssxref("writing-mode")}}、{{cssxref("direction")}}、{{cssxref("text-orientation")}} に設定された値に応じて対応付けられます。 +`border-inline` の割り当て先の物理的な境界は、要素の書字方向によって決まります。 {{cssxref("border-top")}} と {{cssxref("border-bottom")}}、または {{cssxref("border-right")}} と {{cssxref("border-left")}} のどちらかの組み合わせに対して、 {{cssxref("writing-mode")}}、{{cssxref("direction")}}、{{cssxref("text-orientation")}} に設定された値に応じて対応づけられます。 他の方向の境界については、 {{cssxref("border-block")}} によって、 {{cssxref("border-block-start")}} と {{cssxref("border-block-end")}} の両方を設定することができます。 @@ -103,5 +103,5 @@ div { ## 関連情報 -- このプロパティは物理的な境界プロパティである {{cssxref("border-top")}}、{{cssxref("border-right")}}、{{cssxref("border-bottom")}}、{{cssxref("border-left")}} の何れかに対応付けられます。 +- このプロパティは物理的な境界プロパティである {{cssxref("border-top")}}、{{cssxref("border-right")}}、{{cssxref("border-bottom")}}、{{cssxref("border-left")}} の何れかに対応づけられます。 - {{cssxref("writing-mode")}}、{{cssxref("direction")}}、{{cssxref("text-orientation")}} |