From e3e12548adeb7e1dcfc4d5b32884a225ee2b499d Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 10 Dec 2020 15:07:40 -0500 Subject: adding translation_of_original to front-matter --- files/zh-cn/web/guide/api/dom/index.html | 1 + files/zh-cn/web/guide/api/dom/storage/index.html | 1 + files/zh-cn/web/guide/css/getting_started/boxes/index.html | 1 + .../web/guide/css/getting_started/cascading_and_inheritance/index.html | 1 + files/zh-cn/web/guide/css/getting_started/color/index.html | 1 + files/zh-cn/web/guide/css/getting_started/how_css_works/index.html | 1 + files/zh-cn/web/guide/css/getting_started/index.html | 1 + files/zh-cn/web/guide/css/getting_started/javascript/index.html | 1 + files/zh-cn/web/guide/css/getting_started/layout/index.html | 1 + files/zh-cn/web/guide/css/getting_started/lists/index.html | 1 + files/zh-cn/web/guide/css/getting_started/readable_css/index.html | 1 + files/zh-cn/web/guide/css/getting_started/selectors/index.html | 1 + files/zh-cn/web/guide/css/getting_started/tables/index.html | 1 + files/zh-cn/web/guide/css/getting_started/text_styles/index.html | 1 + files/zh-cn/web/guide/css/getting_started/what_is_css/index.html | 1 + files/zh-cn/web/guide/css/getting_started/why_use_css/index.html | 1 + files/zh-cn/web/guide/css/scaling_background_images/index.html | 1 + files/zh-cn/web/guide/html/email_links/index.html | 1 + files/zh-cn/web/guide/html/html5/html5_element_list/index.html | 1 + .../zh-cn/web/guide/html/html5/html5_thematic_classification/index.html | 1 + files/zh-cn/web/guide/html/using_html5_audio_and_video/index.html | 1 + 21 files changed, 21 insertions(+) (limited to 'files/zh-cn/web/guide') diff --git a/files/zh-cn/web/guide/api/dom/index.html b/files/zh-cn/web/guide/api/dom/index.html index 934a091ddb..e09b7ab597 100644 --- a/files/zh-cn/web/guide/api/dom/index.html +++ b/files/zh-cn/web/guide/api/dom/index.html @@ -8,6 +8,7 @@ tags: - NeedsTranslation - TopicStub translation_of: Web/API/Document_Object_Model +translation_of_original: Web/Guide/API/DOM ---

{{draft}}

diff --git a/files/zh-cn/web/guide/api/dom/storage/index.html b/files/zh-cn/web/guide/api/dom/storage/index.html index b74a5ba6f0..194b71a94a 100644 --- a/files/zh-cn/web/guide/api/dom/storage/index.html +++ b/files/zh-cn/web/guide/api/dom/storage/index.html @@ -2,6 +2,7 @@ title: Storage slug: Web/Guide/API/DOM/Storage translation_of: Web/API/Web_Storage_API +translation_of_original: Web/Guide/API/DOM/Storage ---

概述

diff --git a/files/zh-cn/web/guide/css/getting_started/boxes/index.html b/files/zh-cn/web/guide/css/getting_started/boxes/index.html index 05d0dffafc..0bfb7e2ed5 100644 --- a/files/zh-cn/web/guide/css/getting_started/boxes/index.html +++ b/files/zh-cn/web/guide/css/getting_started/boxes/index.html @@ -2,6 +2,7 @@ title: 盒模型 slug: Web/Guide/CSS/Getting_started/Boxes translation_of: Learn/CSS/Building_blocks +translation_of_original: Web/Guide/CSS/Getting_started/Boxes ---

{{ CSSTutorialTOC() }}

diff --git a/files/zh-cn/web/guide/css/getting_started/cascading_and_inheritance/index.html b/files/zh-cn/web/guide/css/getting_started/cascading_and_inheritance/index.html index 8bc02fb698..e5a3bae8a0 100644 --- a/files/zh-cn/web/guide/css/getting_started/cascading_and_inheritance/index.html +++ b/files/zh-cn/web/guide/css/getting_started/cascading_and_inheritance/index.html @@ -2,6 +2,7 @@ title: 层叠和继承 slug: Web/Guide/CSS/Getting_started/Cascading_and_inheritance translation_of: Learn/CSS/Building_blocks/Cascade_and_inheritance +translation_of_original: Web/Guide/CSS/Getting_started/Cascading_and_inheritance ---

