From 60367cb41ff3291f2d5c1a03feeb26645c7cd336 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 16 Nov 2021 23:03:12 +0900 Subject: CSS 論理的プロパティのボックスモデルのプロパティを変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/border-block-color/index.html | 92 ---------------- files/ja/web/css/border-block-color/index.md | 92 ++++++++++++++++ files/ja/web/css/border-block-end-color/index.html | 100 ----------------- files/ja/web/css/border-block-end-color/index.md | 100 +++++++++++++++++ files/ja/web/css/border-block-end-style/index.html | 102 ------------------ files/ja/web/css/border-block-end-style/index.md | 102 ++++++++++++++++++ files/ja/web/css/border-block-end-width/index.html | 101 ----------------- files/ja/web/css/border-block-end-width/index.md | 101 +++++++++++++++++ files/ja/web/css/border-block-end/index.html | 108 ------------------- files/ja/web/css/border-block-end/index.md | 108 +++++++++++++++++++ .../ja/web/css/border-block-start-color/index.html | 100 ----------------- files/ja/web/css/border-block-start-color/index.md | 100 +++++++++++++++++ .../ja/web/css/border-block-start-style/index.html | 103 ------------------ files/ja/web/css/border-block-start-style/index.md | 103 ++++++++++++++++++ .../ja/web/css/border-block-start-width/index.html | 101 ----------------- files/ja/web/css/border-block-start-width/index.md | 101 +++++++++++++++++ files/ja/web/css/border-block-start/index.html | 109 ------------------- files/ja/web/css/border-block-start/index.md | 109 +++++++++++++++++++ files/ja/web/css/border-block-style/index.html | 104 ------------------ files/ja/web/css/border-block-style/index.md | 104 ++++++++++++++++++ files/ja/web/css/border-block-width/index.html | 93 ---------------- files/ja/web/css/border-block-width/index.md | 93 ++++++++++++++++ files/ja/web/css/border-block/index.html | 120 --------------------- files/ja/web/css/border-block/index.md | 120 +++++++++++++++++++++ files/ja/web/css/border-end-end-radius/index.html | 111 ------------------- files/ja/web/css/border-end-end-radius/index.md | 111 +++++++++++++++++++ .../ja/web/css/border-end-start-radius/index.html | 111 ------------------- files/ja/web/css/border-end-start-radius/index.md | 111 +++++++++++++++++++ .../ja/web/css/border-start-end-radius/index.html | 111 ------------------- files/ja/web/css/border-start-end-radius/index.md | 111 +++++++++++++++++++ .../web/css/border-start-start-radius/index.html | 111 ------------------- .../ja/web/css/border-start-start-radius/index.md | 111 +++++++++++++++++++ files/ja/web/css/margin-block-end/index.html | 108 ------------------- files/ja/web/css/margin-block-end/index.md | 108 +++++++++++++++++++ files/ja/web/css/margin-block-start/index.html | 108 ------------------- files/ja/web/css/margin-block-start/index.md | 108 +++++++++++++++++++ files/ja/web/css/margin-block/index.html | 106 ------------------ files/ja/web/css/margin-block/index.md | 106 ++++++++++++++++++ files/ja/web/css/margin-inline-end/index.html | 107 ------------------ files/ja/web/css/margin-inline-end/index.md | 107 ++++++++++++++++++ files/ja/web/css/margin-inline-start/index.html | 104 ------------------ files/ja/web/css/margin-inline-start/index.md | 104 ++++++++++++++++++ files/ja/web/css/margin-inline/index.html | 105 ------------------ files/ja/web/css/margin-inline/index.md | 105 ++++++++++++++++++ files/ja/web/css/padding-block-end/index.html | 115 -------------------- files/ja/web/css/padding-block-end/index.md | 115 ++++++++++++++++++++ files/ja/web/css/padding-block-start/index.html | 113 ------------------- files/ja/web/css/padding-block-start/index.md | 113 +++++++++++++++++++ files/ja/web/css/padding-block/index.html | 112 ------------------- files/ja/web/css/padding-block/index.md | 112 +++++++++++++++++++ files/ja/web/css/padding-inline-end/index.html | 113 ------------------- files/ja/web/css/padding-inline-end/index.md | 113 +++++++++++++++++++ files/ja/web/css/padding-inline-start/index.html | 113 ------------------- files/ja/web/css/padding-inline-start/index.md | 113 +++++++++++++++++++ files/ja/web/css/padding-inline/index.html | 112 ------------------- files/ja/web/css/padding-inline/index.md | 112 +++++++++++++++++++ 56 files changed, 2993 insertions(+), 2993 deletions(-) delete mode 100644 files/ja/web/css/border-block-color/index.html create mode 100644 files/ja/web/css/border-block-color/index.md delete mode 100644 files/ja/web/css/border-block-end-color/index.html create mode 100644 files/ja/web/css/border-block-end-color/index.md delete mode 100644 files/ja/web/css/border-block-end-style/index.html create mode 100644 files/ja/web/css/border-block-end-style/index.md delete mode 100644 files/ja/web/css/border-block-end-width/index.html create mode 100644 files/ja/web/css/border-block-end-width/index.md delete mode 100644 files/ja/web/css/border-block-end/index.html create mode 100644 files/ja/web/css/border-block-end/index.md delete mode 100644 files/ja/web/css/border-block-start-color/index.html create mode 100644 files/ja/web/css/border-block-start-color/index.md delete mode 100644 files/ja/web/css/border-block-start-style/index.html create mode 100644 files/ja/web/css/border-block-start-style/index.md delete mode 100644 files/ja/web/css/border-block-start-width/index.html create mode 100644 files/ja/web/css/border-block-start-width/index.md delete mode 100644 files/ja/web/css/border-block-start/index.html create mode 100644 files/ja/web/css/border-block-start/index.md delete mode 100644 files/ja/web/css/border-block-style/index.html create mode 100644 files/ja/web/css/border-block-style/index.md delete mode 100644 files/ja/web/css/border-block-width/index.html create mode 100644 files/ja/web/css/border-block-width/index.md delete mode 100644 files/ja/web/css/border-block/index.html create mode 100644 files/ja/web/css/border-block/index.md delete mode 100644 files/ja/web/css/border-end-end-radius/index.html create mode 100644 files/ja/web/css/border-end-end-radius/index.md delete mode 100644 files/ja/web/css/border-end-start-radius/index.html create mode 100644 files/ja/web/css/border-end-start-radius/index.md delete mode 100644 files/ja/web/css/border-start-end-radius/index.html create mode 100644 files/ja/web/css/border-start-end-radius/index.md delete mode 100644 files/ja/web/css/border-start-start-radius/index.html create mode 100644 files/ja/web/css/border-start-start-radius/index.md delete mode 100644 files/ja/web/css/margin-block-end/index.html create mode 100644 files/ja/web/css/margin-block-end/index.md delete mode 100644 files/ja/web/css/margin-block-start/index.html create mode 100644 files/ja/web/css/margin-block-start/index.md delete mode 100644 files/ja/web/css/margin-block/index.html create mode 100644 files/ja/web/css/margin-block/index.md delete mode 100644 files/ja/web/css/margin-inline-end/index.html create mode 100644 files/ja/web/css/margin-inline-end/index.md delete mode 100644 files/ja/web/css/margin-inline-start/index.html create mode 100644 files/ja/web/css/margin-inline-start/index.md delete mode 100644 files/ja/web/css/margin-inline/index.html create mode 100644 files/ja/web/css/margin-inline/index.md delete mode 100644 files/ja/web/css/padding-block-end/index.html create mode 100644 files/ja/web/css/padding-block-end/index.md delete mode 100644 files/ja/web/css/padding-block-start/index.html create mode 100644 files/ja/web/css/padding-block-start/index.md delete mode 100644 files/ja/web/css/padding-block/index.html create mode 100644 files/ja/web/css/padding-block/index.md delete mode 100644 files/ja/web/css/padding-inline-end/index.html create mode 100644 files/ja/web/css/padding-inline-end/index.md delete mode 100644 files/ja/web/css/padding-inline-start/index.html create mode 100644 files/ja/web/css/padding-inline-start/index.md delete mode 100644 files/ja/web/css/padding-inline/index.html create mode 100644 files/ja/web/css/padding-inline/index.md (limited to 'files/ja/web/css') diff --git a/files/ja/web/css/border-block-color/index.html b/files/ja/web/css/border-block-color/index.html deleted file mode 100644 index 12e92e13f5..0000000000 --- a/files/ja/web/css/border-block-color/index.html +++ /dev/null @@ -1,92 +0,0 @@ ---- -title: border-block-color -slug: Web/CSS/border-block-color -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 論理的プロパティ - - Experimental - - Reference -translation_of: Web/CSS/border-block-color ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

border-block-end-colorCSS のプロパティで、要素の論理的なブロックの終端側の境界色を定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界色に対応付けられます。これは {{cssxref("border-top-color")}} および {{cssxref("border-bottom-color")}}、または {{cssxref("border-right-color")}} および {{cssxref("border-left-color")}} のどちらかに対応し、どちらに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

- -
border-block-color: yellow;
-border-block-color: #F5F6F7;
-
- -

他の方向の境界については、 {{cssxref("border-block-color")}} によって、 {{cssxref("border-block-start-color")}} と {{cssxref("border-block-end-color")}} の両方を設定することができます。

- -

{{cssinfo}}

- -

構文

- -

- -
-
<'color'>
-
境界の色です。 {{cssxref("color")}} を参照してください。
-
- -

形式文法

- -{{csssyntax}} - -

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-lr;
-  border: 10px solid blue;
-  border-block-color: red;
-}
- -

{{EmbedLiveSample("Example", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-color", "border-block-color")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.border-block-color")}}

- -

関連情報

- - diff --git a/files/ja/web/css/border-block-color/index.md b/files/ja/web/css/border-block-color/index.md new file mode 100644 index 0000000000..12e92e13f5 --- /dev/null +++ b/files/ja/web/css/border-block-color/index.md @@ -0,0 +1,92 @@ +--- +title: border-block-color +slug: Web/CSS/border-block-color +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 論理的プロパティ + - Experimental + - Reference +translation_of: Web/CSS/border-block-color +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

border-block-end-colorCSS のプロパティで、要素の論理的なブロックの終端側の境界色を定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界色に対応付けられます。これは {{cssxref("border-top-color")}} および {{cssxref("border-bottom-color")}}、または {{cssxref("border-right-color")}} および {{cssxref("border-left-color")}} のどちらかに対応し、どちらに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

+ +
border-block-color: yellow;
+border-block-color: #F5F6F7;
+
+ +

他の方向の境界については、 {{cssxref("border-block-color")}} によって、 {{cssxref("border-block-start-color")}} と {{cssxref("border-block-end-color")}} の両方を設定することができます。

+ +

{{cssinfo}}

+ +

構文

+ +

+ +
+
<'color'>
+
境界の色です。 {{cssxref("color")}} を参照してください。
+
+ +

形式文法

+ +{{csssyntax}} + +

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-lr;
+  border: 10px solid blue;
+  border-block-color: red;
+}
+ +

{{EmbedLiveSample("Example", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-color", "border-block-color")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.border-block-color")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/border-block-end-color/index.html b/files/ja/web/css/border-block-end-color/index.html deleted file mode 100644 index c5a45ccf49..0000000000 --- a/files/ja/web/css/border-block-end-color/index.html +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: border-block-end-color -slug: Web/CSS/border-block-end-color -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 論理的プロパティ - - Experimental - - Reference - - border-block - - border-block-color - - border-block-end - - border-block-end-color -translation_of: Web/CSS/border-block-end-color ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

border-block-end-colorCSS のプロパティで、要素の論理的なブロックの終端側の境界色を定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界色に対応付けられます。これは {{cssxref("border-top-color")}}, {{cssxref("border-right-color")}}, {{cssxref("border-bottom-color")}}, {{cssxref("border-left-color")}} の何れかに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

- -
{{EmbedInteractiveExample("pages/css/border-block-end-color.html")}}
- - - -

構文

- -
border-block-end-color: yellow;
-border-block-end-color: #F5F6F7;
-
- -

関連するプロパティとしては、 {{cssxref("border-block-start-color")}}, {{cssxref("border-inline-start-color")}}, {{cssxref("border-inline-end-color")}} が要素の他の境界色を定義します。

- -

{{cssinfo}}

- -

- -
-
<'color'>
-
境界の色です。 {{cssxref("color")}} を参照してください。
-
- -

形式文法

- -{{csssyntax}} - -

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-lr;
-  border: 10px solid blue;
-  border-block-end-color: red;
-}
- -

{{EmbedLiveSample("Example", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-end-color", "border-block-end-color")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.border-block-end-color")}}

- -

関連情報

- - diff --git a/files/ja/web/css/border-block-end-color/index.md b/files/ja/web/css/border-block-end-color/index.md new file mode 100644 index 0000000000..c5a45ccf49 --- /dev/null +++ b/files/ja/web/css/border-block-end-color/index.md @@ -0,0 +1,100 @@ +--- +title: border-block-end-color +slug: Web/CSS/border-block-end-color +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 論理的プロパティ + - Experimental + - Reference + - border-block + - border-block-color + - border-block-end + - border-block-end-color +translation_of: Web/CSS/border-block-end-color +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

border-block-end-colorCSS のプロパティで、要素の論理的なブロックの終端側の境界色を定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界色に対応付けられます。これは {{cssxref("border-top-color")}}, {{cssxref("border-right-color")}}, {{cssxref("border-bottom-color")}}, {{cssxref("border-left-color")}} の何れかに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

+ +
{{EmbedInteractiveExample("pages/css/border-block-end-color.html")}}
+ + + +

構文

+ +
border-block-end-color: yellow;
+border-block-end-color: #F5F6F7;
+
+ +

関連するプロパティとしては、 {{cssxref("border-block-start-color")}}, {{cssxref("border-inline-start-color")}}, {{cssxref("border-inline-end-color")}} が要素の他の境界色を定義します。

+ +

{{cssinfo}}

+ +

+ +
+
<'color'>
+
境界の色です。 {{cssxref("color")}} を参照してください。
+
+ +

形式文法

+ +{{csssyntax}} + +

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-lr;
+  border: 10px solid blue;
+  border-block-end-color: red;
+}
+ +

