From 1269ba9bb27f208d13ec792d8dbe3c3f5476b6b2 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Wed, 26 Jan 2022 15:37:51 +0800 Subject: Correct copywriting for files/zh-cn/web/html/* except element. Ref: #3490 #3834 --- files/zh-cn/web/html/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/zh-cn/web/html/index.html') diff --git a/files/zh-cn/web/html/index.html b/files/zh-cn/web/html/index.html index 25dc6121c1..69c50a6775 100644 --- a/files/zh-cn/web/html/index.html +++ b/files/zh-cn/web/html/index.html @@ -4,8 +4,8 @@ slug: Web/HTML tags: - HTML - HTML5 - - HTML教程 - - HTML课程 + - HTML 教程 + - HTML 课程 - Web - 主页 - 参考 @@ -63,7 +63,7 @@ translation_of: Web/HTML
CORS 处理跨域图片
通过搭配 {{htmlattrxref("crossorigin", "img")}} 属性和适当的 {{glossary("CORS")}} 标头,在 {{HTMLElement("img")}} 元素中定义的图片可以从外部来源加载并在 {{HTMLElement("canvas")}} 元素中使用,就像是从本地源加载一样。
CORS 设置属性
-
一些提供了对 CORS 的支持的 HTML 元素,比如 {{HTMLElement("img")}} 或 {{HTMLElement("video")}} ,具有 crossorigin 元素属性/attribute (crossOrigin 对象属性/property),该属性能使你配置其跨域获取资源的请求。
+
一些提供了对 CORS 的支持的 HTML 元素,比如 {{HTMLElement("img")}} 或 {{HTMLElement("video")}} ,具有 crossorigin 元素属性/attribute(crossOrigin 对象属性/property),该属性能使你配置其跨域获取资源的请求。
HTML 中的焦点管理
DOM 属性 activeElement 以及 DOM 方法 hasFocus() 可以帮助你跟踪并控制用户在网页中与各种元素的交互行为。
使用 rel="preload" 预加载页面内容
-- cgit v1.2.3-54-g00ecf