diff options
Diffstat (limited to 'files/zh-cn/web/api/mouseevent/movementy/index.html')
-rw-r--r-- | files/zh-cn/web/api/mouseevent/movementy/index.html | 58 |
1 files changed, 1 insertions, 57 deletions
diff --git a/files/zh-cn/web/api/mouseevent/movementy/index.html b/files/zh-cn/web/api/mouseevent/movementy/index.html index 1faaccff17..a3b2d1df74 100644 --- a/files/zh-cn/web/api/mouseevent/movementy/index.html +++ b/files/zh-cn/web/api/mouseevent/movementy/index.html @@ -35,63 +35,7 @@ translation_of: Web/API/MouseEvent/movementY <h2 id="Browser_compatibility" name="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(22.0)}} {{property_prefix("webkit")}}<br> - {{CompatChrome(37.0)}} unprefixed</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoDesktop(1.0)}} {{property_prefix("moz")}}<br> - {{CompatGeckoDesktop(41)}}</td> - <td>{{ CompatNo() }}</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatNo() }}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android Webview</th> - <th>Edge</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - <th>Chrome for Android</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatChrome(37.0)}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoMobile(1.0)}} {{property_prefix("moz")}}<br> - {{CompatGeckoMobile(41)}}</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - <td>{{CompatVersionUnknown}} {{property_prefix("webkit")}}<br> - {{CompatChrome(37.0)}} unprefixed</td> - </tr> - </tbody> -</table> -</div> +{{Compat("api.MouseEvent.movementY")}} <h2 id="相关">相关</h2> |