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