aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/-ms-content-zoom-limit-max/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/css/-ms-content-zoom-limit-max/index.html')
-rw-r--r--files/ja/web/css/-ms-content-zoom-limit-max/index.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/files/ja/web/css/-ms-content-zoom-limit-max/index.html b/files/ja/web/css/-ms-content-zoom-limit-max/index.html
new file mode 100644
index 0000000000..964f6c4085
--- /dev/null
+++ b/files/ja/web/css/-ms-content-zoom-limit-max/index.html
@@ -0,0 +1,48 @@
+---
+title: '-ms-content-zoom-limit-max'
+slug: Web/CSS/-ms-content-zoom-limit-max
+tags:
+ - CSS
+ - CSS プロパティ
+ - Microsoft 拡張
+ - Non-standard
+ - Reference
+ - 'recipe:css-property'
+ - リファレンス
+translation_of: Archive/Web/CSS/-ms-content-zoom-limit-max
+---
+<div>{{CSSRef}}</div>
+
+<div>{{non-standard_header}}</div>
+
+<p><strong><code>-ms-content-zoom-limit-max</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>{{cssxref("percentage")}}</dt>
+ <dd>
+ <p>最大ズーム率です。</p>
+ </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>このプロパティは、 <code>msContentZoomFactor</code> プロパティの値と同様にタッチによるズームを制限を設定します。このプロパティはズーム可能ではない要素には効果がありません。ズーム可能な要素の詳細については、 {{CSSXRef("-ms-content-zooming")}} をご覧ください。</p>
+
+<p>Windows 8.1 以降、このプロパティはタッチパッドの反応でも対応しています。</p>
+
+<p>このプロパティは Windows 8 以降でのみ対応しています。</p>