aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/-ms-content-zoom-chaining/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/css/-ms-content-zoom-chaining/index.html')
-rw-r--r--files/ja/web/css/-ms-content-zoom-chaining/index.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/files/ja/web/css/-ms-content-zoom-chaining/index.html b/files/ja/web/css/-ms-content-zoom-chaining/index.html
new file mode 100644
index 0000000000..1b1220ec7b
--- /dev/null
+++ b/files/ja/web/css/-ms-content-zoom-chaining/index.html
@@ -0,0 +1,48 @@
+---
+title: '-ms-content-zoom-chaining'
+slug: Web/CSS/-ms-content-zoom-chaining
+tags:
+ - CSS
+ - CSS プロパティ
+ - Microsoft 拡張
+ - Non-standard
+ - Reference
+ - 'recipe:css-property'
+ - リファレンス
+translation_of: Archive/Web/CSS/-ms-content-zoom-chaining
+---
+<div>{{CSSRef}}</div>
+
+<div>{{non-standard_header}}</div>
+
+<p><strong><code>-ms-content-zoom-chaining</code></strong> は <a href="/ja/docs/Web/CSS">CSS</a> の <a href="/ja/docs/Web/CSS/Microsoft_Extensions">Microsoft 拡張</a>プロパティで、ユーザーがページの操作中にズームの限界に当たった時に起こるズームの振る舞いを指定します。</p>
+
+<p>{{cssinfo}}</p>
+
+<h2 id="Syntax" name="Syntax">構文</h2>
+
+<h3 id="Values" name="Values">値</h3>
+
+<dl>
+ <dt><code>none</code></dt>
+ <dd>初期値です。ユーザーがページの操作中にズームの限界に当たった時に、跳ね返る効果が表示されます。</dd>
+ <dt><code>chained</code></dt>
+ <dd>ユーザーがページの操作中にズームの限界に当たった時に、直近のズーム可能な親要素がズームし始めます。跳ね返る効果は表示されません。</dd>
+</dl>
+
+<h3 id="Formal_syntax" name="Formal_syntax">形式文法</h3>
+
+<pre class="syntaxbox notranslate"> {{csssyntax}}
+</pre>
+
+<h2 id="Specifications" name="Specifications">仕様書</h2>
+
+<p>どの仕様書でも定義されていません。</p>
+
+<h2 id="Remarks" name="Remarks">注釈</h2>
+
+<p>このプロパティはズームできない要素には効果がありません。ズーム可能な要素については、 {{CSSXref("-ms-content-zooming")}} をご覧ください。</p>
+
+<p>Windows 8.1 以降、このプロパティはタッチパッドの反応でも対応しています。</p>
+
+<p>このプロパティは Windows 8 以降でのみ対応しています。</p>