From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/css/cssom_view/index.html | 61 ++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 files/ja/web/css/cssom_view/index.html (limited to 'files/ja/web/css/cssom_view') diff --git a/files/ja/web/css/cssom_view/index.html b/files/ja/web/css/cssom_view/index.html new file mode 100644 index 0000000000..3978a9a3ed --- /dev/null +++ b/files/ja/web/css/cssom_view/index.html @@ -0,0 +1,61 @@ +--- +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