{{ CSSTutorialTOC() }}

diff --git a/files/zh-cn/web/guide/css/getting_started/color/index.html b/files/zh-cn/web/guide/css/getting_started/color/index.html index bab181afd1..a9348bd9bd 100644 --- a/files/zh-cn/web/guide/css/getting_started/color/index.html +++ b/files/zh-cn/web/guide/css/getting_started/color/index.html @@ -2,6 +2,7 @@ title: Color slug: Web/Guide/CSS/Getting_started/Color translation_of: Learn/CSS/Introduction_to_CSS/Values_and_units#Colors +translation_of_original: Web/Guide/CSS/Getting_started/Color ---

{{ CSSTutorialTOC() }}

diff --git a/files/zh-cn/web/guide/css/getting_started/how_css_works/index.html b/files/zh-cn/web/guide/css/getting_started/how_css_works/index.html index b43fc34302..fce3091715 100644 --- a/files/zh-cn/web/guide/css/getting_started/how_css_works/index.html +++ b/files/zh-cn/web/guide/css/getting_started/how_css_works/index.html @@ -2,6 +2,7 @@ title: CSS如何工作 slug: Web/Guide/CSS/Getting_started/How_CSS_works translation_of: Learn/CSS/First_steps/How_CSS_works +translation_of_original: Web/Guide/CSS/Getting_started/How_CSS_works ---

{{ CSSTutorialTOC() }}

diff --git a/files/zh-cn/web/guide/css/getting_started/index.html b/files/zh-cn/web/guide/css/getting_started/index.html index 9e9aefd3d9..585243aa2a 100644 --- a/files/zh-cn/web/guide/css/getting_started/index.html +++ b/files/zh-cn/web/guide/css/getting_started/index.html @@ -10,6 +10,7 @@ tags: - 初学者 - 教程 translation_of: Learn/CSS/First_steps +translation_of_original: Web/Guide/CSS/Getting_started ---

 

diff --git a/files/zh-cn/web/guide/css/getting_started/javascript/index.html b/files/zh-cn/web/guide/css/getting_started/javascript/index.html index c5ccd6e901..1f53ff70ba 100644 --- a/files/zh-cn/web/guide/css/getting_started/javascript/index.html +++ b/files/zh-cn/web/guide/css/getting_started/javascript/index.html @@ -2,6 +2,7 @@ title: JavaScript 与 CSS slug: Web/Guide/CSS/Getting_started/JavaScript translation_of: Learn/JavaScript/Client-side_web_APIs/Manipulating_documents +translation_of_original: Web/Guide/CSS/Getting_started/JavaScript ---

{{ CSSTutorialTOC() }}

diff --git a/files/zh-cn/web/guide/css/getting_started/layout/index.html b/files/zh-cn/web/guide/css/getting_started/layout/index.html index cd58ff4d63..ecd91f80e1 100644 --- a/files/zh-cn/web/guide/css/getting_started/layout/index.html +++ b/files/zh-cn/web/guide/css/getting_started/layout/index.html @@ -2,6 +2,7 @@ title: 布局 slug: Web/Guide/CSS/Getting_started/Layout translation_of: Learn/CSS/CSS_layout +translation_of_original: Web/Guide/CSS/Getting_started/Layout ---

{{ CSSTutorialTOC() }}

diff --git a/files/zh-cn/web/guide/css/getting_started/lists/index.html b/files/zh-cn/web/guide/css/getting_started/lists/index.html index 94cb7f3c1a..8a85655517 100644 --- a/files/zh-cn/web/guide/css/getting_started/lists/index.html +++ b/files/zh-cn/web/guide/css/getting_started/lists/index.html @@ -2,6 +2,7 @@ title: Lists slug: Web/Guide/CSS/Getting_started/Lists translation_of: Learn/CSS/Styling_text/Styling_lists +translation_of_original: Web/Guide/CSS/Getting_started/Lists ---

