aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/cssom_view/index.html
blob: 88e2ac073816c72c4ae8b5c422e54c25d640abec (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
---
title: CSSOM View
slug: Web/CSS/CSSOM_View
tags:
  - CSS
  - CSSOM View
  - 参考
  - 概述
  - 试验性的
translation_of: Web/CSS/CSSOM_View
---
<div>{{CSSRef}}{{SeeCompatTable}}</div>

<p>CSSOM视图是一个模块,允许操作文档的可视化视图,尤其是其滚动行为。</p>

<h2 id="参考">参考</h2>

<h3 id="属性">属性</h3>

<div class="index">
<ul>
 <li>{{cssxref("scroll-behavior")}}</li>
</ul>
</div>

<h2 id="指南">指南</h2>

<p><em>None.</em></p>

<h2 id="规范">规范</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>Initial definition</td>
  </tr>
 </tbody>
</table>

<h2 id="浏览器兼容性">浏览器兼容性</h2>

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