From a51494e83123c86ca952fcf853210977978d1ded Mon Sep 17 00:00:00 2001 From: Johannes Wilm Date: Tue, 26 Jan 2016 02:32:07 +0100 Subject: [PATCH] Revert "Remove ContentEditableTrue" --- contentEditableTrue.html | 80 ++++++++++++++++++++++++++++++++++++++++ index.html | 1 + 2 files changed, 81 insertions(+) create mode 100644 contentEditableTrue.html diff --git a/contentEditableTrue.html b/contentEditableTrue.html new file mode 100644 index 0000000..457676b --- /dev/null +++ b/contentEditableTrue.html @@ -0,0 +1,80 @@ + + + + + ContentEditableTrue + + + + +
+

This spec is incomplete and it is not expected that it + will advance beyond draft status. Authors should not use most of these + features directly, but instead use JavaScript editing libraries. The features + described in this document are not implemented consistently or fully by user + agents, and it is not expected that this will change in the foreseeable future. + There is currently no alternative to some execCommand actions related to + clipboard content and contentEditable=true is often used to draw the caret + and move the caret in the block direction as well as a few minor subpoints. + This spec is to mean to help implementations in standardizing these + existing features. + It is predicted that in the future both specs will be replaced + by Content Editable Events + and Input Events.

+
+ +
+

+ This specification defines the expected behaviors for for elements with the contenteditable attribute set to true or plaintext-only. + This specification builds on HTML5. +

+
+
+

+

+
+
+

Problem and Use Cases

+ The problems solved by and use cases for this document by this document are tracked in the Editing Explainer document. +
+
+

contenteditable="true"

+

This section is not normative.

+

ContentEditable elements provide a caret that can be moved with the caret, and allow for the direction insertion of text at the position of the caret via the keyboard.

+

ContentEditable elements can function as editing hosts for commands executed with execCommand. +

+
+

Acknowledgements

+
+ + diff --git a/index.html b/index.html index d78d5a9..971ee68 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,7 @@

Specifications