aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/index.html
diff options
context:
space:
mode:
authorJason Lee <huacnlee@gmail.com>2022-01-26 15:37:51 +0800
committerIrvin <irvinfly@gmail.com>2022-02-16 00:05:53 +0800
commit1269ba9bb27f208d13ec792d8dbe3c3f5476b6b2 (patch)
treebf0f6a3ea3f846841bdb8e9b6b0428edeb453e6f /files/zh-cn/web/html/index.html
parent48775b07d0867f298e78553cde9b5fbafc03549f (diff)
downloadtranslated-content-1269ba9bb27f208d13ec792d8dbe3c3f5476b6b2.tar.gz
translated-content-1269ba9bb27f208d13ec792d8dbe3c3f5476b6b2.tar.bz2
translated-content-1269ba9bb27f208d13ec792d8dbe3c3f5476b6b2.zip
Correct copywriting for files/zh-cn/web/html/* except element.
Ref: #3490 #3834
Diffstat (limited to 'files/zh-cn/web/html/index.html')
-rw-r--r--files/zh-cn/web/html/index.html6
1 files changed, 3 insertions, 3 deletions
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
<dt class="landingPageList"><a href="/zh-CN/docs/Web/HTML/CORS_enabled_image">CORS 处理跨域图片</a></dt>
<dd class="landingPageList">通过搭配 {{htmlattrxref("crossorigin", "img")}} 属性和适当的 {{glossary("CORS")}} 标头,在 {{HTMLElement("img")}} 元素中定义的图片可以从外部来源加载并在 {{HTMLElement("canvas")}} 元素中使用,就像是从本地源加载一样。</dd>
<dt class="landingPageList"><a href="/zh-CN/docs/Web/HTML/CORS_settings_attributes">CORS 设置属性</a></dt>
- <dd class="landingPageList">一些提供了对 <a href="/zh-CN/docs/Web/HTTP/Access_control_CORS">CORS</a> 的支持的 HTML 元素,比如 {{HTMLElement("img")}} 或 {{HTMLElement("video")}} ,具有 <code>crossorigin</code> 元素属性/attribute (<code>crossOrigin</code> 对象属性/property),该属性能使你配置其跨域获取资源的请求。</dd>
+ <dd class="landingPageList">一些提供了对 <a href="/zh-CN/docs/Web/HTTP/Access_control_CORS">CORS</a> 的支持的 HTML 元素,比如 {{HTMLElement("img")}} 或 {{HTMLElement("video")}} ,具有 <code>crossorigin</code> 元素属性/attribute(<code>crossOrigin</code> 对象属性/property),该属性能使你配置其跨域获取资源的请求。</dd>
<dt class="landingPageList"><a href="/zh-CN/docs/Web/HTML/Focus_management_in_HTML">HTML 中的焦点管理</a></dt>
<dd class="landingPageList">DOM 属性 <code><a href="/zh-CN/docs/Web/API/Document/activeElement">activeElement</a></code> 以及 DOM 方法 <code><a href="/zh-CN/docs/Web/API/Document/hasFocus">hasFocus()</a></code> 可以帮助你跟踪并控制用户在网页中与各种元素的交互行为。</dd>
<dt class="landingPageList"><a href="/zh-CN/docs/Web/HTML/Preloading_content">使用 rel="preload" 预加载页面内容</a></dt>