aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/console/groupcollapsed/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/console/groupcollapsed/index.html')
-rw-r--r--files/zh-cn/web/api/console/groupcollapsed/index.html49
1 files changed, 2 insertions, 47 deletions
diff --git a/files/zh-cn/web/api/console/groupcollapsed/index.html b/files/zh-cn/web/api/console/groupcollapsed/index.html
index ee1a798f2a..e75d6b1413 100644
--- a/files/zh-cn/web/api/console/groupcollapsed/index.html
+++ b/files/zh-cn/web/api/console/groupcollapsed/index.html
@@ -16,53 +16,8 @@ translation_of: Web/API/Console/groupCollapsed
<h2 id="Specification" name="Specification">规范</h2>
<p>不属于任何公开的规范</p>
<h2 id="浏览器">浏览器</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</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>6</td>
- <td>{{ CompatGeckoDesktop("9.0") }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>5.1</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 Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatGeckoMobile("9.0") }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- </tr>
- </tbody>
- </table>
-</div>
-<h3 id="Gecko_备注">Gecko 备注</h3>
-<p>从Gecko 9.0 {{ geckoRelease("9.0") }}开始,Firefox自带的web控制台开始支持该方法, 但是该方法新建的分组不是折叠的,也就是说该方法的功能等同于 {{ domxref("console.group()") }}.</p>
+{{Compat("api.console.groupCollapsed")}}
+
<h2 id="相关链接">相关链接</h2>
<ul>
<li><a class="external" href="http://www.opera.com/dragonfly/documentation/console/">Opera Dragonfly documentation: Console</a></li>