diff options
Diffstat (limited to 'files/zh-cn/web/api/fontfaceset/index.html')
-rw-r--r-- | files/zh-cn/web/api/fontfaceset/index.html | 75 |
1 files changed, 1 insertions, 74 deletions
diff --git a/files/zh-cn/web/api/fontfaceset/index.html b/files/zh-cn/web/api/fontfaceset/index.html index 564cd391ea..79274944b2 100644 --- a/files/zh-cn/web/api/fontfaceset/index.html +++ b/files/zh-cn/web/api/fontfaceset/index.html @@ -67,77 +67,4 @@ translation_of: Web/API/FontFaceSet <h2 id="Browser_compatibility">Browser compatibility</h2> -<div>{{CompatibilityTable}}</div> - -<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>{{CompatChrome(35.0)}}</td> - <td>{{CompatGeckoDesktop(41)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatSafari(10)}}</td> - </tr> - <tr> - <td>clear() method</td> - <td>{{CompatChrome(48.0)}}</td> - <td> </td> - <td> </td> - <td> </td> - <td> </td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Android Webview</th> - <th>Firefox Mobile (Gecko)</th> - <th>Firefox OS</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - <th>Chrome for Android</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatNo}}</td> - <td>{{CompatChrome(35.0)}}</td> - <td>{{CompatGeckoMobile(41)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatSafari(10)}}</td> - <td>{{CompatChrome(35.0)}}</td> - </tr> - <tr> - <td>clear() method</td> - <td>{{CompatNo}}</td> - <td>{{CompatChrome(48.0)}}</td> - <td> </td> - <td> </td> - <td> </td> - <td> </td> - <td> </td> - <td>{{CompatChrome(48.0)}}</td> - </tr> - </tbody> -</table> -</div> - -<p> </p> +{{Compat("api.FontFaceSet")}} |