--- 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="/ja/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> <p>{{Compat("css.properties.scroll-behavior")}}</p> </div>