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-style | |
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-style')
-rw-r--r-- | files/ja/web/css/border-inline-style/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ja/web/css/border-inline-style/index.md b/files/ja/web/css/border-inline-style/index.md index 2e7971f0c6..3a3972c1f2 100644 --- a/files/ja/web/css/border-inline-style/index.md +++ b/files/ja/web/css/border-inline-style/index.md @@ -3,17 +3,17 @@ title: border-inline-style slug: Web/CSS/border-inline-style tags: - CSS - - CSS Logical Property + - CSS 論理的プロパティ - CSS プロパティ - 実験的 - - Reference + - リファレンス - recipe:css-property browser-compat: css.properties.border-inline-style translation_of: Web/CSS/border-inline-style --- {{CSSRef}} -**`border-inline-style`** は [CSS](/ja/docs/Web/CSS) のプロパティで、要素の論理的なインライン方向の境界のスタイルを定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界のスタイルに対応付けられます。これは {{cssxref("border-top-style")}} と {{cssxref("border-bottom-style")}}、または {{cssxref("border-left-style")}} と {{cssxref("border-right-style")}} の組み合わせのどちらかに対応し、どちらに対応するかは {{cssxref("writing-mode")}}、{{cssxref("direction")}}、{{cssxref("text-orientation")}} で定義された値によって決まります。 +**`border-inline-style`** は [CSS](/ja/docs/Web/CSS) のプロパティで、要素の論理的なインライン方向の境界のスタイルを定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界のスタイルに対応づけられます。これは {{cssxref("border-top-style")}} と {{cssxref("border-bottom-style")}}、または {{cssxref("border-left-style")}} と {{cssxref("border-right-style")}} の組み合わせのどちらかに対応し、どちらに対応するかは {{cssxref("writing-mode")}}、{{cssxref("direction")}}、{{cssxref("text-orientation")}} で定義された値によって決まります。 {{EmbedInteractiveExample("pages/css/border-inline-style.html")}} |