From af4b7f04ee0ac130cb87380548a7f8536c80835d Mon Sep 17 00:00:00 2001 From: Ryosuke Niwa Date: Fri, 8 Jan 2016 16:15:59 -0800 Subject: [PATCH] Remove ContentEditableTrue since it doesn't have any content per 1/7 F2F meeting --- contentEditableTrue.html | 80 ---------------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 contentEditableTrue.html diff --git a/contentEditableTrue.html b/contentEditableTrue.html deleted file mode 100644 index 457676b..0000000 --- a/contentEditableTrue.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - 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

-
- -