diff options
Diffstat (limited to 'files/zh-cn/web/css/content/index.html')
-rw-r--r-- | files/zh-cn/web/css/content/index.html | 56 |
1 files changed, 1 insertions, 55 deletions
diff --git a/files/zh-cn/web/css/content/index.html b/files/zh-cn/web/css/content/index.html index c36142fc76..f9579104f1 100644 --- a/files/zh-cn/web/css/content/index.html +++ b/files/zh-cn/web/css/content/index.html @@ -229,61 +229,7 @@ li { <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>1.0</td> - <td>{{ CompatGeckoDesktop("1") }}</td> - <td>8.0</td> - <td>4.0</td> - <td>1.0</td> - </tr> - <tr> - <td><code>url()</code> support</td> - <td>1.0</td> - <td>{{ CompatGeckoDesktop("1") }}</td> - <td>8.0</td> - <td>7.0</td> - <td>1.0</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>1.0</td> - <td>{{ CompatGeckoMobile("1.0") }}</td> - <td>8.0</td> - <td>9.5</td> - <td>1.0</td> - </tr> - </tbody> -</table> -</div> +{{Compat("css.properties.content")}} <h2 id="sect1"> </h2> |