diff options
Diffstat (limited to 'files/zh-cn/web/css/page-break-after')
-rw-r--r-- | files/zh-cn/web/css/page-break-after/index.html | 70 |
1 files changed, 1 insertions, 69 deletions
diff --git a/files/zh-cn/web/css/page-break-after/index.html b/files/zh-cn/web/css/page-break-after/index.html index 5d83330342..596b72971f 100644 --- a/files/zh-cn/web/css/page-break-after/index.html +++ b/files/zh-cn/web/css/page-break-after/index.html @@ -121,75 +121,7 @@ div.footnotes { <h2 id="Browser_Compatibility" name="Browser_Compatibility">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>Basic support (<code>auto</code>, <code>always</code>)</td> - <td>1.0</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{ CompatGeckoDesktop("1.0") }}</td> - <td>4.0</td> - <td>7.0</td> - <td>1.2 (125)</td> - </tr> - <tr> - <td><code>avoid</code>, <code>left</code>, <code>right</code></td> - <td>1.0</td> - <td>{{CompatUnknown}}</td> - <td>{{ CompatNo() }} ({{ bug("132035") }})</td> - <td>4.0</td> - <td>7.0</td> - <td>1.2 (125)</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>Basic support</td> - <td>{{ CompatUnknown() }}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{ CompatGeckoMobile("1.0") }}</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - </tr> - <tr> - <td><code>avoid</code>, <code>left</code>, <code>right</code></td> - <td>{{ CompatUnknown() }}</td> - <td>{{CompatUnknown}}</td> - <td>{{ CompatNo() }} ({{ bug("132035") }})</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - </tr> - </tbody> -</table> -</div> +{{Compat("css.properties.page-break-after")}} <h2 id="See_also">See also</h2> |