diff options
Diffstat (limited to 'files/ru/web/css/touch-action/index.html')
-rw-r--r-- | files/ru/web/css/touch-action/index.html | 104 |
1 files changed, 1 insertions, 103 deletions
diff --git a/files/ru/web/css/touch-action/index.html b/files/ru/web/css/touch-action/index.html index 1aa97b70b9..ab1982d906 100644 --- a/files/ru/web/css/touch-action/index.html +++ b/files/ru/web/css/touch-action/index.html @@ -120,109 +120,7 @@ touch-action: unset; <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{ CompatibilityTable }}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Edge</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatChrome(36.0)}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoDesktop("52.0")}}<sup>[1]</sup></td> - <td>10.0{{property_prefix("-ms")}}<sup>[2]</sup><br> - 11.0</td> - <td>{{CompatOpera(23)}}</td> - <td>{{CompatNo}}<sup>[4]</sup></td> - </tr> - <tr> - <td><code>pan-up</code>, <code>pan-down</code>, <code>pan-left</code>, <code>pan-right</code></td> - <td>{{CompatChrome(55.0)}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}<sup>[5]</sup></td> - <td>{{CompatUnknown}}</td> - <td>{{CompatOpera(42)}}</td> - <td>{{CompatNo}}<sup>[4]</sup></td> - </tr> - <tr> - <td><code>pinch-zoom</code></td> - <td>{{CompatChrome(56.0)}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatNo}}<sup>[5]</sup></td> - <td>10.0{{property_prefix("-ms")}}<sup>[2]</sup><br> - 11.0</td> - <td>{{CompatOpera(43)}}</td> - <td>{{CompatNo}}<sup>[4]</sup></td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android Webview</th> - <th>Chrome for Android</th> - <th>Edge</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatChrome(36.0)}}</td> - <td>{{CompatChrome(36.0)}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoMobile("52.0")}}<sup>[1]</sup></td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>9.1 [3]</td> - </tr> - <tr> - <td><code>pan-up</code>, <code>pan-down</code>, <code>pan-left</code>, <code>pan-right</code></td> - <td>{{CompatChrome(55.0)}}</td> - <td>{{CompatChrome(55.0)}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}<sup>[5]</sup></td> - <td>{{CompatNo}}</td> - <td>{{CompatOperaMobile(42)}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td><code>pinch-zoom</code></td> - <td>{{CompatChrome(56.0)}}</td> - <td>{{CompatChrome(56.0)}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatNo}}<sup>[5]</sup></td> - <td>{{CompatUnknown}}</td> - <td>{{CompatOperaMobile(43)}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] This property (Level 1 keywords only) is implemented since Firefox 29, but is hidden behind the <code>layout.css.touch_action.enabled</code> preference. Starting in Firefox Nightly 50, it is enabled by default when running in nightly builds only. It is currently on track to be released in Firefox 52, see {{bug(1244402)}}.</p> - -<p>[2] IE10+ additionally supports the non-standard values <a href="https://msdn.microsoft.com/zh-cn/library/windows/apps/hh767313.aspx">pinch-zoom, double-tap-zoom, cross-slide-x and cross-slide-y</a>.</p> - -<p>[3] <a href="https://bugs.webkit.org/show_bug.cgi?id=149854">Only supports the manipulation and auto values in iOS</a>.</p> - -<p>[4] See {{webkitbug("133112")}}.</p> - -<p>[5] See {{bug(1285685)}}.</p> +<p>{{compat("css.properties.touch-action")}}</p> <h2 id="See_also">See also</h2> |