diff options
author | gnehc <iwucheng@outlook.com> | 2021-07-04 20:05:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-05 03:05:28 +0800 |
commit | 45d31412dc64fb7b71bdd56bb47f563ab1d75877 (patch) | |
tree | df808ba02a6a5b08615b96c4ce834fb507cb9e37 /files | |
parent | d853a8e73b4909d6799af8b12f84947738ddf8d4 (diff) | |
download | translated-content-45d31412dc64fb7b71bdd56bb47f563ab1d75877.tar.gz translated-content-45d31412dc64fb7b71bdd56bb47f563ab1d75877.tar.bz2 translated-content-45d31412dc64fb7b71bdd56bb47f563ab1d75877.zip |
Update Web/HTML/Attributes/crossorigin, zh-CN (#1389)
One more sentence in this article needs to be translated into zh-ch.
Diffstat (limited to 'files')
-rw-r--r-- | files/zh-cn/web/html/attributes/crossorigin/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/attributes/crossorigin/index.html b/files/zh-cn/web/html/attributes/crossorigin/index.html index 3b1c57e78d..333536126b 100644 --- a/files/zh-cn/web/html/attributes/crossorigin/index.html +++ b/files/zh-cn/web/html/attributes/crossorigin/index.html @@ -16,7 +16,7 @@ original_slug: Web/HTML/CORS_settings_attributes --- <p><span class="seoSummary">在HTML5中,一些 HTML 元素提供了对 <a href="/en-US/docs/HTTP/Access_control_CORS">CORS</a> 的支持, 例如</span> {{ HTMLElement("audio") }}、{{ HTMLElement("img") }}、{{ HTMLElement("link") }}、{{ HTMLElement("script") }} 和 {{ HTMLElement("video") }} <span class="seoSummary">均有一个跨域属性 (<code>crossOrigin</code> property),它允许你配置元素获取数据的 CORS 请求。</span> </p> -<p>The <code>crossorigin</code> content attribute on media elements is a CORS settings attribute.</p> +<p>在媒体元素上被使用的 <code>crossorigin</code> 内容属性是一个 CORS 设置属性。</p> <p>这些属性是枚举的,并具有以下可能的值:</p> |