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-start-style/index.md | |
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-start-style/index.md')
-rw-r--r-- | files/ja/web/css/border-inline-start-style/index.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ja/web/css/border-inline-start-style/index.md b/files/ja/web/css/border-inline-start-style/index.md index b1d3403c5f..574e3cd05d 100644 --- a/files/ja/web/css/border-inline-start-style/index.md +++ b/files/ja/web/css/border-inline-start-style/index.md @@ -3,10 +3,10 @@ title: border-inline-start-style slug: Web/CSS/border-inline-start-style tags: - CSS - - CSS Logical Property + - CSS 論理的プロパティ - CSS プロパティ - 実験的 - - Reference + - リファレンス - border-inline - border-inline-start - border-inline-start-style @@ -17,7 +17,7 @@ translation_of: Web/CSS/border-inline-start-style --- {{CSSRef}} -**`border-inline-start-style`** は [CSS](/ja/docs/Web/CSS) のプロパティで、要素の論理的なブロックの先頭側の境界のスタイルを定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界のスタイルに対応付けられます。これは {{cssxref("border-top-style")}}、{{cssxref("border-right-style")}}、{{cssxref("border-bottom-style")}}、{{cssxref("border-left-style")}} の何れかに対応し、どれに対応するかは {{cssxref("writing-mode")}}、{{cssxref("direction")}}、{{cssxref("text-orientation")}} で定義された値によって決まります。 +**`border-inline-start-style`** は [CSS](/ja/docs/Web/CSS) のプロパティで、要素の論理的なブロックの先頭側の境界のスタイルを定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界のスタイルに対応づけられます。これは {{cssxref("border-top-style")}}、{{cssxref("border-right-style")}}、{{cssxref("border-bottom-style")}}、{{cssxref("border-left-style")}} の何れかに対応し、どれに対応するかは {{cssxref("writing-mode")}}、{{cssxref("direction")}}、{{cssxref("text-orientation")}} で定義された値によって決まります。 {{EmbedInteractiveExample("pages/css/border-inline-start-style.html")}} @@ -86,5 +86,5 @@ div { ## 関連情報 -- このプロパティは {{cssxref("border-top-style")}}、{{cssxref("border-right-style")}}、{{cssxref("border-bottom-style")}}、{{cssxref("border-left-style")}} のうちの 1 つに対応付けられます +- このプロパティは {{cssxref("border-top-style")}}、{{cssxref("border-right-style")}}、{{cssxref("border-bottom-style")}}、{{cssxref("border-left-style")}} のうちの 1 つに対応づけられます - {{cssxref("writing-mode")}}、{{cssxref("direction")}}、{{cssxref("text-orientation")}} |