diff options
Diffstat (limited to 'files/zh-cn/web/api/dommatrix/index.html')
-rw-r--r-- | files/zh-cn/web/api/dommatrix/index.html | 64 |
1 files changed, 2 insertions, 62 deletions
diff --git a/files/zh-cn/web/api/dommatrix/index.html b/files/zh-cn/web/api/dommatrix/index.html index e142998d45..08b2dfc250 100644 --- a/files/zh-cn/web/api/dommatrix/index.html +++ b/files/zh-cn/web/api/dommatrix/index.html @@ -109,69 +109,9 @@ translation_of: Web/API/DOMMatrix <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p>{{CompatibilityTable}}</p> +{{Compat("api.DOMMatrix")}} -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Firefox (Gecko)</th> - <th>Chrome</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>基本支持</td> - <td>{{CompatGeckoDesktop(33)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td>可用于 Web workers</td> - <td>{{CompatNo}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Firefox Mobile (Gecko)</th> - <th>Android</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>基本支持</td> - <td>{{CompatGeckoMobile(33)}}</td> - <td rowspan="1">{{CompatUnknown}}</td> - <td rowspan="1">{{CompatNo}}</td> - <td rowspan="1">{{CompatUnknown}}</td> - <td rowspan="1">{{CompatNo}}</td> - </tr> - <tr> - <td>可用于 Web workers</td> - <td>{{CompatNo}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> +{{Compat("api.WebKitCSSMatrix")}} <h2 id="相关链接">相关链接</h2> |