{{ CSSTutorialTOC() }}

diff --git a/files/zh-cn/web/guide/css/getting_started/readable_css/index.html b/files/zh-cn/web/guide/css/getting_started/readable_css/index.html index a3ef5d29ec..17553c5013 100644 --- a/files/zh-cn/web/guide/css/getting_started/readable_css/index.html +++ b/files/zh-cn/web/guide/css/getting_started/readable_css/index.html @@ -2,6 +2,7 @@ title: 创建可读性良好的CSS slug: Web/Guide/CSS/Getting_started/Readable_CSS translation_of: Learn/CSS/Introduction_to_CSS/Syntax#Beyond_syntax_make_CSS_readable +translation_of_original: Web/Guide/CSS/Getting_started/Readable_CSS ---

{{ CSSTutorialTOC() }}

diff --git a/files/zh-cn/web/guide/css/getting_started/selectors/index.html b/files/zh-cn/web/guide/css/getting_started/selectors/index.html index 51f8693438..69f0700b19 100644 --- a/files/zh-cn/web/guide/css/getting_started/selectors/index.html +++ b/files/zh-cn/web/guide/css/getting_started/selectors/index.html @@ -2,6 +2,7 @@ title: 选择器 slug: Web/Guide/CSS/Getting_started/Selectors translation_of: Learn/CSS/Building_blocks/Selectors +translation_of_original: Web/Guide/CSS/Getting_started/Selectors ---

{{ CSSTutorialTOC() }}

diff --git a/files/zh-cn/web/guide/css/getting_started/tables/index.html b/files/zh-cn/web/guide/css/getting_started/tables/index.html index 7a7e442207..b6b4859e99 100644 --- a/files/zh-cn/web/guide/css/getting_started/tables/index.html +++ b/files/zh-cn/web/guide/css/getting_started/tables/index.html @@ -2,6 +2,7 @@ title: 表格 slug: Web/Guide/CSS/Getting_started/Tables translation_of: Learn/CSS/Building_blocks/Styling_tables +translation_of_original: Web/Guide/CSS/Getting_started/Tables ---

{{CSSTutorialTOC}}{{previousPage("/zh-CN/docs/Web/Guide/CSS/Getting_Started/Layout", "布局")}}

diff --git a/files/zh-cn/web/guide/css/getting_started/text_styles/index.html b/files/zh-cn/web/guide/css/getting_started/text_styles/index.html index 2f8f9f7629..f7d1d38b23 100644 --- a/files/zh-cn/web/guide/css/getting_started/text_styles/index.html +++ b/files/zh-cn/web/guide/css/getting_started/text_styles/index.html @@ -2,6 +2,7 @@ title: 文本样式 slug: Web/Guide/CSS/Getting_started/Text_styles translation_of: Learn/CSS/Styling_text/Fundamentals +translation_of_original: Web/Guide/CSS/Getting_started/Text_styles ---

{{ CSSTutorialTOC() }}

diff --git a/files/zh-cn/web/guide/css/getting_started/what_is_css/index.html b/files/zh-cn/web/guide/css/getting_started/what_is_css/index.html index 0f015ab172..7fcb01c0b0 100644 --- a/files/zh-cn/web/guide/css/getting_started/what_is_css/index.html +++ b/files/zh-cn/web/guide/css/getting_started/what_is_css/index.html @@ -2,6 +2,7 @@ title: What is CSS slug: Web/Guide/CSS/Getting_started/What_is_CSS translation_of: Learn/CSS/First_steps/How_CSS_works +translation_of_original: Web/Guide/CSS/Getting_started/What_is_CSS ---
{{CSSTutorialTOC}}
diff --git a/files/zh-cn/web/guide/css/getting_started/why_use_css/index.html b/files/zh-cn/web/guide/css/getting_started/why_use_css/index.html index f312b080a3..ca5092f2af 100644 --- a/files/zh-cn/web/guide/css/getting_started/why_use_css/index.html +++ b/files/zh-cn/web/guide/css/getting_started/why_use_css/index.html @@ -6,6 +6,7 @@ tags: - 'CSS:入门' - NeedsLiveSample translation_of: Learn/CSS/First_steps/How_CSS_works +translation_of_original: Web/Guide/CSS/Getting_started/Why_use_CSS ---

