From f29c1e5bbfb2590b04267bf88b5becf20af18bc5 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 10 Oct 2021 23:56:53 +0900 Subject: CSS スクロールスナップの文書の変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/scroll-margin-top/index.html | 68 --------------------------- 1 file changed, 68 deletions(-) delete mode 100644 files/ja/web/css/scroll-margin-top/index.html (limited to 'files/ja/web/css/scroll-margin-top/index.html') diff --git a/files/ja/web/css/scroll-margin-top/index.html b/files/ja/web/css/scroll-margin-top/index.html deleted file mode 100644 index 04f356c5c5..0000000000 --- a/files/ja/web/css/scroll-margin-top/index.html +++ /dev/null @@ -1,68 +0,0 @@ ---- -title: scroll-margin-top -slug: Web/CSS/scroll-margin-top -tags: - - CSS - - CSS Property - - CodingScripting - - Reference - - Web - - scroll-margin - - scroll-margin-top -translation_of: Web/CSS/scroll-margin-top ---- -
{{CSSRef}}
- -

scroll-margin-top プロパティは、スクロールスナップ領域の上側のマージンを定義し、このボックスをスナップポートにスナップするために使用されます。スクロールスナップ領域は変換された境界ボックスによって定義され、四角形の囲みボックスを探して (スクロールコンテナーの座標空間における軸に合わせられ)、それから指定された外部距離が追加されます。

- -
{{EmbedInteractiveExample("pages/css/scroll-margin-top.html")}}
- - - -

{{cssinfo}}

- -

構文

- -
/* <length> 値 */
-scroll-margin-top: 10px;
-scroll-margin-top: 1em;
-
-/* グローバル値 */
-scroll-margin-top: inherit;
-scroll-margin-top: initial;
-scroll-margin-top: unset;
-
- -

- -
-
<length>
-
スクロールコンテナーの上側の辺からみた外部の距離です。
-
- -

形式文法

- -{{csssyntax}} - -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Scroll Snap Points", "#propdef-scroll-margin-top", "scroll-margin-top")}}{{Spec2("CSS Scroll Snap Points")}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("css.properties.scroll-margin-top")}}

-- cgit v1.2.3-54-g00ecf