aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/element/queryselectorall/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/element/queryselectorall/index.html')
-rw-r--r--files/zh-cn/web/api/element/queryselectorall/index.html48
1 files changed, 1 insertions, 47 deletions
diff --git a/files/zh-cn/web/api/element/queryselectorall/index.html b/files/zh-cn/web/api/element/queryselectorall/index.html
index b9ebdb8860..f899dd08e5 100644
--- a/files/zh-cn/web/api/element/queryselectorall/index.html
+++ b/files/zh-cn/web/api/element/queryselectorall/index.html
@@ -71,53 +71,7 @@ var matches = el.querySelectorAll('div.highlighted > p');
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div>{{CompatibilityTable}}</div>
-
-<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>1</td>
- <td>{{CompatGeckoDesktop("1.9.1")}}</td>
- <td>8</td>
- <td>10</td>
- <td>3.2 (525.3)</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>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>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoMobile("1.9.1")}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
+{{Compat("api.Element.querySelectorAll")}}
<h2 id="Specification" name="Specification">规范</h2>