aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/border-inline-start
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-11-17 00:45:11 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-11-28 02:23:38 +0900
commit097e0c985e82e73460e6c0a76f3b901ce3af98f7 (patch)
tree6d6acdc183bc63a7f4c295a6924cf09f2ee97944 /files/ja/web/css/border-inline-start
parent60367cb41ff3291f2d5c1a03feeb26645c7cd336 (diff)
downloadtranslated-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')
-rw-r--r--files/ja/web/css/border-inline-start/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ja/web/css/border-inline-start/index.md b/files/ja/web/css/border-inline-start/index.md
index d723df5379..172220dedb 100644
--- a/files/ja/web/css/border-inline-start/index.md
+++ b/files/ja/web/css/border-inline-start/index.md
@@ -3,10 +3,10 @@ title: border-inline-start
slug: Web/CSS/border-inline-start
tags:
- CSS
- - CSS Logical Property
+ - CSS 論理的プロパティ
- CSS プロパティ
- 実験的
- - Reference
+ - リファレンス
- border-inline
- border-inline-start
- border-inline-start-color
@@ -44,7 +44,7 @@ border-inline-start: revert;
border-inline-start: unset;
```
-対応付けられる物理的な境界は、書字方向やテキストの向きによって決まります。これは {{cssxref("border-top")}}、{{cssxref("border-right")}}、{{cssxref("border-bottom")}}、{{cssxref("border-left")}} の何れかに対応し、どれに対応するかは {{cssxref("writing-mode")}}、{{cssxref("direction")}}、{{cssxref("text-orientation")}} で定義された値によって決まります。
+対応づけられる物理的な境界は、書字方向やテキストの向きによって決まります。これは {{cssxref("border-top")}}、{{cssxref("border-right")}}、{{cssxref("border-bottom")}}、{{cssxref("border-left")}} の何れかに対応し、どれに対応するかは {{cssxref("writing-mode")}}、{{cssxref("direction")}}、{{cssxref("text-orientation")}} で定義された値によって決まります。
関連するプロパティとしては、 {{cssxref("border-block-start")}}、{{cssxref("border-block-end")}}、{{cssxref("border-inline-end")}} が要素の他の境界を定義します。
@@ -104,5 +104,5 @@ div {
## 関連情報
-- このプロパティは {{cssxref("border-top")}}、{{cssxref("border-right")}}、{{cssxref("border-bottom")}}、{{cssxref("border-left")}} のうちの 1 つに対応付けられます。
+- このプロパティは {{cssxref("border-top")}}、{{cssxref("border-right")}}、{{cssxref("border-bottom")}}、{{cssxref("border-left")}} のうちの 1 つに対応づけられます。
- {{cssxref("writing-mode")}}、{{cssxref("direction")}}、{{cssxref("text-orientation")}}