From 792d028844434720896375410403882ec4a871db Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 11 Sep 2021 23:54:56 +0900 Subject: Web/CSS/transform-box を更新 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/08/13 時点の英語版に同期 --- files/ja/web/css/transform-box/index.html | 88 ------------------------------- 1 file changed, 88 deletions(-) delete mode 100644 files/ja/web/css/transform-box/index.html (limited to 'files/ja/web/css/transform-box/index.html') diff --git a/files/ja/web/css/transform-box/index.html b/files/ja/web/css/transform-box/index.html deleted file mode 100644 index ef15625684..0000000000 --- a/files/ja/web/css/transform-box/index.html +++ /dev/null @@ -1,88 +0,0 @@ ---- -title: transform-box -slug: Web/CSS/transform-box -tags: - - CSS - - CSS Property - - CSS Transforms - - CSS プロパティ - - CSS 変形 - - Experimental - - NeedsBrowserCompatibility - - NeedsExample - - Reference -translation_of: Web/CSS/transform-box ---- -
{{CSSRef}}
- -

transform-box プロパティは、 {{cssxref("transform")}} と {{cssxref("transform-origin")}} プロパティに関連したレイアウトボックスを定義します。

- -
/* キーワード値 */
-transform-box: content-box;
-transform-box: border-box;
-transform-box: fill-box;
-transform-box: stroke-box;
-transform-box: view-box;
-
-/* グローバル値 */
-transform-box: inherit;
-transform-box: initial;
-transform-box: unset;
-
- -

{{cssinfo}}

- -

構文

- -

transform-box プロパティは、以下のキーワードの 1 つで指定されます。

- -

- -
-
content-box
-
-

コンテンツボックスを参照ボックスとして使用します。 {{htmlElement("table")}} の参照ボックスは、テーブルボックスではなく、安定ラッパーボックスの境界ボックスになります。

-
-
border-box
-
参照ボックスとして、境界ボックスが使用されます。テーブルの参照ボックスはテーブルボックスではなく、テーブルをラップしているボックスの境界ボックスとなります。
-
fill-box
-
参照ボックスとしてバウンディングボックスが使用されます。
-
stroke-box
-
ストロークのバウンディングボックスを基準ボックスとしています。
-
view-box
-
参照ボックスとして、直近の {{Glossary("SVG")}} を使用します。SVG ビューポートに {{SVGAttr("viewBox")}} 属性が指定されていた場合、参照ボックスは viewBox 属性によって設定された座標系の原点に配置されます。また、参照ボックスの寸法は viewBox 属性の幅と高さの値に設定されています。
-
- -

形式文法

- -{{csssyntax}} - -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName('CSS3 Transforms', '#transform-box', 'transform-box')}}{{Spec2('CSS3 Transforms')}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.transform-box")}}

- -

関連情報

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