diff options
Diffstat (limited to 'files/zh-cn/web/api/navigator/getgamepads/index.html')
-rw-r--r-- | files/zh-cn/web/api/navigator/getgamepads/index.html | 60 |
1 files changed, 1 insertions, 59 deletions
diff --git a/files/zh-cn/web/api/navigator/getgamepads/index.html b/files/zh-cn/web/api/navigator/getgamepads/index.html index 454b4f4329..4d5b5672ca 100644 --- a/files/zh-cn/web/api/navigator/getgamepads/index.html +++ b/files/zh-cn/web/api/navigator/getgamepads/index.html @@ -39,65 +39,7 @@ translation_of: Web/API/Navigator/getGamepads <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 (WebKit)</th> - </tr> - <tr> - <td>General support</td> - <td> - <p>21.0 {{ property_prefix("webkit") }}<br> - 35.0</p> - </td> - <td>{{CompatVersionUnknown}}</td> - <td>{{ CompatGeckoDesktop("29.0") }} [1]</td> - <td>{{ CompatNo() }}</td> - <td> - <p>15.0 {{ property_prefix("webkit") }}<br> - 22.0</p> - </td> - <td>{{ CompatNo() }}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Edge</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>General support</td> - <td>{{ CompatNo() }}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{ CompatNo() }}</td> - <td>{{ CompatNo() }}</td> - <td>{{ CompatNo() }}</td> - <td>{{ CompatNo() }}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] 自 Firefox 24 起可以通过偏好设置启用。</p> +{{Compat("api.Navigator.getGamepads")}} <h2 id="另请参阅">另请参阅</h2> |