diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-11-17 02:16:00 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-11-28 02:23:54 +0900 |
commit | 3749b3f9c22c5ca41293cf770cfb6aab216e3ead (patch) | |
tree | 7b3d1d078a960c05551c65fa8399bfebc41e1b5e /files/ja/web/css/overscroll-behavior-inline | |
parent | 75c9efb03dd63fb59adde624552b6d4d04e178d7 (diff) | |
download | translated-content-3749b3f9c22c5ca41293cf770cfb6aab216e3ead.tar.gz translated-content-3749b3f9c22c5ca41293cf770cfb6aab216e3ead.tar.bz2 translated-content-3749b3f9c22c5ca41293cf770cfb6aab216e3ead.zip |
CSS 論理的プロパティに関するその他のプロパティを更新
- 2021/11/16 時点の英語版に同期
Diffstat (limited to 'files/ja/web/css/overscroll-behavior-inline')
-rw-r--r-- | files/ja/web/css/overscroll-behavior-inline/index.md | 118 |
1 files changed, 53 insertions, 65 deletions
diff --git a/files/ja/web/css/overscroll-behavior-inline/index.md b/files/ja/web/css/overscroll-behavior-inline/index.md index 30ee73ab8f..2f63ef315a 100644 --- a/files/ja/web/css/overscroll-behavior-inline/index.md +++ b/files/ja/web/css/overscroll-behavior-inline/index.md @@ -4,21 +4,23 @@ slug: Web/CSS/overscroll-behavior-inline tags: - CSS - CSS ボックスモデル - - CSS Logical Properties - - CSS Property + - CSS 論理的プロパティ + - CSS プロパティ - NeedsExample - - Reference + - リファレンス - overscroll-behavior-inline - - 'recipe:css-property' + - recipe:css-property +browser-compat: css.properties.overscroll-behavior-inline translation_of: Web/CSS/overscroll-behavior-inline --- -<div>{{CSSRef}}</div> +{{CSSRef}} -<p><span class="seoSummary"><strong><code>overscroll-behavior-inline</code></strong> は CSS のプロパティで、スクロール領域のインライン方向の境界に達したときのブラウザーの挙動を設定します。</span></p> +**`overscroll-behavior-inline`** は CSS のプロパティで、スクロール領域のインライン方向の境界に達したときのブラウザーの挙動を設定します。 -<p>全体的な説明は {{cssxref("overscroll-behavior")}} を参照してください。</p> +全体的な説明は {{cssxref("overscroll-behavior")}} を参照してください。 -<pre class="brush:css no-line-numbers notranslate">/* キーワード値 */ +```css +/* キーワード値 */ overscroll-behavior-inline: auto; /* default */ overscroll-behavior-inline: contain; overscroll-behavior-inline: none; @@ -26,60 +28,62 @@ overscroll-behavior-inline: none; /* グローバル値 */ overscroll-behavior-inline: inherit; overscroll-behavior-inline: initial; +overscroll-behavior-inline: revert; overscroll-behavior-inline: unset; -</pre> +``` -<h2 id="Syntax" name="Syntax">構文</h2> +## 構文 -<p><code>overscroll-behavior-inline</code> プロパティは、次の値の一覧のうち一つのキーワードで指定します。</p> +`overscroll-behavior-inline` プロパティは、次の値の一覧のうち一つのキーワードで指定します。 -<h3 id="Values" name="Values">値</h3> +### 値 -<dl> - <dt><code>auto</code></dt> - <dd>スクロールの末端における既定の振る舞いが通常通りに発生します。</dd> - <dt><code>contain</code></dt> - <dd>この値が設定された要素の内部では、スクロールの末端における既定の振る舞いが見られますが、隣接するスクロール領域に対するスクロール連鎖はありません。例えば、基底となる要素はスクロールしません。</dd> - <dt><code>none</code></dt> - <dd>隣接するスクロール領域に対するスクロール連鎖はなく、スクロールの末端における既定の振る舞いが抑制されます。</dd> -</dl> +- `auto` + - : スクロールの末端における既定の振る舞いが通常通りに発生します。 +- `contain` + - : この値が設定された要素の内部では、スクロールの末端における既定の振る舞いが見られますが、隣接するスクロール領域に対するスクロール連鎖はありません。例えば、基底となる要素はスクロールしません。 +- `none` + - : 隣接するスクロール領域に対するスクロール連鎖はなく、スクロールの末端における既定の振る舞いが抑制されます。 -<h2 id="Formal_definition" name="Formal_definition">公式定義</h2> +## 公式定義 -<p>{{cssinfo}}</p> +{{cssinfo}} -<h2 id="Formal_syntax" name="Formal_syntax">形式文法</h2> +## 形式文法 {{csssyntax}} -<h2 id="Examples" name="Examples">例</h2> +## 例 -<h3 id="Preventing_inline_overscrolling" name="Preventing_inline_overscrolling">インライン方向のオーバースクロールの抑止</h3> +<h3 id="Preventing_inline_overscrolling">インライン方向のオーバースクロールの抑止</h3> -<p>このデモでは、一方がもう一方の中にある二つのブロックレベルボックスがあります。外側のボックスは広い {{cssxref("width")}} を持っているので、ページは水平にスクロールします。内側のボックスは width (と {{cssxref("height")}}) が小さく、ビューポート内にきちんと収まりますが、内容は広い幅を持ち、水平にスクロールします。</p> +このデモでは、一方がもう一方の中にある二つのブロックレベルボックスがあります。外側のボックスは広い {{cssxref("width")}} を持っているので、ページは水平にスクロールします。内側のボックスは width (と {{cssxref("height")}}) が小さく、ビューポート内にきちんと収まりますが、内容は広い幅を持ち、水平にスクロールします。 -<p>既定では、内側のボックスがスクロールして境界に達すると、ページ全体がスクロールし始めますが、これはおそらく望ましくない動きです。インライン方向でこれが発生することを防ぐために、内側のボックスに <code>overscroll-behavior-inline: contain</code> を設定しました。</p> +既定では、内側のボックスがスクロールして境界に達すると、ページ全体がスクロールし始めますが、これはおそらく望ましくない動きです。インライン方向でこれが発生することを防ぐために、内側のボックスに `overscroll-behavior-inline: contain` を設定しました。 -<h4 id="HTML" name="HTML">HTML</h4> +#### HTML -<pre class="brush: html notranslate"><main> - <div> - <div> - <p><code>overscroll-behavior-inline</code> has been used to make it so that when the scroll boundaries of the yellow inner box are reached, the whole page does not begin to scroll.</p> - </div> - </div> -</main></pre> +```html +<main> + <div> + <div> + <p><code>overscroll-behavior-inline</code> has been used to make it so that when the scroll boundaries of the yellow inner box are reached, the whole page does not begin to scroll.</p> + </div> + </div> +</main> +``` -<h4 id="CSS" name="CSS">CSS</h4> +#### CSS -<pre class="brush: css notranslate">main { +```css +main { height: 400px; width: 3000px; background-color: white; background-image: repeating-linear-gradient(to right, rgba(0,0,0,0) 0px, rgba(0,0,0,0) 19px, rgba(0,0,0,0.5) 20px); } -main > div { +main > div { height: 300px; width: 400px; overflow: auto; @@ -89,7 +93,7 @@ main > div { overscroll-behavior-inline: contain; } -div > div { +div > div { height: 100%; width: 1500px; background-color: yellow; @@ -104,37 +108,21 @@ p { position: relative; top: 10px; left: 10px; -}</pre> +} +``` -<h4 id="Result" name="Result">結果</h4> +#### 結果 -<p>{{EmbedLiveSample('Preventing_inline_overscrolling','100%', 500)}}</p> +{{EmbedLiveSample('Preventing_inline_overscrolling','100%', 500)}} -<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('CSS Overscroll Behavior', '#propdef-overscroll-behavior-inline', 'overscroll-behavior-inline')}}</td> - <td>{{Spec2('CSS Overscroll Behavior')}}</td> - <td></td> - </tr> - </tbody> -</table> +{{Specifications}} -<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> +## ブラウザーの互換性 -<p>{{Compat("css.properties.overscroll-behavior-x")}}</p> +{{Compat}} -<h2 id="See_also" name="See_also">関連情報</h2> +## 関連情報 -<ul> - <li><a href="https://developers.google.com/web/updates/2017/11/overscroll-behavior#demo">スクロールを制御する: 引いて更新や末端の効果のカスタマイズ</a></li> -</ul> +- [スクロールを制御する: 引いて更新や末端の効果のカスタマイズ](https://developers.google.com/web/updates/2017/11/overscroll-behavior#demo) |