From 45d31412dc64fb7b71bdd56bb47f563ab1d75877 Mon Sep 17 00:00:00 2001 From: gnehc Date: Sun, 4 Jul 2021 20:05:28 +0100 Subject: Update Web/HTML/Attributes/crossorigin, zh-CN (#1389) One more sentence in this article needs to be translated into zh-ch. --- files/zh-cn/web/html/attributes/crossorigin/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') 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 ---

在HTML5中,一些 HTML 元素提供了对 CORS 的支持, 例如 {{ HTMLElement("audio") }}、{{ HTMLElement("img") }}、{{ HTMLElement("link") }}、{{ HTMLElement("script") }} 和 {{ HTMLElement("video") }} 均有一个跨域属性 (crossOrigin property),它允许你配置元素获取数据的 CORS 请求。 

-

The crossorigin content attribute on media elements is a CORS settings attribute.

+

在媒体元素上被使用的 crossorigin 内容属性是一个 CORS 设置属性。

这些属性是枚举的,并具有以下可能的值:

-- cgit v1.2.3-54-g00ecf