aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/_colon_fullscreen/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/css/_colon_fullscreen/index.html')
-rw-r--r--files/zh-cn/web/css/_colon_fullscreen/index.html77
1 files changed, 1 insertions, 76 deletions
diff --git a/files/zh-cn/web/css/_colon_fullscreen/index.html b/files/zh-cn/web/css/_colon_fullscreen/index.html
index 8fcd34273b..32138a3756 100644
--- a/files/zh-cn/web/css/_colon_fullscreen/index.html
+++ b/files/zh-cn/web/css/_colon_fullscreen/index.html
@@ -153,82 +153,7 @@ fullscreenButton.addEventListener('click', enterFullscreen);
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>特性</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>
- <p>基本支持</p>
- </td>
- <td>15.0 {{property_prefix("-webkit")}}<sup>[1]</sup></td>
- <td>12</td>
- <td>{{CompatGeckoDesktop("9.0")}}{{property_prefix("-moz")}}<sup>[1]</sup><br>
- {{CompatGeckoDesktop("47.0")}}<sup>[2]</sup></td>
- <td>11 {{property_prefix("-ms")}}<sup>[3]</sup></td>
- <td>{{CompatUnknown}}</td>
- <td>6.0 {{property_prefix("-webkit")}}<sup>[1]</sup></td>
- </tr>
- <tr>
- <td>全屏下选取所有元素</td>
- <td>{{CompatUnknown}}</td>
- <td>12</td>
- <td>{{CompatGeckoDesktop(43)}}</td>
- <td>11</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>特性</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>基本支持</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatGeckoMobile("9.0")}}<br>
- {{CompatGeckoDesktop("47.0")}}<sup>[2]</sup></td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- <tr>
- <td>全屏下选取所有元素</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatGeckoMobile("43")}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>[1] Webkit和Gecko前缀版本在<em>full</em>和<em>screen</em>之间带有破折号, 但W3C标准使用一个单词:<code>:fullscreen</code>, <code>:-webkit-full-screen</code>, <code>:-moz-full-screen</code>.</p>
-
-<p>[2] Gecko 47.0 {{geckoRelease("47.0")}} 通过参数<code>full-screen-api.unprefix.enabled使用</code>不带前缀的伪类, 默认为false.</p>
-
-<p>[3] Internet Explorer使用前缀<code>-ms,但在</code><em>full</em>和<em>screen</em>之间没有破折号<code>:-ms-fullscreen</code>.</p>
+{{Compat("css.selectors.fullscreen")}}
<h2 id="再看看">再看看</h2>