blob: 3978a9a3edbb51e9a254d025ce97d20b0183fc9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
---
title: CSSOM View
slug: Web/CSS/CSSOM_View
tags:
- CSS
- CSSOM
- CSSOM View
- Layout
- Reference
- 概要
translation_of: Web/CSS/CSSOM_View
---
<div>{{CSSRef}}</div>
<p><strong>CSSOM View</strong> は CSS のモジュールの一つで、文書の表示方法、特にスクロールの振る舞いを操作できるようにするものです。</p>
<h2 id="Reference" name="Reference">リファレンス</h2>
<h3 id="Properties" name="Properties">プロパティ</h3>
<div class="index">
<ul>
<li>{{cssxref("scroll-behavior")}}</li>
</ul>
</div>
<h2 id="Guides" name="Guides">ガイド</h2>
<dl>
<dt><a href="/en-US/docs/Web/CSS/CSSOM_View/Coordinate_systems">座標系</a></dt>
<dd>モニター上のウィンドウ、モバイル機器のビューポート、印刷時の紙上の位置などのディスプレイコンテキストにおける位置を特定するために使われる座標系についてのガイドです。</dd>
</dl>
<h2 id="Specifications" name="Specifications">仕様書</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">仕様書</th>
<th scope="col">状態</th>
<th scope="col">備考</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName('CSSOM View')}}</td>
<td>{{Spec2('CSSOM View')}}</td>
<td>初回定義</td>
</tr>
</tbody>
</table>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2>
<h3 id="scroll-behavior_プロパティ"><code>scroll-behavior</code> プロパティ</h3>
<div>
<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
<p>{{Compat("css.properties.scroll-behavior")}}</p>
</div>
|