{{ CSSTutorialTOC() }}

diff --git a/files/zh-cn/web/guide/css/scaling_background_images/index.html b/files/zh-cn/web/guide/css/scaling_background_images/index.html index 8fa031d0b8..611a58af85 100644 --- a/files/zh-cn/web/guide/css/scaling_background_images/index.html +++ b/files/zh-cn/web/guide/css/scaling_background_images/index.html @@ -10,6 +10,7 @@ tags: - Web - 背景图片 translation_of: Web/CSS/CSS_Backgrounds_and_Borders/Resizing_background_images +translation_of_original: Web/CSS/CSS_Background_and_Borders/Scaling_background_images ---
{{cssref}}
diff --git a/files/zh-cn/web/guide/html/email_links/index.html b/files/zh-cn/web/guide/html/email_links/index.html index 3a020fcbee..fd51ef502f 100644 --- a/files/zh-cn/web/guide/html/email_links/index.html +++ b/files/zh-cn/web/guide/html/email_links/index.html @@ -8,6 +8,7 @@ tags: - email link - mailto translation_of: Learn/HTML/Introduction_to_HTML/Creating_hyperlinks#E-mail_links +translation_of_original: Web/Guide/HTML/Email_links ---

这往往是有益的Web站点能够创建链接或按钮,点击后,打开一个新的出站电子邮件。例如,这可能会创造一个“联系我们”按钮时使用。这是使用完成{{HTMLElement("a")}} 元素和mailto URL方案。.

diff --git a/files/zh-cn/web/guide/html/html5/html5_element_list/index.html b/files/zh-cn/web/guide/html/html5/html5_element_list/index.html index b1b28a4fea..9a45c3ba52 100644 --- a/files/zh-cn/web/guide/html/html5/html5_element_list/index.html +++ b/files/zh-cn/web/guide/html/html5/html5_element_list/index.html @@ -8,6 +8,7 @@ tags: - 初学者 - 指南 translation_of: Web/HTML/Element +translation_of_original: Web/Guide/HTML/HTML5/HTML5_element_list ---

这里列出了所有标准化的 HTML5 元素,使用起始标签描述,按照功能分组。与列出所有标准化的、非标准化的、有效的、废弃的标签的 HTML 元素索引 不同的是,该页只列出有效的 HTML5 元素。新网站应当只使用这里列出的元素。

diff --git a/files/zh-cn/web/guide/html/html5/html5_thematic_classification/index.html b/files/zh-cn/web/guide/html/html5/html5_thematic_classification/index.html index 738663ba9d..3759db3097 100644 --- a/files/zh-cn/web/guide/html/html5/html5_thematic_classification/index.html +++ b/files/zh-cn/web/guide/html/html5/html5_thematic_classification/index.html @@ -2,6 +2,7 @@ title: HTML5 & friends thematic classification slug: Web/Guide/HTML/HTML5/HTML5_Thematic_Classification translation_of: Web/Guide/HTML/HTML5 +translation_of_original: Web/Guide/HTML/HTML5/HTML5_Thematic_Classification ---

这个页面提供了有关HTML5的主题链接,有些链接一般与HTML5关联但实际上并不是HTML标准,为了方便这些内容也被整理到这里。

HTML

diff --git a/files/zh-cn/web/guide/html/using_html5_audio_and_video/index.html b/files/zh-cn/web/guide/html/using_html5_audio_and_video/index.html index bd573234bd..f1ebacd184 100644 --- a/files/zh-cn/web/guide/html/using_html5_audio_and_video/index.html +++ b/files/zh-cn/web/guide/html/using_html5_audio_and_video/index.html @@ -16,6 +16,7 @@ tags: - 视频 - 音频 translation_of: Learn/HTML/Multimedia_and_embedding/Video_and_audio_content +translation_of_original: Web/Guide/HTML/Using_HTML5_audio_and_video ---

HTML5 通过HTML标签“audio”和“video”来支持嵌入式的媒体,使开发者能够方便地将媒体嵌入到HTML文档中。

-- cgit v1.2.3-54-g00ecf