aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/htmlimageelement
diff options
context:
space:
mode:
authorYujiSoftware <yuji.software+github@gmail.com>2022-03-02 20:22:51 +0900
committerIrvin <irvinfly@gmail.com>2022-03-04 01:03:17 +0800
commit9a110dee28ae2ef12ee014b98fda6bae6ee48edb (patch)
tree6525763f4313d7d8f42aefa699765f61ee1c63df /files/zh-cn/web/api/htmlimageelement
parenteeddb651b6e8deb8ecabc2bc5bc28c8ead25cca5 (diff)
downloadtranslated-content-9a110dee28ae2ef12ee014b98fda6bae6ee48edb.tar.gz
translated-content-9a110dee28ae2ef12ee014b98fda6bae6ee48edb.tar.bz2
translated-content-9a110dee28ae2ef12ee014b98fda6bae6ee48edb.zip
Migrate to Compat macro (zh-cn)
Diffstat (limited to 'files/zh-cn/web/api/htmlimageelement')
-rw-r--r--files/zh-cn/web/api/htmlimageelement/image/index.html52
-rw-r--r--files/zh-cn/web/api/htmlimageelement/referrerpolicy/index.html54
2 files changed, 2 insertions, 104 deletions
diff --git a/files/zh-cn/web/api/htmlimageelement/image/index.html b/files/zh-cn/web/api/htmlimageelement/image/index.html
index e4e73b99f9..4056872c3a 100644
--- a/files/zh-cn/web/api/htmlimageelement/image/index.html
+++ b/files/zh-cn/web/api/htmlimageelement/image/index.html
@@ -58,54 +58,4 @@ document.body.appendChild(myImage);</pre>
<h2 id="兼容性">兼容性</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>支持情况</td>
- <td>{{compatversionunknown}}</td>
- <td>{{compatversionunknown}}</td>
- <td>{{compatversionunknown}}</td>
- <td>{{compatversionunknown}}</td>
- <td>{{compatversionunknown}}</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>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- <th>Chrome for Android</th>
- </tr>
- <tr>
- <td>支持情况</td>
- <td>{{compatversionunknown}}</td>
- <td>{{compatversionunknown}}</td>
- <td>{{compatversionunknown}}</td>
- <td>{{compatversionunknown}}</td>
- <td>{{compatversionunknown}}</td>
- <td>{{compatversionunknown}}</td>
- <td>{{compatversionunknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
+{{Compat("api.HTMLImageElement.Image")}}
diff --git a/files/zh-cn/web/api/htmlimageelement/referrerpolicy/index.html b/files/zh-cn/web/api/htmlimageelement/referrerpolicy/index.html
index c670d136f3..8e34dfaa41 100644
--- a/files/zh-cn/web/api/htmlimageelement/referrerpolicy/index.html
+++ b/files/zh-cn/web/api/htmlimageelement/referrerpolicy/index.html
@@ -59,59 +59,7 @@ div.appendChild(img); // Fetch the image using the origin as the referrer
<h2 id="Browser_compatibility" name="Browser_compatibility">浏览器兼容性</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 (WebKit)</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatChrome("51")}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatGeckoDesktop("50.0")}} [1]</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatOpera("38")}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Android Webview</th>
- <th>Chrome for Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatChrome("51")}}</td>
- <td>{{CompatChrome("51")}}</td>
- <td>{{CompatGeckoMobile("50.0")}} [1]</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>[1] 从火狐45到50,这都是在network.http.enableperelementerfer首选项之后。从火狐42到44,这个属性被称为referer。</p>
+{{Compat("api.HTMLImageElement.referrerPolicy")}}
<h2 id="相关">相关</h2>