diff options
author | Map1en_ <maplenagisa@gmail.com> | 2021-07-06 09:40:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 09:40:15 +0800 |
commit | 67837bd7521591241f22f9b3bc3e29d3941bc5fc (patch) | |
tree | 274b1f872dbb38e985a06e0bd19767cb28c71da1 /files | |
parent | 0f7eb415e26e7d145d16237151454db3cc29e219 (diff) | |
download | translated-content-67837bd7521591241f22f9b3bc3e29d3941bc5fc.tar.gz translated-content-67837bd7521591241f22f9b3bc3e29d3941bc5fc.tar.bz2 translated-content-67837bd7521591241f22f9b3bc3e29d3941bc5fc.zip |
Fix Web/HTML/Element/img, zh-CN (#1394)
fix(img): link of crossorigin attributes(zh-cn)
Diffstat (limited to 'files')
-rw-r--r-- | files/zh-cn/web/html/element/img/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/element/img/index.html b/files/zh-cn/web/html/element/img/index.html index fef8ea66e5..66069f464a 100644 --- a/files/zh-cn/web/html/element/img/index.html +++ b/files/zh-cn/web/html/element/img/index.html @@ -86,7 +86,7 @@ translation_of: Web/HTML/Element/img <dt><code>use-credentials</code></dt> <dd>一个有证书的跨域请求(比如,有 <code>Origin</code> HTTP header)被发送 (比如,cookie, 一份证书,或者 HTTP 基本验证信息)。如果服务器没有给源站发送证书(通过 <code>Access-Control-Allow-Credentials</code> HTTP header),图像将会被污染,且它的使用会受限制。</dd> </dl> - 当用户并未显式使用本属性时,默认不使用 CORS 发起请求(例如,不会向服务器发送<code>原有的</code>HTTP 头部信息),可防止其在 {{HTMLElement('canvas')}} 中的使用。如果无效,默认当做 <code>anonymous</code> 关键字生效。更多信息,请查看 <a href="mailto:hamoda.alhayek@msn.com">CORS 属性设置</a> 。</dd> + 当用户并未显式使用本属性时,默认不使用 CORS 发起请求(例如,不会向服务器发送<code>原有的</code>HTTP 头部信息),可防止其在 {{HTMLElement('canvas')}} 中的使用。如果无效,默认当做 <code>anonymous</code> 关键字生效。更多信息,请查看 <a href="/zh-CN/docs/Web/HTML/Attributes/crossorigin">CORS 属性设置</a> 。</dd> <dt>{{htmlattrdef("decoding")}}</dt> <dd> <p>为浏览器提供图像解码方式上的提示。允许的值:</p> |