aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/dommatrix/index.html
diff options
context:
space:
mode:
authorYujiSoftware <yuji.software+github@gmail.com>2022-03-02 20:34:14 +0900
committerIrvin <irvinfly@gmail.com>2022-03-04 01:03:17 +0800
commit0c13ec128150b8f5097a4649c6da653cac6e3c30 (patch)
treed5dab8a56ae25f2bf69e250327b8bb45e7fb9923 /files/zh-cn/web/api/dommatrix/index.html
parent9a110dee28ae2ef12ee014b98fda6bae6ee48edb (diff)
downloadtranslated-content-0c13ec128150b8f5097a4649c6da653cac6e3c30.tar.gz
translated-content-0c13ec128150b8f5097a4649c6da653cac6e3c30.tar.bz2
translated-content-0c13ec128150b8f5097a4649c6da653cac6e3c30.zip
Migrate to multiple Compat macro (zh-cn)
Diffstat (limited to 'files/zh-cn/web/api/dommatrix/index.html')
-rw-r--r--files/zh-cn/web/api/dommatrix/index.html64
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>