diff options
Diffstat (limited to 'files/zh-cn/web/css/text-justify/index.html')
-rw-r--r-- | files/zh-cn/web/css/text-justify/index.html | 58 |
1 files changed, 1 insertions, 57 deletions
diff --git a/files/zh-cn/web/css/text-justify/index.html b/files/zh-cn/web/css/text-justify/index.html index 8760107504..d465e9b7e7 100644 --- a/files/zh-cn/web/css/text-justify/index.html +++ b/files/zh-cn/web/css/text-justify/index.html @@ -109,63 +109,7 @@ text-justify: distribute; /* 已被废除,不提倡使用 */ <h2 id="浏览器兼容性">浏览器兼容性</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</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatNo}}<sup>[2]</sup></td> - <td>14<sup>[1]</sup></td> - <td>{{CompatGeckoDesktop("55.0")}}</td> - <td>11<sup>[1]</sup></td> - <td>{{CompatNo}}<sup>[2]</sup></td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Chrome for Android</th> - <th>Edge</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>{{CompatNo}}<sup>[2]</sup></td> - <td>{{CompatNo}}<sup>[2]</sup></td> - <td>14<sup>[1]</sup></td> - <td>{{CompatGeckoMobile("55.0")}}</td> - <td>11<sup>[1]</sup></td> - <td>{{CompatNo}}<sup>[2]</sup></td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] 不支持标准属性值 <code>inter-character</code> 或 <code>none</code> 。但是支持过时的属性值 <code>distribute</code>和废弃属性值 <code>distribute-all-lines</code>、<code>distribute-center-last</code>、<code>inter-cluster</code>、<code>inter-ideograph</code>,以及 <code>newspaper</code>。</p> - -<p>[2] 参照了默认的规范,属性值 <code>inter-word</code> 和 <code>distribute</code> 在“实验平台特性”的旗帜下被保留了下来,尽管 <code>distribulte</code> 已经不被提倡使用了。</p> +{{Compat("css.properties.text-justify")}} <h2 id="参见">参见</h2> |