aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/guide/html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/guide/html')
-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
3 files changed, 6 insertions, 3 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>