aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/guide
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/guide
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/guide')
-rw-r--r--files/zh-cn/web/guide/html/editable_content/index.html3
-rw-r--r--files/zh-cn/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.html3
-rw-r--r--files/zh-cn/web/guide/html/using_html_sections_and_outlines/index.html3
-rw-r--r--files/zh-cn/web/guide/introduction_to_web_development/index.html3
-rw-r--r--files/zh-cn/web/guide/woff/index.html3
5 files changed, 10 insertions, 5 deletions
diff --git a/files/zh-cn/web/guide/html/editable_content/index.html b/files/zh-cn/web/guide/html/editable_content/index.html
index 00f44d6fd7..2fd8f49668 100644
--- a/files/zh-cn/web/guide/html/editable_content/index.html
+++ b/files/zh-cn/web/guide/html/editable_content/index.html
@@ -1,7 +1,8 @@
---
title: Content Editable
-slug: Web/Guide/HTML/Content_Editable
+slug: Web/Guide/HTML/Editable_content
translation_of: Web/Guide/HTML/Editable_content
+original_slug: Web/Guide/HTML/Content_Editable
---
<p><span class="seoSummary">在HTML中,任何元素都可以被编辑。通过使用一些JavaScript事件处理程序,您可以将您的网页转换为完整且快速的富文本编辑器。本文提供了有关此功能的一些信息。 </span></p>
diff --git a/files/zh-cn/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.html b/files/zh-cn/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.html
index f237e94b61..68aedbd50c 100644
--- a/files/zh-cn/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.html
+++ b/files/zh-cn/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.html
@@ -1,10 +1,11 @@
---
title: Mozilla中的富文本编辑器
-slug: Web/Guide/HTML/Content_Editable/Rich-Text_Editing_in_Mozilla
+slug: Web/Guide/HTML/Editable_content/Rich-Text_Editing_in_Mozilla
tags:
- 富文本
- 指南
translation_of: Web/Guide/HTML/Editable_content/Rich-Text_Editing_in_Mozilla
+original_slug: Web/Guide/HTML/Content_Editable/Rich-Text_Editing_in_Mozilla
---
<p>Mozilla 1.3 实现了微软 IE 浏览器的 designMode 特性。Mozilla 1.3 的富文本编辑器支持的 designMode 特性能将 HTML 文档转换为富文本编辑器。从 Firefox 3 开始,Mozilla 也支持 IE 的 contentEditable 属性,该属性允许将任意元素设置为可编辑或不可编辑的(后者可阻止在可编辑环境中,对固定元素的改变)。</p>
diff --git a/files/zh-cn/web/guide/html/using_html_sections_and_outlines/index.html b/files/zh-cn/web/guide/html/using_html_sections_and_outlines/index.html
index 2eeb6fe100..334412d09f 100644
--- a/files/zh-cn/web/guide/html/using_html_sections_and_outlines/index.html
+++ b/files/zh-cn/web/guide/html/using_html_sections_and_outlines/index.html
@@ -1,6 +1,6 @@
---
title: 使用 HTML 章节与大纲
-slug: Web/Guide/HTML/Sections_and_Outlines_of_an_HTML5_document
+slug: Web/Guide/HTML/Using_HTML_sections_and_outlines
tags:
- HTML
- HTML5
@@ -8,6 +8,7 @@ tags:
- 文档结构
- 高阶
translation_of: Web/Guide/HTML/Using_HTML_sections_and_outlines
+original_slug: Web/Guide/HTML/Sections_and_Outlines_of_an_HTML5_document
---
<div class="warning">
<p>(下方英文原文警告的过时已翻译版本)<strong>注意:</strong>下面描述的HTML 5 大纲算法在用户代理中还没有实现,因此,使用标题语义的用户暴露在HTML4的文档结构下。HTML5对问题的描述还仅仅是理论上的。</p>
diff --git a/files/zh-cn/web/guide/introduction_to_web_development/index.html b/files/zh-cn/web/guide/introduction_to_web_development/index.html
index 9178cb39f5..13a6b590b2 100644
--- a/files/zh-cn/web/guide/introduction_to_web_development/index.html
+++ b/files/zh-cn/web/guide/introduction_to_web_development/index.html
@@ -1,7 +1,8 @@
---
title: Web开发介绍
-slug: Web_Development/Introduction_to_Web_development
+slug: Web/Guide/Introduction_to_Web_development
translation_of: Web/Guide/Introduction_to_Web_development
+original_slug: Web_Development/Introduction_to_Web_development
---
<p>不论你是刚开始Web开发,还是想学习Web开发,这些链接都能帮助你。至少,立刻我们就能在这儿看到很多链接。</p>
<div class="note">
diff --git a/files/zh-cn/web/guide/woff/index.html b/files/zh-cn/web/guide/woff/index.html
index a91795c672..780ee248b8 100644
--- a/files/zh-cn/web/guide/woff/index.html
+++ b/files/zh-cn/web/guide/woff/index.html
@@ -1,10 +1,11 @@
---
title: 网页开放字体格式(WOFF)
-slug: WOFF
+slug: Web/Guide/WOFF
tags:
- WOFF
- 字体
translation_of: Web/Guide/WOFF
+original_slug: WOFF
---
<p><strong>WOFF</strong>(网页开放字体格式) 是由 Mozilla 与 Type Supply, LettError 及其他组织协同开发的一种新的网页字体格式。它使用了一种压缩版本,类似于 TrueType, OpenType, Open Font 所采用的 SFNT 结构,不过还添加了共用数据及用户私有数据结构,其中包括了自定义空间,其允许厂家和经销商提供许可证。</p>