{{EmbedLiveSample("Example", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-end-color", "border-block-end-color")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.border-block-end-color")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/border-block-end-style/index.html b/files/ja/web/css/border-block-end-style/index.html deleted file mode 100644 index cdd349eb8d..0000000000 --- a/files/ja/web/css/border-block-end-style/index.html +++ /dev/null @@ -1,102 +0,0 @@ ---- -title: border-block-end-style -slug: Web/CSS/border-block-end-style -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 論理的プロパティ - - Experimental - - Reference - - border-block - - border-block-end - - border-block-end-style - - border-block-style -translation_of: Web/CSS/border-block-end-style ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

border-block-end-styleCSS のプロパティで、要素の論理的なブロックの終端側の境界のスタイルを定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界のスタイルに対応付けられます。これは {{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-block-end-style.html")}}
- - - -

構文

- -
/* <'border-style'> 値 */
-border-block-end-style: dashed;
-border-block-end-style: dotted;
-border-block-end-style: groove;
-
- -

関連するプロパティとしては、 {{cssxref("border-block-start-style")}}, {{cssxref("border-inline-start-style")}}, {{cssxref("border-inline-end-style")}} が要素の他の境界のスタイルを定義します。

- -

{{cssinfo}}

- -

- -
-
<'border-style'>
-
境界のスタイルです。 {{cssxref("border-style")}} を参照してください。
-
- -

形式文法

- -{{csssyntax}} - -

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-lr;
-  border: 5px solid blue;
-  border-block-end-style: dashed;
-}
- -

{{EmbedLiveSample("Example", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-end-style", "border-block-end-style")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.border-block-end-style")}}

- -

関連情報

- - diff --git a/files/ja/web/css/border-block-end-style/index.md b/files/ja/web/css/border-block-end-style/index.md new file mode 100644 index 0000000000..cdd349eb8d --- /dev/null +++ b/files/ja/web/css/border-block-end-style/index.md @@ -0,0 +1,102 @@ +--- +title: border-block-end-style +slug: Web/CSS/border-block-end-style +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 論理的プロパティ + - Experimental + - Reference + - border-block + - border-block-end + - border-block-end-style + - border-block-style +translation_of: Web/CSS/border-block-end-style +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

border-block-end-styleCSS のプロパティで、要素の論理的なブロックの終端側の境界のスタイルを定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界のスタイルに対応付けられます。これは {{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-block-end-style.html")}}
+ + + +

構文

+ +
/* <'border-style'> 値 */
+border-block-end-style: dashed;
+border-block-end-style: dotted;
+border-block-end-style: groove;
+
+ +

関連するプロパティとしては、 {{cssxref("border-block-start-style")}}, {{cssxref("border-inline-start-style")}}, {{cssxref("border-inline-end-style")}} が要素の他の境界のスタイルを定義します。

+ +

{{cssinfo}}

+ +

+ +
+
<'border-style'>
+
境界のスタイルです。 {{cssxref("border-style")}} を参照してください。
+
+ +

形式文法

+ +{{csssyntax}} + +

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-lr;
+  border: 5px solid blue;
+  border-block-end-style: dashed;
+}
+ +

{{EmbedLiveSample("Example", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-end-style", "border-block-end-style")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.border-block-end-style")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/border-block-end-width/index.html b/files/ja/web/css/border-block-end-width/index.html deleted file mode 100644 index 15ded242b3..0000000000 --- a/files/ja/web/css/border-block-end-width/index.html +++ /dev/null @@ -1,101 +0,0 @@ ---- -title: border-block-end-width -slug: Web/CSS/border-block-end-width -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 論理的プロパティ - - Experimental - - Reference - - border-block - - border-block-end - - border-block-end-width - - border-block-width -translation_of: Web/CSS/border-block-end-width ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

border-block-end-widthCSS のプロパティで、要素の論理的なブロックの終端側の境界の幅を定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界の幅に対応付けられます。これは {{cssxref("border-top-width")}}, {{cssxref("border-right-width")}}, {{cssxref("border-bottom-width")}}, {{cssxref("border-left-width")}} の何れかに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

- -
{{EmbedInteractiveExample("pages/css/border-block-end-width.html")}}
- - - -

構文

- -
/* <'border-width'> 値 */
-border-block-end-width: 5px;
-border-block-end-width: thick;
-
- -

関連するプロパティとしては、 {{cssxref("border-block-start-width")}}, {{cssxref("border-inline-start-width")}}, {{cssxref("border-inline-end-width")}} が要素の他の境界の幅を定義します。

- -

{{cssinfo}}

- -

- -
-
<'border-width'>
-
境界の幅です。 {{cssxref("border-width")}} を参照してください。
-
- -

形式文法

- -{{csssyntax}} - -

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-lr;
-  border: 1px solid blue;
-  border-block-end-width: 5px;
-}
- -

{{EmbedLiveSample("Example", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-end-width", "border-block-end-width")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.border-block-end-width")}}

- -

関連情報

- - diff --git a/files/ja/web/css/border-block-end-width/index.md b/files/ja/web/css/border-block-end-width/index.md new file mode 100644 index 0000000000..15ded242b3 --- /dev/null +++ b/files/ja/web/css/border-block-end-width/index.md @@ -0,0 +1,101 @@ +--- +title: border-block-end-width +slug: Web/CSS/border-block-end-width +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 論理的プロパティ + - Experimental + - Reference + - border-block + - border-block-end + - border-block-end-width + - border-block-width +translation_of: Web/CSS/border-block-end-width +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

border-block-end-widthCSS のプロパティで、要素の論理的なブロックの終端側の境界の幅を定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界の幅に対応付けられます。これは {{cssxref("border-top-width")}}, {{cssxref("border-right-width")}}, {{cssxref("border-bottom-width")}}, {{cssxref("border-left-width")}} の何れかに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

+ +
{{EmbedInteractiveExample("pages/css/border-block-end-width.html")}}
+ + + +

構文

+ +
/* <'border-width'> 値 */
+border-block-end-width: 5px;
+border-block-end-width: thick;
+
+ +

関連するプロパティとしては、 {{cssxref("border-block-start-width")}}, {{cssxref("border-inline-start-width")}}, {{cssxref("border-inline-end-width")}} が要素の他の境界の幅を定義します。

+ +

{{cssinfo}}

+ +

+ +
+
<'border-width'>
+
境界の幅です。 {{cssxref("border-width")}} を参照してください。
+
+ +

形式文法

+ +{{csssyntax}} + +

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-lr;
+  border: 1px solid blue;
+  border-block-end-width: 5px;
+}
+ +

{{EmbedLiveSample("Example", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-end-width", "border-block-end-width")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.border-block-end-width")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/border-block-end/index.html b/files/ja/web/css/border-block-end/index.html deleted file mode 100644 index dbbc94b2db..0000000000 --- a/files/ja/web/css/border-block-end/index.html +++ /dev/null @@ -1,108 +0,0 @@ ---- -title: border-block-end -slug: Web/CSS/border-block-end -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 論理的プロパティ - - Experimental - - Reference - - border-block - - border-block-end-color - - border-block-end-style - - border-block-end-width -translation_of: Web/CSS/border-block-end ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

border-block-endCSS のプロパティで、個々の論理的なブロック方向の末尾側境界のプロパティ値を、スタイルシート内の単一の場所で設定するための一括指定プロパティです。

- -
{{EmbedInteractiveExample("pages/css/border-block-end.html")}}
- - - -

構文

- -
border-block-end: 1px;
-border-block-end: 2px dotted;
-border-block-end: medium dashed blue;
-
- -

border-block-end は1つ以上の {{cssxref("border-block-end-width")}}, {{cssxref("border-block-end-style")}}, {{cssxref("border-block-end-color")}} の値の組み合わせを使用することができます。対応付けられる物理的な境界は、書字方向やテキストの向きによって決まります。これは {{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-inline-start")}}, {{cssxref("border-inline-end")}} が要素の他の境界を定義します。

- -

{{cssinfo}}

- -

- -

border-block-end は以下の値のうちの1つ以上を任意の順序で指定します。

- -
-
<'border-width'>
-
境界の幅です。 {{cssxref("border-width")}} を参照してください。
-
<'border-style'>
-
境界線のスタイルです。 {{cssxref("border-style")}} を参照してください。
-
<'color'>
-
境界の色です。 {{cssxref("color")}} を参照してください。
-
- -

形式文法

- -{{csssyntax}} - -

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-rl;
-  border-block-end: 5px dashed blue;
-}
- -

{{EmbedLiveSample("Example", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-end", "border-block-end")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.border-block-end")}}

- -

関連情報

- - diff --git a/files/ja/web/css/border-block-end/index.md b/files/ja/web/css/border-block-end/index.md new file mode 100644 index 0000000000..dbbc94b2db --- /dev/null +++ b/files/ja/web/css/border-block-end/index.md @@ -0,0 +1,108 @@ +--- +title: border-block-end +slug: Web/CSS/border-block-end +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 論理的プロパティ + - Experimental + - Reference + - border-block + - border-block-end-color + - border-block-end-style + - border-block-end-width +translation_of: Web/CSS/border-block-end +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

border-block-endCSS のプロパティで、個々の論理的なブロック方向の末尾側境界のプロパティ値を、スタイルシート内の単一の場所で設定するための一括指定プロパティです。

+ +
{{EmbedInteractiveExample("pages/css/border-block-end.html")}}
+ + + +

構文

+ +
border-block-end: 1px;
+border-block-end: 2px dotted;
+border-block-end: medium dashed blue;
+
+ +

border-block-end は1つ以上の {{cssxref("border-block-end-width")}}, {{cssxref("border-block-end-style")}}, {{cssxref("border-block-end-color")}} の値の組み合わせを使用することができます。対応付けられる物理的な境界は、書字方向やテキストの向きによって決まります。これは {{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-inline-start")}}, {{cssxref("border-inline-end")}} が要素の他の境界を定義します。

+ +

{{cssinfo}}

+ +

+ +

border-block-end は以下の値のうちの1つ以上を任意の順序で指定します。

+ +
+
<'border-width'>
+
境界の幅です。 {{cssxref("border-width")}} を参照してください。
+
<'border-style'>
+
境界線のスタイルです。 {{cssxref("border-style")}} を参照してください。
+
<'color'>
+
境界の色です。 {{cssxref("color")}} を参照してください。
+
+ +

形式文法

+ +{{csssyntax}} + +

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-rl;
+  border-block-end: 5px dashed blue;
+}
+ +

{{EmbedLiveSample("Example", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-end", "border-block-end")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.border-block-end")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/border-block-start-color/index.html b/files/ja/web/css/border-block-start-color/index.html deleted file mode 100644 index 86dce91d9f..0000000000 --- a/files/ja/web/css/border-block-start-color/index.html +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: border-block-start-color -slug: Web/CSS/border-block-start-color -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 論理的プロパティ - - Experimental - - Reference - - border-block - - border-block-color - - border-block-start - - border-block-start-color -translation_of: Web/CSS/border-block-start-color ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

border-block-start-colorCSS のプロパティで、要素の論理的なブロックの先頭側の境界色を定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界色に対応付けられます。これは {{cssxref("border-top-color")}}, {{cssxref("border-right-color")}}, {{cssxref("border-bottom-color")}}, {{cssxref("border-left-color")}} の何れかに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

- -
{{EmbedInteractiveExample("pages/css/border-block-start-color.html")}}
- - - -

構文

- -
border-block-start-color: blue;
-border-block-start-color: #4c5d21;
-
- -

関連するプロパティとしては、 {{cssxref("border-block-end-color")}}, {{cssxref("border-inline-start-color")}}, {{cssxref("border-inline-end-color")}} が要素の他の境界色を定義します。

- -

{{cssinfo}}

- -

- -
-
<'color'>
-
{{cssxref("border-color")}} を参照してください。
-
- -

形式文法

- -{{csssyntax}} - -

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-lr;
-  border: 10px solid blue;
-  border-block-start-color: red;
-}
- -

{{EmbedLiveSample("Example", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-start-color", "border-block-start-color")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.border-block-start-color")}}

- -

関連情報

- - diff --git a/files/ja/web/css/border-block-start-color/index.md b/files/ja/web/css/border-block-start-color/index.md new file mode 100644 index 0000000000..86dce91d9f --- /dev/null +++ b/files/ja/web/css/border-block-start-color/index.md @@ -0,0 +1,100 @@ +--- +title: border-block-start-color +slug: Web/CSS/border-block-start-color +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 論理的プロパティ + - Experimental + - Reference + - border-block + - border-block-color + - border-block-start + - border-block-start-color +translation_of: Web/CSS/border-block-start-color +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

border-block-start-colorCSS のプロパティで、要素の論理的なブロックの先頭側の境界色を定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界色に対応付けられます。これは {{cssxref("border-top-color")}}, {{cssxref("border-right-color")}}, {{cssxref("border-bottom-color")}}, {{cssxref("border-left-color")}} の何れかに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

+ +
{{EmbedInteractiveExample("pages/css/border-block-start-color.html")}}
+ + + +

構文

+ +
border-block-start-color: blue;
+border-block-start-color: #4c5d21;
+
+ +

関連するプロパティとしては、 {{cssxref("border-block-end-color")}}, {{cssxref("border-inline-start-color")}}, {{cssxref("border-inline-end-color")}} が要素の他の境界色を定義します。

+ +

{{cssinfo}}

+ +

+ +
+
<'color'>
+
{{cssxref("border-color")}} を参照してください。
+
+ +

形式文法

+ +{{csssyntax}} + +

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-lr;
+  border: 10px solid blue;
+  border-block-start-color: red;
+}
+ +

{{EmbedLiveSample("Example", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-start-color", "border-block-start-color")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.border-block-start-color")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/border-block-start-style/index.html b/files/ja/web/css/border-block-start-style/index.html deleted file mode 100644 index b23350e50f..0000000000 --- a/files/ja/web/css/border-block-start-style/index.html +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: border-block-start-style -slug: Web/CSS/border-block-start-style -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 論理的プロパティ - - Experimental - - Reference - - border-block - - border-block-start - - border-block-start-style - - border-block-style - - 境界 -translation_of: Web/CSS/border-block-start-style ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

border-block-start-styleCSS のプロパティで、要素の論理的なブロックの先頭側の境界のスタイルを定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界のスタイルに対応付けられます。これは {{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-block-start-style.html")}}
- - - -

構文

- -
/* <'border-style'> 値 */
-border-block-start-style: dashed;
-border-block-start-style: dotted;
-border-block-start-style: groove;
-
- -

関連するプロパティとしては、 {{cssxref("border-block-end-style")}}, {{cssxref("border-inline-start-style")}}, {{cssxref("border-inline-end-style")}} が要素の他の境界のスタイルを定義します。

- -

{{cssinfo}}

- -

- -
-
<'border-style'>
-
境界の線のスタイルです。 {{cssxref("border-style")}} を参照してください。
-
- -

形式文法

- -{{csssyntax}} - -

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-lr;
-  border: 5px solid blue;
-  border-block-start-style: dashed;
-}
- -

{{EmbedLiveSample("Example", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-start-style", "border-block-start-style")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.border-block-start-style")}}

- -

関連情報

- - diff --git a/files/ja/web/css/border-block-start-style/index.md b/files/ja/web/css/border-block-start-style/index.md new file mode 100644 index 0000000000..b23350e50f --- /dev/null +++ b/files/ja/web/css/border-block-start-style/index.md @@ -0,0 +1,103 @@ +--- +title: border-block-start-style +slug: Web/CSS/border-block-start-style +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 論理的プロパティ + - Experimental + - Reference + - border-block + - border-block-start + - border-block-start-style + - border-block-style + - 境界 +translation_of: Web/CSS/border-block-start-style +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

border-block-start-styleCSS のプロパティで、要素の論理的なブロックの先頭側の境界のスタイルを定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界のスタイルに対応付けられます。これは {{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-block-start-style.html")}}
+ + + +

構文

+ +
/* <'border-style'> 値 */
+border-block-start-style: dashed;
+border-block-start-style: dotted;
+border-block-start-style: groove;
+
+ +

関連するプロパティとしては、 {{cssxref("border-block-end-style")}}, {{cssxref("border-inline-start-style")}}, {{cssxref("border-inline-end-style")}} が要素の他の境界のスタイルを定義します。

+ +

{{cssinfo}}

+ +

+ +
+
<'border-style'>
+
境界の線のスタイルです。 {{cssxref("border-style")}} を参照してください。
+
+ +

形式文法

+ +{{csssyntax}} + +

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-lr;
+  border: 5px solid blue;
+  border-block-start-style: dashed;
+}
+ +

{{EmbedLiveSample("Example", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-start-style", "border-block-start-style")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.border-block-start-style")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/border-block-start-width/index.html b/files/ja/web/css/border-block-start-width/index.html deleted file mode 100644 index f0426c7be9..0000000000 --- a/files/ja/web/css/border-block-start-width/index.html +++ /dev/null @@ -1,101 +0,0 @@ ---- -title: border-block-start-width -slug: Web/CSS/border-block-start-width -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 論理的プロパティ - - Experimental - - Reference - - border-block - - border-block-start - - border-block-start-width - - border-block-width -translation_of: Web/CSS/border-block-start-width ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

border-block-start-widthCSS のプロパティで、要素の論理的なブロックの先頭側の境界の幅を定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界の幅に対応付けられます。これは {{cssxref("border-top-width")}}, {{cssxref("border-right-width")}}, {{cssxref("border-bottom-width")}}, {{cssxref("border-left-width")}} の何れかに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

- -
{{EmbedInteractiveExample("pages/css/border-block-start-width.html")}}
- - - -

構文

- -
/* <'border-width'> 値 */
-border-block-start-width: 5px;
-border-block-start-width: thick;
-
- -

関連するプロパティとしては、 {{cssxref("border-block-end-color")}}, {{cssxref("border-inline-start-color")}}, {{cssxref("border-inline-end-color")}} が要素の他の境界の幅を定義します。

- -

{{cssinfo}}

- -

- -
-
<'border-width'>
-
境界の幅です。 {{cssxref("border-width")}} を参照してください。
-
- -

形式文法

- -{{csssyntax}} - -

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-lr;
-  border: 1px solid blue;
-  border-block-start-width: 5px;
-}
- -

{{EmbedLiveSample("Example", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-start-width", "border-block-start-width")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.border-block-start-width")}}

- -

関連情報

- - diff --git a/files/ja/web/css/border-block-start-width/index.md b/files/ja/web/css/border-block-start-width/index.md new file mode 100644 index 0000000000..f0426c7be9 --- /dev/null +++ b/files/ja/web/css/border-block-start-width/index.md @@ -0,0 +1,101 @@ +--- +title: border-block-start-width +slug: Web/CSS/border-block-start-width +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 論理的プロパティ + - Experimental + - Reference + - border-block + - border-block-start + - border-block-start-width + - border-block-width +translation_of: Web/CSS/border-block-start-width +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

border-block-start-widthCSS のプロパティで、要素の論理的なブロックの先頭側の境界の幅を定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界の幅に対応付けられます。これは {{cssxref("border-top-width")}}, {{cssxref("border-right-width")}}, {{cssxref("border-bottom-width")}}, {{cssxref("border-left-width")}} の何れかに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

+ +
{{EmbedInteractiveExample("pages/css/border-block-start-width.html")}}
+ + + +

構文

+ +
/* <'border-width'> 値 */
+border-block-start-width: 5px;
+border-block-start-width: thick;
+
+ +

関連するプロパティとしては、 {{cssxref("border-block-end-color")}}, {{cssxref("border-inline-start-color")}}, {{cssxref("border-inline-end-color")}} が要素の他の境界の幅を定義します。

+ +

{{cssinfo}}

+ +

+ +
+
<'border-width'>
+
境界の幅です。 {{cssxref("border-width")}} を参照してください。
+
+ +

形式文法

+ +{{csssyntax}} + +

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-lr;
+  border: 1px solid blue;
+  border-block-start-width: 5px;
+}
+ +

{{EmbedLiveSample("Example", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-start-width", "border-block-start-width")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.border-block-start-width")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/border-block-start/index.html b/files/ja/web/css/border-block-start/index.html deleted file mode 100644 index 38f41de009..0000000000 --- a/files/ja/web/css/border-block-start/index.html +++ /dev/null @@ -1,109 +0,0 @@ ---- -title: border-block-start -slug: Web/CSS/border-block-start -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 論理的プロパティ - - Experimental - - Reference - - border-block - - border-block-start - - border-block-start-color - - border-block-start-style - - border-block-start-width -translation_of: Web/CSS/border-block-start ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

border-block-startCSS のプロパティで、個々の論理的なブロック方向の先頭側境界のプロパティ値を、スタイルシート内の単一の場所で設定するための一括指定プロパティです。

- -
{{EmbedInteractiveExample("pages/css/border-block-start.html")}}
- - - -

構文

- -
border-block-start: 1px;
-border-block-start: 2px dotted;
-border-block-start: medium dashed blue;
-
- -

border-block-start は1つ以上の {{cssxref("border-block-start-width")}}, {{cssxref("border-block-start-style")}}, {{cssxref("border-block-start-color")}} の値の組み合わせを使用することができます。対応付けられる物理的な境界は、書字方向やテキストの向きによって決まります。これは {{cssxref("border-top")}}, {{cssxref("border-right")}}, {{cssxref("border-bottom")}}, {{cssxref("border-left")}} の何れかに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

- -

関連するプロパティとしては、 {{cssxref("border-block-end")}}, {{cssxref("border-inline-start")}}, {{cssxref("border-inline-end")}} が要素の他の境界を定義します。

- -

{{cssinfo}}

- -

- -

border-block-start は以下の値の家の1つ以上を任意の順序で指定します。

- -
-
<'border-width'>
-
境界の幅です。 {{cssxref("border-width")}} を参照してください。
-
<'border-style'>
-
境界線のスタイルです。 {{cssxref("border-style")}} を参照してください。
-
<'color'>
-
境界の色です。 {{cssxref("color")}} を参照してください。
-
- -

形式文法

- -{{csssyntax}} - -

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-rl;
-  border-block-start: 5px dashed blue;
-}
- -

{{EmbedLiveSample("Example", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-start", "border-block-start")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.border-block-start")}}

- -

関連情報

- - diff --git a/files/ja/web/css/border-block-start/index.md b/files/ja/web/css/border-block-start/index.md new file mode 100644 index 0000000000..38f41de009 --- /dev/null +++ b/files/ja/web/css/border-block-start/index.md @@ -0,0 +1,109 @@ +--- +title: border-block-start +slug: Web/CSS/border-block-start +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 論理的プロパティ + - Experimental + - Reference + - border-block + - border-block-start + - border-block-start-color + - border-block-start-style + - border-block-start-width +translation_of: Web/CSS/border-block-start +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

border-block-startCSS のプロパティで、個々の論理的なブロック方向の先頭側境界のプロパティ値を、スタイルシート内の単一の場所で設定するための一括指定プロパティです。

+ +
{{EmbedInteractiveExample("pages/css/border-block-start.html")}}
+ + + +

構文

+ +
border-block-start: 1px;
+border-block-start: 2px dotted;
+border-block-start: medium dashed blue;
+
+ +

border-block-start は1つ以上の {{cssxref("border-block-start-width")}}, {{cssxref("border-block-start-style")}}, {{cssxref("border-block-start-color")}} の値の組み合わせを使用することができます。対応付けられる物理的な境界は、書字方向やテキストの向きによって決まります。これは {{cssxref("border-top")}}, {{cssxref("border-right")}}, {{cssxref("border-bottom")}}, {{cssxref("border-left")}} の何れかに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

+ +

関連するプロパティとしては、 {{cssxref("border-block-end")}}, {{cssxref("border-inline-start")}}, {{cssxref("border-inline-end")}} が要素の他の境界を定義します。

+ +

{{cssinfo}}

+ +

+ +

border-block-start は以下の値の家の1つ以上を任意の順序で指定します。

+ +
+
<'border-width'>
+
境界の幅です。 {{cssxref("border-width")}} を参照してください。
+
<'border-style'>
+
境界線のスタイルです。 {{cssxref("border-style")}} を参照してください。
+
<'color'>
+
境界の色です。 {{cssxref("color")}} を参照してください。
+
+ +

形式文法

+ +{{csssyntax}} + +

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-rl;
+  border-block-start: 5px dashed blue;
+}
+ +

{{EmbedLiveSample("Example", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-start", "border-block-start")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.border-block-start")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/border-block-style/index.html b/files/ja/web/css/border-block-style/index.html deleted file mode 100644 index 98da64022f..0000000000 --- a/files/ja/web/css/border-block-style/index.html +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: border-block-style -slug: Web/CSS/border-block-style -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 論理的プロパティ - - Experimental - - Non-standard - - Reference - - 'recipe:css-property' -browser-compat: css.properties.border-block-style -translation_of: Web/CSS/border-block-style ---- -
{{CSSRef}}
- -

border-block-styleCSS のプロパティで、要素の論理的なブロック方向の境界のスタイルを定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界のスタイルに対応付けられます。これは {{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-block-style.html")}}
- -

他の方向の境界については、 {{cssxref("border-inline-style")}} によって、 {{cssxref("border-inline-start-style")}} と {{cssxref("border-inline-end-style")}} の両方を設定することができます。

- -

構文

- -
/* <'border-style'> 値 */
-border-block-style: dashed;
-border-block-style: dotted;
-border-block-style: groove;
- -

- -
-
<'border-style'>
-
境界のスタイルです。 {{cssxref("border-style")}} を参照してください。
-
- -

公式定義

- -

{{CSSInfo}}

- -

形式文法

- -{{csssyntax}} - -

- -

縦書きでの破線の境界

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-lr;
-  border: 5px solid blue;
-  border-block-style: dashed;
-}
- -

結果

- -

{{EmbedLiveSample("Dashed_border_with_vertical_text", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-style", "border-block-style")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat}}

- -

関連情報

- - diff --git a/files/ja/web/css/border-block-style/index.md b/files/ja/web/css/border-block-style/index.md new file mode 100644 index 0000000000..98da64022f --- /dev/null +++ b/files/ja/web/css/border-block-style/index.md @@ -0,0 +1,104 @@ +--- +title: border-block-style +slug: Web/CSS/border-block-style +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 論理的プロパティ + - Experimental + - Non-standard + - Reference + - 'recipe:css-property' +browser-compat: css.properties.border-block-style +translation_of: Web/CSS/border-block-style +--- +
{{CSSRef}}
+ +

border-block-styleCSS のプロパティで、要素の論理的なブロック方向の境界のスタイルを定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界のスタイルに対応付けられます。これは {{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-block-style.html")}}
+ +

他の方向の境界については、 {{cssxref("border-inline-style")}} によって、 {{cssxref("border-inline-start-style")}} と {{cssxref("border-inline-end-style")}} の両方を設定することができます。

+ +

構文

+ +
/* <'border-style'> 値 */
+border-block-style: dashed;
+border-block-style: dotted;
+border-block-style: groove;
+ +

+ +
+
<'border-style'>
+
境界のスタイルです。 {{cssxref("border-style")}} を参照してください。
+
+ +

公式定義

+ +

{{CSSInfo}}

+ +

形式文法

+ +{{csssyntax}} + +

+ +

縦書きでの破線の境界

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-lr;
+  border: 5px solid blue;
+  border-block-style: dashed;
+}
+ +

結果

+ +

{{EmbedLiveSample("Dashed_border_with_vertical_text", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-style", "border-block-style")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/border-block-width/index.html b/files/ja/web/css/border-block-width/index.html deleted file mode 100644 index 4c5996a4aa..0000000000 --- a/files/ja/web/css/border-block-width/index.html +++ /dev/null @@ -1,93 +0,0 @@ ---- -title: border-block-width -slug: Web/CSS/border-block-width -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 論理的プロパティ - - Experimental - - Reference -translation_of: Web/CSS/border-block-width ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

border-block-widthCSS のプロパティで、要素の論理的なブロック方向の境界の幅を定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界の幅に対応付けられます。これは {{cssxref("border-top-width")}} と {{cssxref("border-bottom-width")}}、または {{cssxref("border-left-width")}} と {{cssxref("border-right-width")}} のどちらかに対応し、どちらに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

- -
/* <'border-width'> values */
-border-block-width: 5px;
-border-block-width: thick;
-
- -

関連するプロパティとしては、 {{cssxref("border-inline-width")}}, {{cssxref("border-inline-start-width")}}, {{cssxref("border-inline-end-width")}} が要素の他の境界の幅を定義します。

- -

{{cssinfo}}

- -

構文

- -

- -
-
<'border-width'>
-
境界の幅です。 {{cssxref("border-width")}} を参照してください。
-
- -

形式文法

- -{{csssyntax}} - -

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-lr;
-  border: 1px solid blue;
-  border-block-width: 5px;
-}
- -

{{EmbedLiveSample("Example", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-width", "border-block-width")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.border-block-width")}}

- -

関連情報

- - diff --git a/files/ja/web/css/border-block-width/index.md b/files/ja/web/css/border-block-width/index.md new file mode 100644 index 0000000000..4c5996a4aa --- /dev/null +++ b/files/ja/web/css/border-block-width/index.md @@ -0,0 +1,93 @@ +--- +title: border-block-width +slug: Web/CSS/border-block-width +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 論理的プロパティ + - Experimental + - Reference +translation_of: Web/CSS/border-block-width +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

border-block-widthCSS のプロパティで、要素の論理的なブロック方向の境界の幅を定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界の幅に対応付けられます。これは {{cssxref("border-top-width")}} と {{cssxref("border-bottom-width")}}、または {{cssxref("border-left-width")}} と {{cssxref("border-right-width")}} のどちらかに対応し、どちらに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

+ +
/* <'border-width'> values */
+border-block-width: 5px;
+border-block-width: thick;
+
+ +

関連するプロパティとしては、 {{cssxref("border-inline-width")}}, {{cssxref("border-inline-start-width")}}, {{cssxref("border-inline-end-width")}} が要素の他の境界の幅を定義します。

+ +

{{cssinfo}}

+ +

構文

+ +

+ +
+
<'border-width'>
+
境界の幅です。 {{cssxref("border-width")}} を参照してください。
+
+ +

形式文法

+ +{{csssyntax}} + +

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-lr;
+  border: 1px solid blue;
+  border-block-width: 5px;
+}
+ +

{{EmbedLiveSample("Example", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block-width", "border-block-width")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.border-block-width")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/border-block/index.html b/files/ja/web/css/border-block/index.html deleted file mode 100644 index f5b1d65978..0000000000 --- a/files/ja/web/css/border-block/index.html +++ /dev/null @@ -1,120 +0,0 @@ ---- -title: border-block -slug: Web/CSS/border-block -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 論理的プロパティ - - Experimental - - Non-standard - - Reference - - 'recipe:css-shorthand-property' -browser-compat: css.properties.border-block -translation_of: Web/CSS/border-block ---- -
{{CSSRef}}
- -

The border-blockCSS のプロパティで、論理的なブロック方向のそれぞれの境界プロパティをスタイルシートの 1 ヶ所で設定する一括指定プロパティです。

- -
{{EmbedInteractiveExample("pages/css/border-block.html")}}
- -

border-block は {{cssxref("border-block-width")}}, {{cssxref("border-block-style")}}, {{cssxref("border-block-color")}} のうちの1つ以上の値を、インライン方向の先頭側と末尾側の両方に対して一度に設定するために使用することができます。割り当て先の物理的な境界は、要素の書字方向によって決まります。 {{cssxref("border-top")}} と {{cssxref("border-bottom")}}、または {{cssxref("border-right")}} と {{cssxref("border-left")}} のどちらかの組み合わせに対して、 {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} に設定された値に応じて対応付けられます。

- -

他の方向の境界については、 {{cssxref("border-inline")}} によって、 {{cssxref("border-inline-start")}} と {{cssxref("border-inline-end")}} の両方を設定することができます。

- -

構成要素のプロパティ

- -

このプロパティは以下の CSS プロパティの一括指定です。

- - - -

構文

- -
border-block: 1px;
-border-block: 2px dotted;
-border-block: medium dashed blue;
- -

- -

border-block は以下の値のうちの 1 つ以上を任意の順序で指定します。

- -
-
<'border-width'>
-
境界の幅です。 {{cssxref("border-width")}} を参照してください。
-
<'border-style'>
-
境界線のスタイルです。 {{cssxref("border-style")}} を参照してください。
-
<'color'>
-
境界線の色です。 {{cssxref("color")}} を参照してください。
-
- -

公式定義

- -

{{CSSInfo}}

- -

形式文法

- -{{csssyntax}} - -

- -

縦書きテキストの境界

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-rl;
-  border-block: 5px dashed blue;
-}
- -

結果

- -

{{EmbedLiveSample("Border_with_vertical_text", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block", "border-block")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat}}

- -

関連情報

- - diff --git a/files/ja/web/css/border-block/index.md b/files/ja/web/css/border-block/index.md new file mode 100644 index 0000000000..f5b1d65978 --- /dev/null +++ b/files/ja/web/css/border-block/index.md @@ -0,0 +1,120 @@ +--- +title: border-block +slug: Web/CSS/border-block +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 論理的プロパティ + - Experimental + - Non-standard + - Reference + - 'recipe:css-shorthand-property' +browser-compat: css.properties.border-block +translation_of: Web/CSS/border-block +--- +
{{CSSRef}}
+ +

The border-blockCSS のプロパティで、論理的なブロック方向のそれぞれの境界プロパティをスタイルシートの 1 ヶ所で設定する一括指定プロパティです。

+ +
{{EmbedInteractiveExample("pages/css/border-block.html")}}
+ +

border-block は {{cssxref("border-block-width")}}, {{cssxref("border-block-style")}}, {{cssxref("border-block-color")}} のうちの1つ以上の値を、インライン方向の先頭側と末尾側の両方に対して一度に設定するために使用することができます。割り当て先の物理的な境界は、要素の書字方向によって決まります。 {{cssxref("border-top")}} と {{cssxref("border-bottom")}}、または {{cssxref("border-right")}} と {{cssxref("border-left")}} のどちらかの組み合わせに対して、 {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} に設定された値に応じて対応付けられます。

+ +

他の方向の境界については、 {{cssxref("border-inline")}} によって、 {{cssxref("border-inline-start")}} と {{cssxref("border-inline-end")}} の両方を設定することができます。

+ +

構成要素のプロパティ

+ +

このプロパティは以下の CSS プロパティの一括指定です。

+ + + +

構文

+ +
border-block: 1px;
+border-block: 2px dotted;
+border-block: medium dashed blue;
+ +

+ +

border-block は以下の値のうちの 1 つ以上を任意の順序で指定します。

+ +
+
<'border-width'>
+
境界の幅です。 {{cssxref("border-width")}} を参照してください。
+
<'border-style'>
+
境界線のスタイルです。 {{cssxref("border-style")}} を参照してください。
+
<'color'>
+
境界線の色です。 {{cssxref("color")}} を参照してください。
+
+ +

公式定義

+ +

{{CSSInfo}}

+ +

形式文法

+ +{{csssyntax}} + +

+ +

縦書きテキストの境界

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-rl;
+  border-block: 5px dashed blue;
+}
+ +

結果

+ +

{{EmbedLiveSample("Border_with_vertical_text", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-block", "border-block")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/border-end-end-radius/index.html b/files/ja/web/css/border-end-end-radius/index.html deleted file mode 100644 index f2cbdf66ee..0000000000 --- a/files/ja/web/css/border-end-end-radius/index.html +++ /dev/null @@ -1,111 +0,0 @@ ---- -title: border-end-end-radius -slug: Web/CSS/border-end-end-radius -tags: - - CSS - - CSS Logical Property - - CSS Property - - Experimental - - Reference - - border-end-end-radius - - 'recipe:css-property' - - writing modes -translation_of: Web/CSS/border-end-end-radius ---- -

{{CSSRef}}

- -

border-end-end-radiusCSS のプロパティで、要素の論理的な境界の半径を定義します。これは要素の {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} に応じて、物理的な境界の半径に対応付けられます。これはテキストの方向書字方向に依存せずにスタイルを構築する際に便利です。

- -
/* <length> 値 */
-/* 値1つの場合は角を円にする */
-border-end-end-radius: 10px;
-border-end-end-radius: 1em;
-
-/* 値2つの場合は角を楕円にする */
-border-end-end-radius: 1em 2em;
-
-/* グローバル値 */
-border-end-end-radius: inherit;
-border-end-end-radius: initial;
-border-end-end-radius: unset;
-
- -

このプロパティは、要素の block-end と inline-end の間の角に影響します。すなわち、書字方向が horizontal-tbltr の方向であれば、 {{CSSxRef("border-bottom-right-radius")}} プロパティに対応します。

- -

構文

- -

- -
-
<length-percentage>
-
円の半径または楕円の長半径及び短半径を示します。絶対的な長さの場合は、 CSS の {{cssxref("<length>")}} データ型で表現することができます。水平軸のパーセント値はボックスの幅、垂直軸のパーセント値はボックスの高さに対する値です。負の数は無効です。
-
- -

公式定義

- -

{{CSSInfo}}

- -

形式文法

- -{{CSSSyntax}} - -

- -

縦書きの時の境界の丸め

- -

HTML

- -
<div>
-  <p class="exampleText">Example</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: rebeccapurple;
-  width: 120px;
-  height: 120px;
-  border-end-end-radius: 10px;
-}
-
-.exampleText {
-  writing-mode: vertical-rl;
-  padding: 10px;
-  background-color: #fff;
-  border-end-end-radius: 10px;
-}
- -

結果

- -

{{EmbedLiveSample("Border_radius_with_vertical_text", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-end-end-radius", "border-end-end-radius")}}{{Spec2("CSS Logical Properties")}}Initial definition.
- -

ブラウザーの互換性

- -

{{Compat("css.properties.border-end-end-radius")}}

- -

関連情報

- - diff --git a/files/ja/web/css/border-end-end-radius/index.md b/files/ja/web/css/border-end-end-radius/index.md new file mode 100644 index 0000000000..f2cbdf66ee --- /dev/null +++ b/files/ja/web/css/border-end-end-radius/index.md @@ -0,0 +1,111 @@ +--- +title: border-end-end-radius +slug: Web/CSS/border-end-end-radius +tags: + - CSS + - CSS Logical Property + - CSS Property + - Experimental + - Reference + - border-end-end-radius + - 'recipe:css-property' + - writing modes +translation_of: Web/CSS/border-end-end-radius +--- +

{{CSSRef}}

+ +

border-end-end-radiusCSS のプロパティで、要素の論理的な境界の半径を定義します。これは要素の {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} に応じて、物理的な境界の半径に対応付けられます。これはテキストの方向書字方向に依存せずにスタイルを構築する際に便利です。

+ +
/* <length> 値 */
+/* 値1つの場合は角を円にする */
+border-end-end-radius: 10px;
+border-end-end-radius: 1em;
+
+/* 値2つの場合は角を楕円にする */
+border-end-end-radius: 1em 2em;
+
+/* グローバル値 */
+border-end-end-radius: inherit;
+border-end-end-radius: initial;
+border-end-end-radius: unset;
+
+ +

このプロパティは、要素の block-end と inline-end の間の角に影響します。すなわち、書字方向が horizontal-tbltr の方向であれば、 {{CSSxRef("border-bottom-right-radius")}} プロパティに対応します。

+ +

構文

+ +

+ +
+
<length-percentage>
+
円の半径または楕円の長半径及び短半径を示します。絶対的な長さの場合は、 CSS の {{cssxref("<length>")}} データ型で表現することができます。水平軸のパーセント値はボックスの幅、垂直軸のパーセント値はボックスの高さに対する値です。負の数は無効です。
+
+ +

公式定義

+ +

{{CSSInfo}}

+ +

形式文法

+ +{{CSSSyntax}} + +

+ +

縦書きの時の境界の丸め

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: rebeccapurple;
+  width: 120px;
+  height: 120px;
+  border-end-end-radius: 10px;
+}
+
+.exampleText {
+  writing-mode: vertical-rl;
+  padding: 10px;
+  background-color: #fff;
+  border-end-end-radius: 10px;
+}
+ +

結果

+ +

{{EmbedLiveSample("Border_radius_with_vertical_text", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-end-end-radius", "border-end-end-radius")}}{{Spec2("CSS Logical Properties")}}Initial definition.
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.border-end-end-radius")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/border-end-start-radius/index.html b/files/ja/web/css/border-end-start-radius/index.html deleted file mode 100644 index b22198dec5..0000000000 --- a/files/ja/web/css/border-end-start-radius/index.html +++ /dev/null @@ -1,111 +0,0 @@ ---- -title: border-end-start-radius -slug: Web/CSS/border-end-start-radius -tags: - - CSS - - CSS Logical Property - - CSS Property - - Experimental - - Reference - - border-end-start-radius - - 'recipe:css-property' - - writing modes -translation_of: Web/CSS/border-end-start-radius ---- -

{{CSSRef}}

- -

border-end-start-radiusCSS のプロパティで、要素の論理的な境界の半径を定義します。これは要素の {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} に応じて、物理的な境界の半径に対応付けられます。これはテキストの方向書字方向に依存せずにスタイルを構築する際に便利です。

- -
/* <length> 値 */
-/* 値1つの場合は角を円にする */
-border-end-start-radius: 10px;
-border-end-start-radius: 1em;
-
-/* 値2つの場合は角を楕円にする */
-border-end-start-radius: 1em 2em;
-
-/* グローバル値 */
-border-end-start-radius: inherit;
-border-end-start-radius: initial;
-border-end-start-radius: unset;
-
- -

このプロパティは、要素の block-end と inline-start の間の角に影響します。すなわち、書字方向が horizontal-tbltr の方向であれば、 {{CSSxRef("border-bottom-left-radius")}} プロパティに対応します。

- -

構文

- -

- -
-
<length-percentage>
-
円の半径または楕円の長半径及び短半径を示します。絶対的な長さの場合は、 CSS の {{cssxref("<length>")}} データ型で表現することができます。水平軸のパーセント値はボックスの幅、垂直軸のパーセント値はボックスの高さに対する値です。負の数は無効です。
-
- -

公式定義

- -

{{CSSInfo}}

- -

形式文法

- -{{CSSSyntax}} - -

- -

縦書きの時の境界の丸め

- -

HTML

- -
<div>
-  <p class="exampleText">Example</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: rebeccapurple;
-  width: 120px;
-  height: 120px;
-  border-end-start-radius: 10px;
-}
-
-.exampleText {
-  writing-mode: vertical-rl;
-  padding: 10px;
-  background-color: #fff;
-  border-end-start-radius: 10px;
-}
- -

結果

- -

{{EmbedLiveSample("Border_radius_with_vertical_text", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-end-start-radius", "border-end-start-radius")}}{{Spec2("CSS Logical Properties")}}Initial definition.
- -

ブラウザーの互換性

- -

{{Compat("css.properties.border-end-start-radius")}}

- -

関連情報

- - diff --git a/files/ja/web/css/border-end-start-radius/index.md b/files/ja/web/css/border-end-start-radius/index.md new file mode 100644 index 0000000000..b22198dec5 --- /dev/null +++ b/files/ja/web/css/border-end-start-radius/index.md @@ -0,0 +1,111 @@ +--- +title: border-end-start-radius +slug: Web/CSS/border-end-start-radius +tags: + - CSS + - CSS Logical Property + - CSS Property + - Experimental + - Reference + - border-end-start-radius + - 'recipe:css-property' + - writing modes +translation_of: Web/CSS/border-end-start-radius +--- +

{{CSSRef}}

+ +

border-end-start-radiusCSS のプロパティで、要素の論理的な境界の半径を定義します。これは要素の {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} に応じて、物理的な境界の半径に対応付けられます。これはテキストの方向書字方向に依存せずにスタイルを構築する際に便利です。

+ +
/* <length> 値 */
+/* 値1つの場合は角を円にする */
+border-end-start-radius: 10px;
+border-end-start-radius: 1em;
+
+/* 値2つの場合は角を楕円にする */
+border-end-start-radius: 1em 2em;
+
+/* グローバル値 */
+border-end-start-radius: inherit;
+border-end-start-radius: initial;
+border-end-start-radius: unset;
+
+ +

このプロパティは、要素の block-end と inline-start の間の角に影響します。すなわち、書字方向が horizontal-tbltr の方向であれば、 {{CSSxRef("border-bottom-left-radius")}} プロパティに対応します。

+ +

構文

+ +

+ +
+
<length-percentage>
+
円の半径または楕円の長半径及び短半径を示します。絶対的な長さの場合は、 CSS の {{cssxref("<length>")}} データ型で表現することができます。水平軸のパーセント値はボックスの幅、垂直軸のパーセント値はボックスの高さに対する値です。負の数は無効です。
+
+ +

公式定義

+ +

{{CSSInfo}}

+ +

形式文法

+ +{{CSSSyntax}} + +

+ +

縦書きの時の境界の丸め

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: rebeccapurple;
+  width: 120px;
+  height: 120px;
+  border-end-start-radius: 10px;
+}
+
+.exampleText {
+  writing-mode: vertical-rl;
+  padding: 10px;
+  background-color: #fff;
+  border-end-start-radius: 10px;
+}
+ +

結果

+ +

{{EmbedLiveSample("Border_radius_with_vertical_text", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-end-start-radius", "border-end-start-radius")}}{{Spec2("CSS Logical Properties")}}Initial definition.
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.border-end-start-radius")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/border-start-end-radius/index.html b/files/ja/web/css/border-start-end-radius/index.html deleted file mode 100644 index 5201956bc6..0000000000 --- a/files/ja/web/css/border-start-end-radius/index.html +++ /dev/null @@ -1,111 +0,0 @@ ---- -title: border-start-end-radius -slug: Web/CSS/border-start-end-radius -tags: - - CSS - - CSS Logical Property - - CSS Property - - Experimental - - Reference - - border-start-end-radius - - 'recipe:css-property' - - writing modes -translation_of: Web/CSS/border-start-end-radius ---- -

{{CSSRef}}

- -

border-start-end-radiusCSS のプロパティで、要素の論理的な境界の半径を定義します。これは要素の {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} に応じて、物理的な境界の半径に対応付けられます。これはテキストの方向書字方向に依存せずにスタイルを構築する際に便利です。

- -
/* <length> 値 */
-/* 値1つの場合は角を円にする */
-border-start-end-radius: 10px;
-border-start-end-radius: 1em;
-
-/* 値2つの場合は角を楕円にする */
-border-start-end-radius: 1em 2em;
-
-/* グローバル値 */
-border-start-end-radius: inherit;
-border-start-end-radius: initial;
-border-start-end-radius: unset;
-
- -

このプロパティは、要素の block-start と inline-end の間の角に影響します。すなわち、書字方向が horizontal-tbltr の方向であれば、 {{CSSxRef("border-top-right-radius")}} プロパティに対応します。

- -

構文

- -

- -
-
<length-percentage>
-
円の半径または楕円の長半径及び短半径を示します。絶対的な長さの場合は、 CSS の {{cssxref("<length>")}} データ型で表現することができます。水平軸のパーセント値はボックスの幅、垂直軸のパーセント値はボックスの高さに対する値です。負の数は無効です。
-
- -

公式定義

- -

{{CSSInfo}}

- -

形式文法

- -{{CSSSyntax}} - -

- -

縦書きの時の境界の丸め

- -

HTML

- -
<div>
-  <p class="exampleText">Example</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: rebeccapurple;
-  width: 120px;
-  height: 120px;
-  border-start-end-radius: 10px;
-}
-
-.exampleText {
-  writing-mode: vertical-rl;
-  padding: 10px;
-  background-color: #fff;
-  border-start-end-radius: 10px;
-}
- -

結果

- -

{{EmbedLiveSample("Border_radius_with_vertical_text", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-start-end-radius", "border-start-end-radius")}}{{Spec2("CSS Logical Properties")}}Initial definition.
- -

ブラウザーの互換性

- -

{{Compat("css.properties.border-start-end-radius")}}

- -

関連情報

- - diff --git a/files/ja/web/css/border-start-end-radius/index.md b/files/ja/web/css/border-start-end-radius/index.md new file mode 100644 index 0000000000..5201956bc6 --- /dev/null +++ b/files/ja/web/css/border-start-end-radius/index.md @@ -0,0 +1,111 @@ +--- +title: border-start-end-radius +slug: Web/CSS/border-start-end-radius +tags: + - CSS + - CSS Logical Property + - CSS Property + - Experimental + - Reference + - border-start-end-radius + - 'recipe:css-property' + - writing modes +translation_of: Web/CSS/border-start-end-radius +--- +

{{CSSRef}}

+ +

border-start-end-radiusCSS のプロパティで、要素の論理的な境界の半径を定義します。これは要素の {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} に応じて、物理的な境界の半径に対応付けられます。これはテキストの方向書字方向に依存せずにスタイルを構築する際に便利です。

+ +
/* <length> 値 */
+/* 値1つの場合は角を円にする */
+border-start-end-radius: 10px;
+border-start-end-radius: 1em;
+
+/* 値2つの場合は角を楕円にする */
+border-start-end-radius: 1em 2em;
+
+/* グローバル値 */
+border-start-end-radius: inherit;
+border-start-end-radius: initial;
+border-start-end-radius: unset;
+
+ +

このプロパティは、要素の block-start と inline-end の間の角に影響します。すなわち、書字方向が horizontal-tbltr の方向であれば、 {{CSSxRef("border-top-right-radius")}} プロパティに対応します。

+ +

構文

+ +

+ +
+
<length-percentage>
+
円の半径または楕円の長半径及び短半径を示します。絶対的な長さの場合は、 CSS の {{cssxref("<length>")}} データ型で表現することができます。水平軸のパーセント値はボックスの幅、垂直軸のパーセント値はボックスの高さに対する値です。負の数は無効です。
+
+ +

公式定義

+ +

{{CSSInfo}}

+ +

形式文法

+ +{{CSSSyntax}} + +

+ +

縦書きの時の境界の丸め

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: rebeccapurple;
+  width: 120px;
+  height: 120px;
+  border-start-end-radius: 10px;
+}
+
+.exampleText {
+  writing-mode: vertical-rl;
+  padding: 10px;
+  background-color: #fff;
+  border-start-end-radius: 10px;
+}
+ +

結果

+ +

{{EmbedLiveSample("Border_radius_with_vertical_text", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-start-end-radius", "border-start-end-radius")}}{{Spec2("CSS Logical Properties")}}Initial definition.
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.border-start-end-radius")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/border-start-start-radius/index.html b/files/ja/web/css/border-start-start-radius/index.html deleted file mode 100644 index 90d99c3411..0000000000 --- a/files/ja/web/css/border-start-start-radius/index.html +++ /dev/null @@ -1,111 +0,0 @@ ---- -title: border-start-start-radius -slug: Web/CSS/border-start-start-radius -tags: - - CSS - - CSS Logical Property - - CSS Property - - Experimental - - Reference - - border-start-start-radius - - 'recipe:css-property' - - writing modes -translation_of: Web/CSS/border-start-start-radius ---- -

{{CSSRef}}

- -

border-start-start-radiusCSS のプロパティで、要素の論理的な境界の半径を定義します。これは要素の {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} に応じて、物理的な境界の半径に対応付けられます。これはテキストの方向書字方向に依存せずにスタイルを構築する際に便利です。

- -
/* <length> 値 */
-/* 値1つの場合は角を円にする */
-border-start-start-radius: 10px;
-border-start-start-radius: 1em;
-
-/* 値2つの場合は角を楕円にする */
-border-start-start-radius: 1em 2em;
-
-/* グローバル値 */
-border-start-start-radius: inherit;
-border-start-start-radius: initial;
-border-start-start-radius: unset;
-
- -

このプロパティは、要素の block-start と inline-start の間の角に影響します。すなわち、書字方向が horizontal-tbltr の方向であれば、 {{CSSxRef("border-top-left-radius")}} プロパティに対応します。

- -

構文

- -

- -
-
<length-percentage>
-
円の半径または楕円の長半径及び短半径を示します。絶対的な長さの場合は、 CSS の {{cssxref("<length>")}} データ型で表現することができます。水平軸のパーセント値はボックスの幅、垂直軸のパーセント値はボックスの高さに対する値です。負の数は無効です。
-
- -

公式定義

- -

{{CSSInfo}}

- -

形式文法

- -{{CSSSyntax}} - -

- -

縦書きの時の境界の丸め

- -

HTML

- -
<div>
-  <p class="exampleText">Example</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: rebeccapurple;
-  width: 120px;
-  height: 120px;
-  border-start-start-radius: 10px;
-}
-
-.exampleText {
-  writing-mode: vertical-rl;
-  padding: 10px;
-  background-color: #fff;
-  border-start-start-radius: 10px;
-}
- -

結果

- -

{{EmbedLiveSample("Border_radius_with_vertical_text", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-start-start-radius", "border-start-start-radius")}}{{Spec2("CSS Logical Properties")}}Initial definition.
- -

ブラウザーの互換性

- -

{{Compat("css.properties.border-start-start-radius")}}

- -

関連情報

- - diff --git a/files/ja/web/css/border-start-start-radius/index.md b/files/ja/web/css/border-start-start-radius/index.md new file mode 100644 index 0000000000..90d99c3411 --- /dev/null +++ b/files/ja/web/css/border-start-start-radius/index.md @@ -0,0 +1,111 @@ +--- +title: border-start-start-radius +slug: Web/CSS/border-start-start-radius +tags: + - CSS + - CSS Logical Property + - CSS Property + - Experimental + - Reference + - border-start-start-radius + - 'recipe:css-property' + - writing modes +translation_of: Web/CSS/border-start-start-radius +--- +

{{CSSRef}}

+ +

border-start-start-radiusCSS のプロパティで、要素の論理的な境界の半径を定義します。これは要素の {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} に応じて、物理的な境界の半径に対応付けられます。これはテキストの方向書字方向に依存せずにスタイルを構築する際に便利です。

+ +
/* <length> 値 */
+/* 値1つの場合は角を円にする */
+border-start-start-radius: 10px;
+border-start-start-radius: 1em;
+
+/* 値2つの場合は角を楕円にする */
+border-start-start-radius: 1em 2em;
+
+/* グローバル値 */
+border-start-start-radius: inherit;
+border-start-start-radius: initial;
+border-start-start-radius: unset;
+
+ +

このプロパティは、要素の block-start と inline-start の間の角に影響します。すなわち、書字方向が horizontal-tbltr の方向であれば、 {{CSSxRef("border-top-left-radius")}} プロパティに対応します。

+ +

構文

+ +

+ +
+
<length-percentage>
+
円の半径または楕円の長半径及び短半径を示します。絶対的な長さの場合は、 CSS の {{cssxref("<length>")}} データ型で表現することができます。水平軸のパーセント値はボックスの幅、垂直軸のパーセント値はボックスの高さに対する値です。負の数は無効です。
+
+ +

公式定義

+ +

{{CSSInfo}}

+ +

形式文法

+ +{{CSSSyntax}} + +

+ +

縦書きの時の境界の丸め

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: rebeccapurple;
+  width: 120px;
+  height: 120px;
+  border-start-start-radius: 10px;
+}
+
+.exampleText {
+  writing-mode: vertical-rl;
+  padding: 10px;
+  background-color: #fff;
+  border-start-start-radius: 10px;
+}
+ +

結果

+ +

{{EmbedLiveSample("Border_radius_with_vertical_text", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-border-start-start-radius", "border-start-start-radius")}}{{Spec2("CSS Logical Properties")}}Initial definition.
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.border-start-start-radius")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/margin-block-end/index.html b/files/ja/web/css/margin-block-end/index.html deleted file mode 100644 index a5ce96938f..0000000000 --- a/files/ja/web/css/margin-block-end/index.html +++ /dev/null @@ -1,108 +0,0 @@ ---- -title: margin-block-end -slug: Web/CSS/margin-block-end -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 論理的プロパティ - - Experimental - - NeedsContent - - Reference - - margin-block - - margin-block-end -translation_of: Web/CSS/margin-block-end ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

margin-block-endCSS のプロパティで、要素のインライン方向の論理的な先頭側のマージンを定義し、それが要素の書字方向やテキストの方向に応じて物理的なマージンに対応付けられます。

- -
{{EmbedInteractiveExample("pages/css/margin-block-end.html")}}
- - - -

構文

- -
/* <length> 値 */
-margin-block-end: 10px;  /* 絶対的な長さ */
-margin-block-end: 1em;   /* テキストの大きさに対する相対値 */
-margin-block-end: 5%;    /* 直近のブロックコンテナーの大きさに対する相対値 */
-
-/* キーワード値 */
-margin-block-end: auto;
-
-/* グローバル値 */
-margin-block-end: inherit;
-margin-block-end: initial;
-margin-block-end: unset;
-
- -

これは {{cssxref("margin-top")}}, {{cssxref("margin-right")}}, {{cssxref("margin-bottom")}}, {{cssxref("margin-left")}} の何れかのプロパティに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

- -

関連プロパティとして、要素の他のマージンを定義する {{cssxref("margin-block-start")}}, {{cssxref("margin-inline-start")}}, {{cssxref("margin-inline-end")}} があります。

- -

{{cssinfo}}

- -

- -

margin-block-end プロパティは {{cssxref("margin-left")}} プロパティと同じ値を取ります。

- -

形式文法

- -{{csssyntax}} - -

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-lr;
-  margin-block-end: 20px;
-  background-color: #c8c800;
-}
- -

{{EmbedLiveSample("Example", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-margin-block-end", "margin-block-end")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.margin-block-end")}}

- -

関連情報

- - diff --git a/files/ja/web/css/margin-block-end/index.md b/files/ja/web/css/margin-block-end/index.md new file mode 100644 index 0000000000..a5ce96938f --- /dev/null +++ b/files/ja/web/css/margin-block-end/index.md @@ -0,0 +1,108 @@ +--- +title: margin-block-end +slug: Web/CSS/margin-block-end +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 論理的プロパティ + - Experimental + - NeedsContent + - Reference + - margin-block + - margin-block-end +translation_of: Web/CSS/margin-block-end +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

margin-block-endCSS のプロパティで、要素のインライン方向の論理的な先頭側のマージンを定義し、それが要素の書字方向やテキストの方向に応じて物理的なマージンに対応付けられます。

+ +
{{EmbedInteractiveExample("pages/css/margin-block-end.html")}}
+ + + +

構文

+ +
/* <length> 値 */
+margin-block-end: 10px;  /* 絶対的な長さ */
+margin-block-end: 1em;   /* テキストの大きさに対する相対値 */
+margin-block-end: 5%;    /* 直近のブロックコンテナーの大きさに対する相対値 */
+
+/* キーワード値 */
+margin-block-end: auto;
+
+/* グローバル値 */
+margin-block-end: inherit;
+margin-block-end: initial;
+margin-block-end: unset;
+
+ +

これは {{cssxref("margin-top")}}, {{cssxref("margin-right")}}, {{cssxref("margin-bottom")}}, {{cssxref("margin-left")}} の何れかのプロパティに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

+ +

関連プロパティとして、要素の他のマージンを定義する {{cssxref("margin-block-start")}}, {{cssxref("margin-inline-start")}}, {{cssxref("margin-inline-end")}} があります。

+ +

{{cssinfo}}

+ +

+ +

margin-block-end プロパティは {{cssxref("margin-left")}} プロパティと同じ値を取ります。

+ +

形式文法

+ +{{csssyntax}} + +

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-lr;
+  margin-block-end: 20px;
+  background-color: #c8c800;
+}
+ +

{{EmbedLiveSample("Example", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-margin-block-end", "margin-block-end")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.margin-block-end")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/margin-block-start/index.html b/files/ja/web/css/margin-block-start/index.html deleted file mode 100644 index 77303e2d5a..0000000000 --- a/files/ja/web/css/margin-block-start/index.html +++ /dev/null @@ -1,108 +0,0 @@ ---- -title: margin-block-start -slug: Web/CSS/margin-block-start -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 論理的プロパティ - - Experimental - - NeedsContent - - Reference - - margin-block - - margin-block-start -translation_of: Web/CSS/margin-block-start ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

margin-block-startCSS のプロパティで、要素のインライン方向の論理的な先頭側のマージンを定義し、それが要素の書字方向やテキストの方向に応じて物理的なマージンに対応付けられます。

- -
{{EmbedInteractiveExample("pages/css/margin-block-start.html")}}
- - - -

構文

- -
/* <length> 値 */
-margin-block-start: 10px;  /* 絶対的な長さ */
-margin-block-start: 1em;   /* テキストの大きさに対する相対値 */
-margin-block-start: 5%;    /* 直近のブロックコンテナーの大きさに対する相対値 */
-
-/* キーワード値 */
-margin-block-start: auto;
-
-/* グローバル値 */
-margin-block-start: inherit;
-margin-block-start: initial;
-margin-block-start: unset;
-
- -

これは {{cssxref("margin-top")}}, {{cssxref("margin-right")}}, {{cssxref("margin-bottom")}}, {{cssxref("margin-left")}} の何れかのプロパティに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

- -

関連プロパティとして、要素の他のマージンを定義する {{cssxref("margin-block-end")}}, {{cssxref("margin-inline-start")}}, {{cssxref("margin-inline-end")}} があります。

- -

{{cssinfo}}

- -

- -

margin-block-start プロパティは {{cssxref("margin-left")}} プロパティと同じ値を取ります。

- -

形式文法

- -{{csssyntax}} - -

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-lr;
-  margin-block-start: 20px;
-  background-color: #c8c800;
-}
- -

{{EmbedLiveSample("Example", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-margin-block-start", "margin-block-start")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.margin-block-start")}}

- -

関連情報

- - diff --git a/files/ja/web/css/margin-block-start/index.md b/files/ja/web/css/margin-block-start/index.md new file mode 100644 index 0000000000..77303e2d5a --- /dev/null +++ b/files/ja/web/css/margin-block-start/index.md @@ -0,0 +1,108 @@ +--- +title: margin-block-start +slug: Web/CSS/margin-block-start +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 論理的プロパティ + - Experimental + - NeedsContent + - Reference + - margin-block + - margin-block-start +translation_of: Web/CSS/margin-block-start +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

margin-block-startCSS のプロパティで、要素のインライン方向の論理的な先頭側のマージンを定義し、それが要素の書字方向やテキストの方向に応じて物理的なマージンに対応付けられます。

+ +
{{EmbedInteractiveExample("pages/css/margin-block-start.html")}}
+ + + +

構文

+ +
/* <length> 値 */
+margin-block-start: 10px;  /* 絶対的な長さ */
+margin-block-start: 1em;   /* テキストの大きさに対する相対値 */
+margin-block-start: 5%;    /* 直近のブロックコンテナーの大きさに対する相対値 */
+
+/* キーワード値 */
+margin-block-start: auto;
+
+/* グローバル値 */
+margin-block-start: inherit;
+margin-block-start: initial;
+margin-block-start: unset;
+
+ +

これは {{cssxref("margin-top")}}, {{cssxref("margin-right")}}, {{cssxref("margin-bottom")}}, {{cssxref("margin-left")}} の何れかのプロパティに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

+ +

関連プロパティとして、要素の他のマージンを定義する {{cssxref("margin-block-end")}}, {{cssxref("margin-inline-start")}}, {{cssxref("margin-inline-end")}} があります。

+ +

{{cssinfo}}

+ +

+ +

margin-block-start プロパティは {{cssxref("margin-left")}} プロパティと同じ値を取ります。

+ +

形式文法

+ +{{csssyntax}} + +

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-lr;
+  margin-block-start: 20px;
+  background-color: #c8c800;
+}
+ +

{{EmbedLiveSample("Example", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-margin-block-start", "margin-block-start")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.margin-block-start")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/margin-block/index.html b/files/ja/web/css/margin-block/index.html deleted file mode 100644 index c68a537ebe..0000000000 --- a/files/ja/web/css/margin-block/index.html +++ /dev/null @@ -1,106 +0,0 @@ ---- -title: margin-block -slug: Web/CSS/margin-block -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 論理的プロパティ - - Experimental - - Reference - - margin-block - - margin-block-end - - margin-block-start - - 一括指定プロパティ -translation_of: Web/CSS/margin-block ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

The margin-blockCSS のプロパティで、論理的なブロックの先頭と末尾のマージンを設定します。これは要素の書字方向やテキストの向きに応じて物理的なマージンに変換されます。

- -
/* <length> 値 */
-margin-block: 10px 20px;  /* 絶対的な長さ */
-margin-block: 1em 2em;   /* テキストの大きさに対する相対値 */
-margin-block: 5% 2%;    /* 直近のブロックコンテナーの大きさに対する相対値 */
-margin-block: 10px; /* 先頭と末尾の両方を設定 */
-
-/* キーワード値 */
-margin-block: auto;
-
-/* グローバル値 */
-margin-block: inherit;
-margin-block: initial;
-margin-block: unset;
-
- -

これらの値は、 {{CSSxRef("margin-top")}} と {{CSSxRef("margin-bottom")}}、または {{CSSxRef("margin-right")}} と {{CSSxRef("margin-left")}} プロパティに、 {{CSSxRef("writing-mode")}}, {{CSSxRef("direction")}}, {{CSSxRef("text-orientation")}} で定義された値にしたがって対応します。

- -

値は {{CSSxRef("margin-block-start")}} と {{CSSxRef("margin-block-end")}} で個別に設定することができます。インライン方向のプロパティは {{CSSxRef("margin-inline")}} で、 {{CSSxRef("margin-inline-start")}} と {{CSSxRef("margin-inline-end")}} を設定します。

- -

構文

- -

- -

margin-block プロパティは、 {{CSSxRef("margin-left")}} プロパティと同じ値を取ります。

- -

形式文法

- -{{CSSSyntax}} - -

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-rl;
-  margin-block: 20px 40px;
-  background-color: #c8c800;
-}
- -

{{EmbedLiveSample("Example", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-margin-block", "margin-block")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

{{CSSInfo}}

- -

ブラウザーの互換性

- -

{{Compat("css.properties.margin-block")}}

- -

関連情報

- - diff --git a/files/ja/web/css/margin-block/index.md b/files/ja/web/css/margin-block/index.md new file mode 100644 index 0000000000..c68a537ebe --- /dev/null +++ b/files/ja/web/css/margin-block/index.md @@ -0,0 +1,106 @@ +--- +title: margin-block +slug: Web/CSS/margin-block +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 論理的プロパティ + - Experimental + - Reference + - margin-block + - margin-block-end + - margin-block-start + - 一括指定プロパティ +translation_of: Web/CSS/margin-block +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

The margin-blockCSS のプロパティで、論理的なブロックの先頭と末尾のマージンを設定します。これは要素の書字方向やテキストの向きに応じて物理的なマージンに変換されます。

+ +
/* <length> 値 */
+margin-block: 10px 20px;  /* 絶対的な長さ */
+margin-block: 1em 2em;   /* テキストの大きさに対する相対値 */
+margin-block: 5% 2%;    /* 直近のブロックコンテナーの大きさに対する相対値 */
+margin-block: 10px; /* 先頭と末尾の両方を設定 */
+
+/* キーワード値 */
+margin-block: auto;
+
+/* グローバル値 */
+margin-block: inherit;
+margin-block: initial;
+margin-block: unset;
+
+ +

これらの値は、 {{CSSxRef("margin-top")}} と {{CSSxRef("margin-bottom")}}、または {{CSSxRef("margin-right")}} と {{CSSxRef("margin-left")}} プロパティに、 {{CSSxRef("writing-mode")}}, {{CSSxRef("direction")}}, {{CSSxRef("text-orientation")}} で定義された値にしたがって対応します。

+ +

値は {{CSSxRef("margin-block-start")}} と {{CSSxRef("margin-block-end")}} で個別に設定することができます。インライン方向のプロパティは {{CSSxRef("margin-inline")}} で、 {{CSSxRef("margin-inline-start")}} と {{CSSxRef("margin-inline-end")}} を設定します。

+ +

構文

+ +

+ +

margin-block プロパティは、 {{CSSxRef("margin-left")}} プロパティと同じ値を取ります。

+ +

形式文法

+ +{{CSSSyntax}} + +

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-rl;
+  margin-block: 20px 40px;
+  background-color: #c8c800;
+}
+ +

{{EmbedLiveSample("Example", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-margin-block", "margin-block")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

{{CSSInfo}}

+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.margin-block")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/margin-inline-end/index.html b/files/ja/web/css/margin-inline-end/index.html deleted file mode 100644 index bfbcba1187..0000000000 --- a/files/ja/web/css/margin-inline-end/index.html +++ /dev/null @@ -1,107 +0,0 @@ ---- -title: margin-inline-end -slug: Web/CSS/margin-inline-end -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 論理的プロパティ - - Experimental - - NeedsContent - - Reference - - margin-inline - - margin-inline-end -translation_of: Web/CSS/margin-inline-end ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

margin-inline-endCSS のプロパティで、要素のインライン方向の論理的な末尾側のマージンを定義し、それが要素の書字方向やテキストの方向に応じて物理的なマージンに対応付けられます。これは {{cssxref("margin-top")}}, {{cssxref("margin-right")}}, {{cssxref("margin-bottom")}}, {{cssxref("margin-left")}} の何れかのプロパティに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

- -
{{EmbedInteractiveExample("pages/css/margin-inline-end.html")}}
- - - -

構文

- -
/* <length> 値 */
-margin-inline-end: 10px;   /* 絶対的な長さ */
-margin-inline-end: 1em;    /* テキストの大きさに対する相対値 */
-margin-inline-end: 5%;     /* 直近のブロックコンテナーの大きさに対する相対値 */
-
-/* キーワード値 */
-margin-inline-end: auto;
-
-/* グローバル値 */
-margin-inline-end: inherit;
-margin-inline-end: initial;
-margin-inline-end: unset;
-
- -

関連プロパティとして、要素の他のマージンを定義する {{cssxref("margin-block-start")}}, {{cssxref("margin-block-end")}}, {{cssxref("margin-inline-start")}} があります。

- -

{{cssinfo}}

- -

- -

margin-inline-end プロパティは {{cssxref("margin-left")}} プロパティと同じ値を取ります。

- -

形式文法

- -{{csssyntax}} - -

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-lr;
-  margin-inline-end: 20px;
-  background-color: #c8c800;
-}
- -

{{EmbedLiveSample("Example", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-margin-inline-end", "margin-inline-end")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.margin-inline-end")}}

- -

関連情報

- - diff --git a/files/ja/web/css/margin-inline-end/index.md b/files/ja/web/css/margin-inline-end/index.md new file mode 100644 index 0000000000..bfbcba1187 --- /dev/null +++ b/files/ja/web/css/margin-inline-end/index.md @@ -0,0 +1,107 @@ +--- +title: margin-inline-end +slug: Web/CSS/margin-inline-end +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 論理的プロパティ + - Experimental + - NeedsContent + - Reference + - margin-inline + - margin-inline-end +translation_of: Web/CSS/margin-inline-end +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

margin-inline-endCSS のプロパティで、要素のインライン方向の論理的な末尾側のマージンを定義し、それが要素の書字方向やテキストの方向に応じて物理的なマージンに対応付けられます。これは {{cssxref("margin-top")}}, {{cssxref("margin-right")}}, {{cssxref("margin-bottom")}}, {{cssxref("margin-left")}} の何れかのプロパティに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

+ +
{{EmbedInteractiveExample("pages/css/margin-inline-end.html")}}
+ + + +

構文

+ +
/* <length> 値 */
+margin-inline-end: 10px;   /* 絶対的な長さ */
+margin-inline-end: 1em;    /* テキストの大きさに対する相対値 */
+margin-inline-end: 5%;     /* 直近のブロックコンテナーの大きさに対する相対値 */
+
+/* キーワード値 */
+margin-inline-end: auto;
+
+/* グローバル値 */
+margin-inline-end: inherit;
+margin-inline-end: initial;
+margin-inline-end: unset;
+
+ +

関連プロパティとして、要素の他のマージンを定義する {{cssxref("margin-block-start")}}, {{cssxref("margin-block-end")}}, {{cssxref("margin-inline-start")}} があります。

+ +

{{cssinfo}}

+ +

+ +

margin-inline-end プロパティは {{cssxref("margin-left")}} プロパティと同じ値を取ります。

+ +

形式文法

+ +{{csssyntax}} + +

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-lr;
+  margin-inline-end: 20px;
+  background-color: #c8c800;
+}
+ +

{{EmbedLiveSample("Example", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-margin-inline-end", "margin-inline-end")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.margin-inline-end")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/margin-inline-start/index.html b/files/ja/web/css/margin-inline-start/index.html deleted file mode 100644 index 332286161d..0000000000 --- a/files/ja/web/css/margin-inline-start/index.html +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: margin-inline-start -slug: Web/CSS/margin-inline-start -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 物理的プロパティ - - Experimental - - Reference - - margin-inline - - margin-inline-start -translation_of: Web/CSS/margin-inline-start ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

margin-inline-startCSS のプロパティで、要素のインライン方向の論理的な先頭側のマージンを定義し、それが要素の書字方向やテキストの方向に応じて物理的なマージンに対応付けられます。これは {{cssxref("margin-top")}}, {{cssxref("margin-right")}}, {{cssxref("margin-bottom")}}, {{cssxref("margin-left")}} の何れかのプロパティに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

- -
{{EmbedInteractiveExample("pages/css/margin-inline-start.html")}}
- - - -

構文

- -
/* <length> 値 */
-margin-inline-start: 10px;  /* 絶対的な長さ */
-margin-inline-start: 1em;   /* テキストの大きさに対する相対値 */
-margin-inline-start: 5%;    /* 直近のブロックコンテナーの大きさに対する相対値 */
-
-/* キーワード値 */
-margin-inline-start: auto;
-
-/* グローバル値 */
-margin-inline-start: inherit;
-
- -

関連プロパティとして、要素の他のマージンを定義する {{cssxref("margin-block-start")}}, {{cssxref("margin-block-end")}}, {{cssxref("margin-inline-end")}} があります。

- -

{{cssinfo}}

- -

- -

margin-inline-start プロパティは {{cssxref("margin-left")}} プロパティと同じ値を取ります。

- -

形式文法

- -{{csssyntax}} - -

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-lr;
-  margin-inline-start: 20px;
-  background-color: #c8c800;
-}
- -

{{EmbedLiveSample("Example", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-margin-inline-start", "margin-inline-start")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.margin-inline-start")}}

- -

関連情報

- - diff --git a/files/ja/web/css/margin-inline-start/index.md b/files/ja/web/css/margin-inline-start/index.md new file mode 100644 index 0000000000..332286161d --- /dev/null +++ b/files/ja/web/css/margin-inline-start/index.md @@ -0,0 +1,104 @@ +--- +title: margin-inline-start +slug: Web/CSS/margin-inline-start +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 物理的プロパティ + - Experimental + - Reference + - margin-inline + - margin-inline-start +translation_of: Web/CSS/margin-inline-start +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

margin-inline-startCSS のプロパティで、要素のインライン方向の論理的な先頭側のマージンを定義し、それが要素の書字方向やテキストの方向に応じて物理的なマージンに対応付けられます。これは {{cssxref("margin-top")}}, {{cssxref("margin-right")}}, {{cssxref("margin-bottom")}}, {{cssxref("margin-left")}} の何れかのプロパティに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

+ +
{{EmbedInteractiveExample("pages/css/margin-inline-start.html")}}
+ + + +

構文

+ +
/* <length> 値 */
+margin-inline-start: 10px;  /* 絶対的な長さ */
+margin-inline-start: 1em;   /* テキストの大きさに対する相対値 */
+margin-inline-start: 5%;    /* 直近のブロックコンテナーの大きさに対する相対値 */
+
+/* キーワード値 */
+margin-inline-start: auto;
+
+/* グローバル値 */
+margin-inline-start: inherit;
+
+ +

関連プロパティとして、要素の他のマージンを定義する {{cssxref("margin-block-start")}}, {{cssxref("margin-block-end")}}, {{cssxref("margin-inline-end")}} があります。

+ +

{{cssinfo}}

+ +

+ +

margin-inline-start プロパティは {{cssxref("margin-left")}} プロパティと同じ値を取ります。

+ +

形式文法

+ +{{csssyntax}} + +

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-lr;
+  margin-inline-start: 20px;
+  background-color: #c8c800;
+}
+ +

{{EmbedLiveSample("Example", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-margin-inline-start", "margin-inline-start")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.margin-inline-start")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/margin-inline/index.html b/files/ja/web/css/margin-inline/index.html deleted file mode 100644 index 67f51f34b8..0000000000 --- a/files/ja/web/css/margin-inline/index.html +++ /dev/null @@ -1,105 +0,0 @@ ---- -title: margin-inline -slug: Web/CSS/margin-inline -tags: - - CSS - - CSS Logical Property - - CSS Property - - CSS プロパティ - - CSS 論理的プロパティ - - Experimental - - Reference - - margin-inline - - margin-inline-end - - margin-inline-start -translation_of: Web/CSS/margin-inline ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

The margin-inlineCSS のプロパティで、論理的なインライン方向の先頭と末尾のマージンを設定します。これは要素の書字方向やテキストの向きに応じて物理的なマージンに変換されます。

- -
/* <length> 値 */
-margin-inline: 10px 20px;  /* 絶対的な長さ */
-margin-inline: 1em 2em;    /* テキストの大きさに対する相対値 */
-margin-inline: 5% 2%;      /* 直近のブロックコンテナーの大きさに対する相対値 */
-margin-inline: 10px; /* 先頭と末尾の両方を設定 */
-
-/* キーワード値 */
-margin-inline: auto;
-
-/* グローバル値 */
-margin-inline: inherit;
-margin-inline: initial;
-margin-inline: unset;
-
- -

これらの値は、 {{CSSxRef("margin-top")}} と {{CSSxRef("margin-bottom")}}、または {{CSSxRef("margin-right")}} と {{CSSxRef("margin-left")}} プロパティに、 {{CSSxRef("writing-mode")}}, {{CSSxRef("direction")}}, {{CSSxRef("text-orientation")}} で定義された値にしたがって対応します。

- -

値は {{CSSxRef("margin-inline-start")}} と {{CSSxRef("margin-inline-end")}} で個別に設定することができます。ブロック方向のプロパティは {{CSSxRef("margin-block")}} で、 {{CSSxRef("margin-block-start")}} と {{CSSxRef("margin-block-end")}} を設定します。

- -

構文

- -

- -

margin-inline プロパティは、 {{CSSxRef("margin-left")}} プロパティと同じ値を取ります。

- -

形式文法

- -{{CSSSyntax}} - -

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-rl;
-  margin-inline: 20px 40px;
-  background-color: #c8c800;
-}
- -

{{EmbedLiveSample("Example", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-margin-inline", "margin-inline")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

{{CSSInfo}}

- -

ブラウザーの互換性

- -

{{Compat("css.properties.margin-inline")}}

- -

関連情報

- - diff --git a/files/ja/web/css/margin-inline/index.md b/files/ja/web/css/margin-inline/index.md new file mode 100644 index 0000000000..67f51f34b8 --- /dev/null +++ b/files/ja/web/css/margin-inline/index.md @@ -0,0 +1,105 @@ +--- +title: margin-inline +slug: Web/CSS/margin-inline +tags: + - CSS + - CSS Logical Property + - CSS Property + - CSS プロパティ + - CSS 論理的プロパティ + - Experimental + - Reference + - margin-inline + - margin-inline-end + - margin-inline-start +translation_of: Web/CSS/margin-inline +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

The margin-inlineCSS のプロパティで、論理的なインライン方向の先頭と末尾のマージンを設定します。これは要素の書字方向やテキストの向きに応じて物理的なマージンに変換されます。

+ +
/* <length> 値 */
+margin-inline: 10px 20px;  /* 絶対的な長さ */
+margin-inline: 1em 2em;    /* テキストの大きさに対する相対値 */
+margin-inline: 5% 2%;      /* 直近のブロックコンテナーの大きさに対する相対値 */
+margin-inline: 10px; /* 先頭と末尾の両方を設定 */
+
+/* キーワード値 */
+margin-inline: auto;
+
+/* グローバル値 */
+margin-inline: inherit;
+margin-inline: initial;
+margin-inline: unset;
+
+ +

これらの値は、 {{CSSxRef("margin-top")}} と {{CSSxRef("margin-bottom")}}、または {{CSSxRef("margin-right")}} と {{CSSxRef("margin-left")}} プロパティに、 {{CSSxRef("writing-mode")}}, {{CSSxRef("direction")}}, {{CSSxRef("text-orientation")}} で定義された値にしたがって対応します。

+ +

値は {{CSSxRef("margin-inline-start")}} と {{CSSxRef("margin-inline-end")}} で個別に設定することができます。ブロック方向のプロパティは {{CSSxRef("margin-block")}} で、 {{CSSxRef("margin-block-start")}} と {{CSSxRef("margin-block-end")}} を設定します。

+ +

構文

+ +

+ +

margin-inline プロパティは、 {{CSSxRef("margin-left")}} プロパティと同じ値を取ります。

+ +

形式文法

+ +{{CSSSyntax}} + +

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-rl;
+  margin-inline: 20px 40px;
+  background-color: #c8c800;
+}
+ +

{{EmbedLiveSample("Example", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-margin-inline", "margin-inline")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

{{CSSInfo}}

+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.margin-inline")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/padding-block-end/index.html b/files/ja/web/css/padding-block-end/index.html deleted file mode 100644 index d4b9eaebce..0000000000 --- a/files/ja/web/css/padding-block-end/index.html +++ /dev/null @@ -1,115 +0,0 @@ ---- -title: padding-block-end -slug: Web/CSS/padding-block-end -tags: - - CSS - - CSS Logical Property - - CSS Property - - Experimental - - Reference - - padding-block - - padding-block-end - - 'recipe:css-property' -translation_of: Web/CSS/padding-block-end ---- -
{{CSSRef}}
- -

padding-block-endCSS のプロパティで、要素のブロック方向の論理的な末尾側のパディングを定義し、それが要素の書字方向やテキストの方向に応じて物理的なマージンに対応付けられます。

- -
{{EmbedInteractiveExample("pages/css/padding-block-end.html")}}
- - - -

構文

- -
/* <length> 値 */
-padding-block-end: 10px;   /* 絶対的な長さ */
-padding-block-end: 1em;    /* テキストの大きさに対する相対値 */
-
-/* パーセント値 */
-padding-block-end: 5%;     /* ブロックコンテナーの幅に対する割合のパディング */
-
-/* グローバル値 */
-padding-block-end: inherit;
-padding-block-end: initial;
-padding-block-end: unset;
-
- -

- -

padding-block-end プロパティは {{cssxref("padding-left")}} プロパティと同じ値を取ります。

- -

解説

- -

これは {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, {{cssxref("padding-left")}} の何れかのプロパティに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

- - - -

関連プロパティとして、要素の他のマージンを定義する {{cssxref("padding-block-start")}}, {{cssxref("padding-inline-start")}}, {{cssxref("padding-inline-end")}} があります。

- -

公式定義

- -

{{cssinfo}}

- -

形式文法

- -{{csssyntax}} - -

- -

縦書きテキストにおけるブロック方向の末尾のパディングの設定

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-lr;
-  padding-block-end: 20px;
-  background-color: #C8C800;
-}
- -

結果

- -

{{EmbedLiveSample("Setting_block_end_padding_for_vertical_text", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-padding-block-end", "padding-block-end")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.padding-block-end")}}

- -

関連情報

- - diff --git a/files/ja/web/css/padding-block-end/index.md b/files/ja/web/css/padding-block-end/index.md new file mode 100644 index 0000000000..d4b9eaebce --- /dev/null +++ b/files/ja/web/css/padding-block-end/index.md @@ -0,0 +1,115 @@ +--- +title: padding-block-end +slug: Web/CSS/padding-block-end +tags: + - CSS + - CSS Logical Property + - CSS Property + - Experimental + - Reference + - padding-block + - padding-block-end + - 'recipe:css-property' +translation_of: Web/CSS/padding-block-end +--- +
{{CSSRef}}
+ +

padding-block-endCSS のプロパティで、要素のブロック方向の論理的な末尾側のパディングを定義し、それが要素の書字方向やテキストの方向に応じて物理的なマージンに対応付けられます。

+ +
{{EmbedInteractiveExample("pages/css/padding-block-end.html")}}
+ + + +

構文

+ +
/* <length> 値 */
+padding-block-end: 10px;   /* 絶対的な長さ */
+padding-block-end: 1em;    /* テキストの大きさに対する相対値 */
+
+/* パーセント値 */
+padding-block-end: 5%;     /* ブロックコンテナーの幅に対する割合のパディング */
+
+/* グローバル値 */
+padding-block-end: inherit;
+padding-block-end: initial;
+padding-block-end: unset;
+
+ +

+ +

padding-block-end プロパティは {{cssxref("padding-left")}} プロパティと同じ値を取ります。

+ +

解説

+ +

これは {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, {{cssxref("padding-left")}} の何れかのプロパティに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

+ + + +

関連プロパティとして、要素の他のマージンを定義する {{cssxref("padding-block-start")}}, {{cssxref("padding-inline-start")}}, {{cssxref("padding-inline-end")}} があります。

+ +

公式定義

+ +

{{cssinfo}}

+ +

形式文法

+ +{{csssyntax}} + +

+ +

縦書きテキストにおけるブロック方向の末尾のパディングの設定

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-lr;
+  padding-block-end: 20px;
+  background-color: #C8C800;
+}
+ +

結果

+ +

{{EmbedLiveSample("Setting_block_end_padding_for_vertical_text", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-padding-block-end", "padding-block-end")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.padding-block-end")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/padding-block-start/index.html b/files/ja/web/css/padding-block-start/index.html deleted file mode 100644 index 4e83390754..0000000000 --- a/files/ja/web/css/padding-block-start/index.html +++ /dev/null @@ -1,113 +0,0 @@ ---- -title: padding-block-start -slug: Web/CSS/padding-block-start -tags: - - CSS - - CSS Logical Property - - CSS Property - - Experimental - - Reference - - padding-block - - padding-block-start - - 'recipe:css-property' -translation_of: Web/CSS/padding-block-start ---- -
{{CSSRef}}
- -

padding-block-startCSS のプロパティで、要素のブロック方向の論理的な先頭側のパディングを定義し、それが要素の書字方向やテキストの方向に応じて物理的なマージンに対応付けられます。

- -
{{EmbedInteractiveExample("pages/css/padding-block-start.html")}}
- - - -

構文

- -
/* <length> 値 */
-padding-block-start: 10px;      /* 絶対的な長さ */
-padding-block-start: 1em;       /* テキストの大きさに対する相対値 */
-
-/* パーセント値 */
-padding-block-start: 5%;        /* ブロックコンテナーの幅に対する割合のパディング */
-
-/* グローバル値 */
-padding-block-start: inherit;
-padding-block-start: initial;
-padding-block-start: unset;
-
- -

- -

padding-block-start プロパティは {{cssxref("padding-left")}} プロパティと同じ値を取ります。

- -

解説

- -

これは {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, {{cssxref("padding-left")}} の何れかのプロパティに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

- -

関連プロパティとして、要素の他のマージンを定義する {{cssxref("padding-block-start")}}, {{cssxref("padding-inline-start")}}, {{cssxref("padding-inline-end")}} があります。

- -

公式定義

- -

{{cssinfo}}

- -

形式文法

- -{{csssyntax}} - -

- -

縦書きテキストにおけるブロック方向の先頭のパディングの設定

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-lr;
-  padding-block-start: 20px;
-  background-color: #C8C800;
-}
- -

結果

- -

{{EmbedLiveSample("Setting_block_start_padding_for_vertical_text", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-padding-block-start", "padding-block-start")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.padding-block-start")}}

- -

関連情報

- - diff --git a/files/ja/web/css/padding-block-start/index.md b/files/ja/web/css/padding-block-start/index.md new file mode 100644 index 0000000000..4e83390754 --- /dev/null +++ b/files/ja/web/css/padding-block-start/index.md @@ -0,0 +1,113 @@ +--- +title: padding-block-start +slug: Web/CSS/padding-block-start +tags: + - CSS + - CSS Logical Property + - CSS Property + - Experimental + - Reference + - padding-block + - padding-block-start + - 'recipe:css-property' +translation_of: Web/CSS/padding-block-start +--- +
{{CSSRef}}
+ +

padding-block-startCSS のプロパティで、要素のブロック方向の論理的な先頭側のパディングを定義し、それが要素の書字方向やテキストの方向に応じて物理的なマージンに対応付けられます。

+ +
{{EmbedInteractiveExample("pages/css/padding-block-start.html")}}
+ + + +

構文

+ +
/* <length> 値 */
+padding-block-start: 10px;      /* 絶対的な長さ */
+padding-block-start: 1em;       /* テキストの大きさに対する相対値 */
+
+/* パーセント値 */
+padding-block-start: 5%;        /* ブロックコンテナーの幅に対する割合のパディング */
+
+/* グローバル値 */
+padding-block-start: inherit;
+padding-block-start: initial;
+padding-block-start: unset;
+
+ +

+ +

padding-block-start プロパティは {{cssxref("padding-left")}} プロパティと同じ値を取ります。

+ +

解説

+ +

これは {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, {{cssxref("padding-left")}} の何れかのプロパティに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

+ +

関連プロパティとして、要素の他のマージンを定義する {{cssxref("padding-block-start")}}, {{cssxref("padding-inline-start")}}, {{cssxref("padding-inline-end")}} があります。

+ +

公式定義

+ +

{{cssinfo}}

+ +

形式文法

+ +{{csssyntax}} + +

+ +

縦書きテキストにおけるブロック方向の先頭のパディングの設定

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-lr;
+  padding-block-start: 20px;
+  background-color: #C8C800;
+}
+ +

結果

+ +

{{EmbedLiveSample("Setting_block_start_padding_for_vertical_text", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-padding-block-start", "padding-block-start")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.padding-block-start")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/padding-block/index.html b/files/ja/web/css/padding-block/index.html deleted file mode 100644 index 521456f937..0000000000 --- a/files/ja/web/css/padding-block/index.html +++ /dev/null @@ -1,112 +0,0 @@ ---- -title: padding-block -slug: Web/CSS/padding-block -tags: - - CSS - - padding-block - - 'recipe:css-shorthand-property' -translation_of: Web/CSS/padding-block ---- -
{{CSSRef}}
- -

padding-blockCSS一括指定プロパティで、論理的なブロック方向の先頭と末尾のパディングを設定します。これは要素の書字方向やテキストの向きに応じて物理的なパディングに変換されます。

- -
/* <length> 値 */
-padding-block: 10px 20px;  /* 絶対的な長さ */
-padding-block: 1em 2em;   /* テキストの大きさに対する相対値 */
-padding-block: 10px; /* 先頭と末尾の両方を設定 */
-
-/* <percentage> 値 */
-padding-block: 5% 2%; /* 直近のブロックコンテナーの幅に対する相対値 */
-
-/* グローバル値 */
-padding-block: inherit;
-padding-block: initial;
-padding-block: unset;
-
- -

構成要素のプロパティ

- -

このプロパティは以下の CSS プロパティの一括指定です。

- - - -

構文

- -

- -

padding-block プロパティは、 {{CSSxRef("padding-left")}} プロパティと同じ値を取ります。

- -

解説

- -

これらの値は、 {{cssxref("padding-top")}} と {{cssxref("padding-bottom")}}、または {{cssxref("padding-right")}} と {{cssxref("padding-left")}} プロパティに、 {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値に従って対応します。

- -

公式定義

- -

{{cssinfo}}

- -

形式文法

- -{{csssyntax}} - -

- -

縦書きテキストにおけるブロック方向のパディングの設定

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-rl;
-  padding-block: 20px 40px;
-  background-color: #c8c800;
-}
- -

結果

- -

{{EmbedLiveSample("Setting_block_padding_for_vertical_text", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-padding-block", "padding-block")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.padding-block")}}

- -

関連情報

- - diff --git a/files/ja/web/css/padding-block/index.md b/files/ja/web/css/padding-block/index.md new file mode 100644 index 0000000000..521456f937 --- /dev/null +++ b/files/ja/web/css/padding-block/index.md @@ -0,0 +1,112 @@ +--- +title: padding-block +slug: Web/CSS/padding-block +tags: + - CSS + - padding-block + - 'recipe:css-shorthand-property' +translation_of: Web/CSS/padding-block +--- +
{{CSSRef}}
+ +

padding-blockCSS一括指定プロパティで、論理的なブロック方向の先頭と末尾のパディングを設定します。これは要素の書字方向やテキストの向きに応じて物理的なパディングに変換されます。

+ +
/* <length> 値 */
+padding-block: 10px 20px;  /* 絶対的な長さ */
+padding-block: 1em 2em;   /* テキストの大きさに対する相対値 */
+padding-block: 10px; /* 先頭と末尾の両方を設定 */
+
+/* <percentage> 値 */
+padding-block: 5% 2%; /* 直近のブロックコンテナーの幅に対する相対値 */
+
+/* グローバル値 */
+padding-block: inherit;
+padding-block: initial;
+padding-block: unset;
+
+ +

構成要素のプロパティ

+ +

このプロパティは以下の CSS プロパティの一括指定です。

+ + + +

構文

+ +

+ +

padding-block プロパティは、 {{CSSxRef("padding-left")}} プロパティと同じ値を取ります。

+ +

解説

+ +

これらの値は、 {{cssxref("padding-top")}} と {{cssxref("padding-bottom")}}、または {{cssxref("padding-right")}} と {{cssxref("padding-left")}} プロパティに、 {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値に従って対応します。

+ +

公式定義

+ +

{{cssinfo}}

+ +

形式文法

+ +{{csssyntax}} + +

+ +

縦書きテキストにおけるブロック方向のパディングの設定

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-rl;
+  padding-block: 20px 40px;
+  background-color: #c8c800;
+}
+ +

結果

+ +

{{EmbedLiveSample("Setting_block_padding_for_vertical_text", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-padding-block", "padding-block")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.padding-block")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/padding-inline-end/index.html b/files/ja/web/css/padding-inline-end/index.html deleted file mode 100644 index 20ccbeafe5..0000000000 --- a/files/ja/web/css/padding-inline-end/index.html +++ /dev/null @@ -1,113 +0,0 @@ ---- -title: padding-inline-end -slug: Web/CSS/padding-inline-end -tags: - - CSS - - CSS Logical Property - - CSS Property - - Experimental - - Reference - - padding-inline - - padding-inline-end - - 'recipe:css-property' -translation_of: Web/CSS/padding-inline-end ---- -
{{CSSRef}}
- -

padding-inline-endCSS のプロパティで、要素のインライン方向の論理的な末尾側のパディングを定義し、それが要素の書字方向やテキストの方向に応じて物理的なマージンに対応付けられます。

- -
{{EmbedInteractiveExample("pages/css/padding-inline-end.html")}}
- - - -

構文

- -
/* <length> 値 */
-padding-inline-end: 10px;     /* 絶対的な長さ */
-padding-inline-end: 1em;      /* テキストの大きさに対する相対値 */
-
-/* <percentage> 値 */
-padding-inline-end: 5%;       /* ブロックコンテナーの幅に対する割合のパディング */
-
-/* グローバル値 */
-padding-inline-end: inherit;
-padding-inline-end: initial;
-padding-inline-end: unset;
-
- -

- -

padding-inline-end プロパティは {{cssxref("padding-left")}} プロパティと同じ値を取ります。

- -

解説

- -これは {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, {{cssxref("padding-left")}} の何れかのプロパティに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。 - -

関連プロパティとして、要素の他のマージンを定義する {{cssxref("padding-block-start")}}, {{cssxref("padding-block-end")}}, {{cssxref("padding-inline-start")}} があります。

- -

公式定義

- -

{{cssinfo}}

- -

形式文法

- -{{csssyntax}} - -

- -

縦書きテキストにおけるインライン方向の末尾のパディングの設定

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-lr;
-  padding-inline-end: 20px;
-  background-color: #C8C800;
-}
- -

結果

- -

{{EmbedLiveSample("Setting_inline_end_padding_for_vertical_text", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-padding-inline-end", "padding-inline-end")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.padding-inline-end")}}

- -

関連情報

- - diff --git a/files/ja/web/css/padding-inline-end/index.md b/files/ja/web/css/padding-inline-end/index.md new file mode 100644 index 0000000000..20ccbeafe5 --- /dev/null +++ b/files/ja/web/css/padding-inline-end/index.md @@ -0,0 +1,113 @@ +--- +title: padding-inline-end +slug: Web/CSS/padding-inline-end +tags: + - CSS + - CSS Logical Property + - CSS Property + - Experimental + - Reference + - padding-inline + - padding-inline-end + - 'recipe:css-property' +translation_of: Web/CSS/padding-inline-end +--- +
{{CSSRef}}
+ +

padding-inline-endCSS のプロパティで、要素のインライン方向の論理的な末尾側のパディングを定義し、それが要素の書字方向やテキストの方向に応じて物理的なマージンに対応付けられます。

+ +
{{EmbedInteractiveExample("pages/css/padding-inline-end.html")}}
+ + + +

構文

+ +
/* <length> 値 */
+padding-inline-end: 10px;     /* 絶対的な長さ */
+padding-inline-end: 1em;      /* テキストの大きさに対する相対値 */
+
+/* <percentage> 値 */
+padding-inline-end: 5%;       /* ブロックコンテナーの幅に対する割合のパディング */
+
+/* グローバル値 */
+padding-inline-end: inherit;
+padding-inline-end: initial;
+padding-inline-end: unset;
+
+ +

+ +

padding-inline-end プロパティは {{cssxref("padding-left")}} プロパティと同じ値を取ります。

+ +

解説

+ +これは {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, {{cssxref("padding-left")}} の何れかのプロパティに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。 + +

関連プロパティとして、要素の他のマージンを定義する {{cssxref("padding-block-start")}}, {{cssxref("padding-block-end")}}, {{cssxref("padding-inline-start")}} があります。

+ +

公式定義

+ +

{{cssinfo}}

+ +

形式文法

+ +{{csssyntax}} + +

+ +

縦書きテキストにおけるインライン方向の末尾のパディングの設定

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-lr;
+  padding-inline-end: 20px;
+  background-color: #C8C800;
+}
+ +

結果

+ +

{{EmbedLiveSample("Setting_inline_end_padding_for_vertical_text", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-padding-inline-end", "padding-inline-end")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.padding-inline-end")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/padding-inline-start/index.html b/files/ja/web/css/padding-inline-start/index.html deleted file mode 100644 index 92611c4b91..0000000000 --- a/files/ja/web/css/padding-inline-start/index.html +++ /dev/null @@ -1,113 +0,0 @@ ---- -title: padding-inline-start -slug: Web/CSS/padding-inline-start -tags: - - CSS - - CSS Logical Property - - CSS Property - - Experimental - - Reference - - padding-inline - - padding-inline-start - - 'recipe:css-property' -translation_of: Web/CSS/padding-inline-start ---- -
{{CSSRef}}
- -

padding-inline-startCSS のプロパティで、要素のインライン方向の論理的な先頭側のパディングを定義し、それが要素の書字方向やテキストの方向に応じて物理的なマージンに対応付けられます。

- -
{{EmbedInteractiveExample("pages/css/padding-inline-start.html")}}
- - - -

構文

- -
/* <length> 値 */
-padding-inline-start: 10px;   /* 絶対的な長さ */
-padding-inline-start: 1em;    /* テキストの大きさに対する相対値 */
-
-/* パーセント値 */
-padding-inline-start: 5%;     /* ブロックコンテナーの幅に対する割合のパディング */
-
-/* グローバル値 */
-padding-inline-start: inherit;
-padding-inline-start: initial;
-padding-inline-start: unset;
-
- -

- -

padding-inline-start プロパティは {{cssxref("padding-left")}} プロパティと同じ値を取ります。

- -

解説

- -

これは {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, {{cssxref("padding-left")}} の何れかのプロパティに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

- -

関連プロパティとして、要素の他のマージンを定義する {{cssxref("padding-block-start")}}, {{cssxref("padding-block-end")}}, {{cssxref("padding-inline-end")}} があります。

- -

公式定義

- -

{{cssinfo}}

- -

形式文法

- -{{csssyntax}} - -

- -

縦書きテキストにおけるインライン方向の先頭のパディングの設定

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-lr;
-  padding-inline-start: 20px;
-  background-color: #C8C800;
-}
- -

結果

- -

{{EmbedLiveSample("Setting_inline_start_padding_for_vertical_text", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-padding-inline-start", "padding-inline-start")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.padding-inline-start")}}

- -

関連情報

- - diff --git a/files/ja/web/css/padding-inline-start/index.md b/files/ja/web/css/padding-inline-start/index.md new file mode 100644 index 0000000000..92611c4b91 --- /dev/null +++ b/files/ja/web/css/padding-inline-start/index.md @@ -0,0 +1,113 @@ +--- +title: padding-inline-start +slug: Web/CSS/padding-inline-start +tags: + - CSS + - CSS Logical Property + - CSS Property + - Experimental + - Reference + - padding-inline + - padding-inline-start + - 'recipe:css-property' +translation_of: Web/CSS/padding-inline-start +--- +
{{CSSRef}}
+ +

padding-inline-startCSS のプロパティで、要素のインライン方向の論理的な先頭側のパディングを定義し、それが要素の書字方向やテキストの方向に応じて物理的なマージンに対応付けられます。

+ +
{{EmbedInteractiveExample("pages/css/padding-inline-start.html")}}
+ + + +

構文

+ +
/* <length> 値 */
+padding-inline-start: 10px;   /* 絶対的な長さ */
+padding-inline-start: 1em;    /* テキストの大きさに対する相対値 */
+
+/* パーセント値 */
+padding-inline-start: 5%;     /* ブロックコンテナーの幅に対する割合のパディング */
+
+/* グローバル値 */
+padding-inline-start: inherit;
+padding-inline-start: initial;
+padding-inline-start: unset;
+
+ +

+ +

padding-inline-start プロパティは {{cssxref("padding-left")}} プロパティと同じ値を取ります。

+ +

解説

+ +

これは {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, {{cssxref("padding-left")}} の何れかのプロパティに対応し、どれに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。

+ +

関連プロパティとして、要素の他のマージンを定義する {{cssxref("padding-block-start")}}, {{cssxref("padding-block-end")}}, {{cssxref("padding-inline-end")}} があります。

+ +

公式定義

+ +

{{cssinfo}}

+ +

形式文法

+ +{{csssyntax}} + +

+ +

縦書きテキストにおけるインライン方向の先頭のパディングの設定

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-lr;
+  padding-inline-start: 20px;
+  background-color: #C8C800;
+}
+ +

結果

+ +

{{EmbedLiveSample("Setting_inline_start_padding_for_vertical_text", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-padding-inline-start", "padding-inline-start")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.padding-inline-start")}}

+ +

関連情報

+ + diff --git a/files/ja/web/css/padding-inline/index.html b/files/ja/web/css/padding-inline/index.html deleted file mode 100644 index d720e2dda6..0000000000 --- a/files/ja/web/css/padding-inline/index.html +++ /dev/null @@ -1,112 +0,0 @@ ---- -title: padding-inline -slug: Web/CSS/padding-inline -tags: - - CSS - - padding-inline - - 'recipe:css-shorthand-property' -translation_of: Web/CSS/padding-inline ---- -
{{CSSRef}}
- -

padding-inlineCSS一括指定プロパティで、論理的なインライン方向の先頭と末尾のパディングを設定します。これは要素の書字方向やテキストの向きに応じて物理的なパディングに変換されます。

- -
/* <length> 値 */
-padding-inline: 10px 20px;  /* 絶対的な長さ */
-padding-inline: 1em 2em;   /* テキストの大きさに対する相対値 */
-padding-inline: 10px; /* 先頭と末尾の両方を設定 */
-
-/* <percentage> 値 */
-padding-block: 5% 2%; /* 直近のブロックコンテナーの幅に対する相対値 */
-
-/* グローバル値 */
-padding-inline: inherit;
-padding-inline: initial;
-padding-inline: unset;
-
- -

構成要素のプロパティ

- -

このプロパティは以下の CSS プロパティの一括指定です。

- - - -

構文

- -

- -

padding-inline プロパティは、 {{CSSxRef("padding-left")}} プロパティと同じ値を取ります。

- -

解説

- -

これらの値は、 {{cssxref("padding-top")}} と {{cssxref("padding-bottom")}}、または {{cssxref("padding-right")}} と {{cssxref("padding-left")}} プロパティに、 {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値に従って対応します。

- -

公式定義

- -

{{cssinfo}}

- -

形式文法

- -{{csssyntax}} - -

- -

縦書きテキストにおけるインライン方向のパディングの設定

- -

HTML

- -
<div>
-  <p class="exampleText">Example text</p>
-</div>
-
- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.exampleText {
-  writing-mode: vertical-rl;
-  padding-inline: 20px 40px;
-  background-color: #c8c800;
-}
- -

結果

- -

{{EmbedLiveSample("Setting_inline_padding_for_vertical_text", 140, 140)}}

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-padding-inline", "padding-inline")}}{{Spec2("CSS Logical Properties")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.padding-inline")}}

- -

関連情報

- - diff --git a/files/ja/web/css/padding-inline/index.md b/files/ja/web/css/padding-inline/index.md new file mode 100644 index 0000000000..d720e2dda6 --- /dev/null +++ b/files/ja/web/css/padding-inline/index.md @@ -0,0 +1,112 @@ +--- +title: padding-inline +slug: Web/CSS/padding-inline +tags: + - CSS + - padding-inline + - 'recipe:css-shorthand-property' +translation_of: Web/CSS/padding-inline +--- +
{{CSSRef}}
+ +

padding-inlineCSS一括指定プロパティで、論理的なインライン方向の先頭と末尾のパディングを設定します。これは要素の書字方向やテキストの向きに応じて物理的なパディングに変換されます。

+ +
/* <length> 値 */
+padding-inline: 10px 20px;  /* 絶対的な長さ */
+padding-inline: 1em 2em;   /* テキストの大きさに対する相対値 */
+padding-inline: 10px; /* 先頭と末尾の両方を設定 */
+
+/* <percentage> 値 */
+padding-block: 5% 2%; /* 直近のブロックコンテナーの幅に対する相対値 */
+
+/* グローバル値 */
+padding-inline: inherit;
+padding-inline: initial;
+padding-inline: unset;
+
+ +

構成要素のプロパティ

+ +

このプロパティは以下の CSS プロパティの一括指定です。

+ + + +

構文

+ +

+ +

padding-inline プロパティは、 {{CSSxRef("padding-left")}} プロパティと同じ値を取ります。

+ +

解説

+ +

これらの値は、 {{cssxref("padding-top")}} と {{cssxref("padding-bottom")}}、または {{cssxref("padding-right")}} と {{cssxref("padding-left")}} プロパティに、 {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値に従って対応します。

+ +

公式定義

+ +

{{cssinfo}}

+ +

形式文法

+ +{{csssyntax}} + +

+ +

縦書きテキストにおけるインライン方向のパディングの設定

+ +

HTML

+ +
<div>
+  <p class="exampleText">Example text</p>
+</div>
+
+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.exampleText {
+  writing-mode: vertical-rl;
+  padding-inline: 20px 40px;
+  background-color: #c8c800;
+}
+ +

結果

+ +

{{EmbedLiveSample("Setting_inline_padding_for_vertical_text", 140, 140)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Logical Properties", "#propdef-padding-inline", "padding-inline")}}{{Spec2("CSS Logical Properties")}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("css.properties.padding-inline")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf