diff options
Diffstat (limited to 'files/zh-cn/web/api/htmlimageelement/referrerpolicy/index.html')
-rw-r--r-- | files/zh-cn/web/api/htmlimageelement/referrerpolicy/index.html | 54 |
1 files changed, 1 insertions, 53 deletions
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> |