diff options
Diffstat (limited to 'files/zh-cn/web/css/css_masking/index.html')
-rw-r--r-- | files/zh-cn/web/css/css_masking/index.html | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/files/zh-cn/web/css/css_masking/index.html b/files/zh-cn/web/css/css_masking/index.html index 4a77f79254..4c99c88b6e 100644 --- a/files/zh-cn/web/css/css_masking/index.html +++ b/files/zh-cn/web/css/css_masking/index.html @@ -66,68 +66,4 @@ translation_of: Web/CSS/CSS_Masking </tbody> </table> -<h2 id="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>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Basic support (for SVG)</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - </tr> - <tr> - <td>Support for HTML, for <code>mask</code> and <code>mask-*</code> longhand properties</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatGeckoDesktop(53.0)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</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 (for SVG)</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - <tr> - <td>Support for HTML, for <code>mask</code> and <code>mask-*</code> longhand properties</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatGeckoMobile(53.0)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> |