From 130df279cb8f5363b4aac83da778624c399bc4da Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Fri, 31 Dec 2021 13:18:35 +0900 Subject: CSSOM View の変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/cssom_view/index.html | 59 ---------------------------------- files/ja/web/css/cssom_view/index.md | 59 ++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 files/ja/web/css/cssom_view/index.html create mode 100644 files/ja/web/css/cssom_view/index.md (limited to 'files') diff --git a/files/ja/web/css/cssom_view/index.html b/files/ja/web/css/cssom_view/index.html deleted file mode 100644 index e3739fefa8..0000000000 --- a/files/ja/web/css/cssom_view/index.html +++ /dev/null @@ -1,59 +0,0 @@ ---- -title: CSSOM View -slug: Web/CSS/CSSOM_View -tags: - - CSS - - CSSOM - - CSSOM View - - Layout - - Reference - - 概要 -translation_of: Web/CSS/CSSOM_View ---- -
{{CSSRef}}
- -

CSSOM View は CSS のモジュールの一つで、文書の表示方法、特にスクロールの振る舞いを操作できるようにするものです。

- -

リファレンス

- -

プロパティ

- -
- -
- -

ガイド

- -
-
座標系
-
モニター上のウィンドウ、モバイル機器のビューポート、印刷時の紙上の位置などのディスプレイコンテキストにおける位置を特定するために使われる座標系についてのガイドです。
-
- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName('CSSOM View')}}{{Spec2('CSSOM View')}}初回定義
- -

ブラウザーの対応

- -

scroll-behavior プロパティ

- -
-

{{Compat("css.properties.scroll-behavior")}}

-
diff --git a/files/ja/web/css/cssom_view/index.md b/files/ja/web/css/cssom_view/index.md new file mode 100644 index 0000000000..e3739fefa8 --- /dev/null +++ b/files/ja/web/css/cssom_view/index.md @@ -0,0 +1,59 @@ +--- +title: CSSOM View +slug: Web/CSS/CSSOM_View +tags: + - CSS + - CSSOM + - CSSOM View + - Layout + - Reference + - 概要 +translation_of: Web/CSS/CSSOM_View +--- +
{{CSSRef}}
+ +

CSSOM View は CSS のモジュールの一つで、文書の表示方法、特にスクロールの振る舞いを操作できるようにするものです。

+ +

リファレンス

+ +

プロパティ

+ +
+ +
+ +

ガイド

+ +
+
座標系
+
モニター上のウィンドウ、モバイル機器のビューポート、印刷時の紙上の位置などのディスプレイコンテキストにおける位置を特定するために使われる座標系についてのガイドです。
+
+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('CSSOM View')}}{{Spec2('CSSOM View')}}初回定義
+ +

ブラウザーの対応

+ +

scroll-behavior プロパティ

+ +
+

{{Compat("css.properties.scroll-behavior")}}

+
-- cgit v1.2.3-54-g00ecf