diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-12-31 13:18:35 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-07 10:13:36 +0900 |
commit | 130df279cb8f5363b4aac83da778624c399bc4da (patch) | |
tree | 6bda8b69d06de9b8077aefed6311e601a8629051 /files/ja/web/css/cssom_view/index.html | |
parent | 368d89d1bdea3c110e894ae2157ea7680ca5e3f7 (diff) | |
download | translated-content-130df279cb8f5363b4aac83da778624c399bc4da.tar.gz translated-content-130df279cb8f5363b4aac83da778624c399bc4da.tar.bz2 translated-content-130df279cb8f5363b4aac83da778624c399bc4da.zip |
CSSOM View の変換準備
Diffstat (limited to 'files/ja/web/css/cssom_view/index.html')
-rw-r--r-- | files/ja/web/css/cssom_view/index.html | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/files/ja/web/css/cssom_view/index.html b/files/ja/web/css/cssom_view/index.html deleted file mode 100644 index e3739fefa8..0000000000 --- a/files/ja/web/css/cssom_view/index.html +++ /dev/null @@ -1,59 +0,0 @@ ---- -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> |