diff options
Diffstat (limited to 'files/zh-cn/web/api/window/cancelanimationframe/index.html')
-rw-r--r-- | files/zh-cn/web/api/window/cancelanimationframe/index.html | 60 |
1 files changed, 1 insertions, 59 deletions
diff --git a/files/zh-cn/web/api/window/cancelanimationframe/index.html b/files/zh-cn/web/api/window/cancelanimationframe/index.html index 0d98e5db24..95d38eb70f 100644 --- a/files/zh-cn/web/api/window/cancelanimationframe/index.html +++ b/files/zh-cn/web/api/window/cancelanimationframe/index.html @@ -45,65 +45,7 @@ window.cancelAnimationFrame(myReq); <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>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Basic support</td> - <td> - <p>21.0 {{ property_prefix("webkit") }}</p> - - <p>24.0 脱前缀</p> - </td> - <td> - <p>{{ CompatGeckoDesktop("11.0") }} {{ property_prefix("moz") }} </p> - </td> - <td>10</td> - <td>{{ CompatUnknown() }}</td> - <td> - <p>6.0 {{ property_prefix("webkit") }}</p> - </td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Chrome for Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{ CompatUnknown() }}</td> - <td> - <p>{{ CompatUnknown() }}</p> - </td> - <td>{{ CompatGeckoMobile("11.0") }} {{ property_prefix("moz") }}</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - </tr> - </tbody> -</table> -</div> +{{Compat("api.Window.cancelAnimationFrame")}} <h2 id="Specification" name="Specification">规范</h2> |