aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/attributes
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:53 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:53 +0100
commitfc56124ac4eda6b3f0349c8a16fa750f27b4c7d6 (patch)
tree7089f49c5dcc5428f29711439ab79ac387caf44f /files/zh-cn/web/html/attributes
parent310fd066e91f454b990372ffa30e803cc8120975 (diff)
downloadtranslated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.tar.gz
translated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.tar.bz2
translated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.zip
unslug zh-cn: modify
Diffstat (limited to 'files/zh-cn/web/html/attributes')
-rw-r--r--files/zh-cn/web/html/attributes/autocomplete/index.html3
-rw-r--r--files/zh-cn/web/html/attributes/crossorigin/index.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/files/zh-cn/web/html/attributes/autocomplete/index.html b/files/zh-cn/web/html/attributes/autocomplete/index.html
index af7452c6f7..e38b48cc4a 100644
--- a/files/zh-cn/web/html/attributes/autocomplete/index.html
+++ b/files/zh-cn/web/html/attributes/autocomplete/index.html
@@ -1,6 +1,6 @@
---
title: The HTML 自动完成属性
-slug: Web/HTML/Attributes/自动完成属性
+slug: Web/HTML/Attributes/autocomplete
tags:
- HTML
- 参考
@@ -12,6 +12,7 @@ tags:
- 自动完成
- 邮件地址
translation_of: Web/HTML/Attributes/autocomplete
+original_slug: Web/HTML/Attributes/自动完成属性
---
<div>{{HTMLSidebar("Global_attributes")}}</div>
diff --git a/files/zh-cn/web/html/attributes/crossorigin/index.html b/files/zh-cn/web/html/attributes/crossorigin/index.html
index 9beb44e652..3b1c57e78d 100644
--- a/files/zh-cn/web/html/attributes/crossorigin/index.html
+++ b/files/zh-cn/web/html/attributes/crossorigin/index.html
@@ -1,6 +1,6 @@
---
title: CORS settings attributes
-slug: Web/HTML/CORS_settings_attributes
+slug: Web/HTML/Attributes/crossorigin
tags:
- Advanced
- CORS
@@ -12,6 +12,7 @@ tags:
- img &video
- script &link
translation_of: Web/HTML/Attributes/crossorigin
+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>