aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/css_scroll_snap_points/index.html
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-10-10 22:28:00 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-10-21 23:48:03 +0900
commitab39a23e5f2b5e5f533637cbb5a5d4af90bb00a9 (patch)
treeac1b97d7f73bc9adc04dc99c465e10f735f15ee9 /files/ja/web/css/css_scroll_snap_points/index.html
parentc8086013f30c1b6428c94b2898151336195703bf (diff)
downloadtranslated-content-ab39a23e5f2b5e5f533637cbb5a5d4af90bb00a9.tar.gz
translated-content-ab39a23e5f2b5e5f533637cbb5a5d4af90bb00a9.tar.bz2
translated-content-ab39a23e5f2b5e5f533637cbb5a5d4af90bb00a9.zip
CSS スクロールスナップ点の文書を更新準備
Diffstat (limited to 'files/ja/web/css/css_scroll_snap_points/index.html')
-rw-r--r--files/ja/web/css/css_scroll_snap_points/index.html59
1 files changed, 0 insertions, 59 deletions
diff --git a/files/ja/web/css/css_scroll_snap_points/index.html b/files/ja/web/css/css_scroll_snap_points/index.html
deleted file mode 100644
index 5b6996036e..0000000000
--- a/files/ja/web/css/css_scroll_snap_points/index.html
+++ /dev/null
@@ -1,59 +0,0 @@
----
-title: CSS スクロールスナップ点
-slug: Web/CSS/CSS_Scroll_Snap_Points
-tags:
- - CSS
- - CSS スクロールスナップ点
- - Overview
- - Reference
- - 概要
-translation_of: Web/CSS/CSS_Scroll_Snap_Points
----
-<div>{{CSSRef}} {{deprecated_header}}</div>
-
-<p><ruby><strong>CSS スクロールスナップ点</strong><rp> (</rp><rt>CSS Scroll Snap Points</rt><rp>) </rp></ruby>は CSS のモジュールの一つで、スクロールのスナップ位置を導入します。これは、スクロールの実行が終了した後にコンテナーのスクロール領域が停止する位置を明示的に決定します。</p>
-
-<div class="note">
-<p><strong>メモ</strong>: <a href="/ja/docs/Web/CSS/CSS_Scroll_Snap">CSS スクロールスナップ</a>がこの機能を定義する最新の仕様書です。</p>
-</div>
-
-<h2 id="Reference" name="Reference">リファレンス</h2>
-
-<h3 id="CSS_properties" name="CSS_properties">CSS プロパティ</h3>
-
-<div class="index">
-<ul>
- <li>{{cssxref("scroll-snap-coordinate")}}</li>
- <li>{{cssxref("scroll-snap-destination")}}</li>
- <li>{{cssxref("scroll-snap-points-x")}}</li>
- <li>{{cssxref("scroll-snap-points-y")}}</li>
- <li>{{cssxref("scroll-snap-type")}}</li>
-</ul>
-</div>
-
-<h2 id="Specification" name="Specification">仕様書</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("CSS Scroll Snap Points", "#propdef-scroll-snap-points-y", "scroll-snap-points-y")}}</td>
- <td>{{Spec2("CSS Scroll Snap Points")}}</td>
- <td>初回定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2>
-
-<h3 id="scroll-snap-coordinate_プロパティ"><code>scroll-snap-coordinate</code> プロパティ</h3>
-
-<div>
-<p>{{Compat("css.properties.scroll-snap-coordinate")}}</p>
-</div>