---
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")}}