Re: [w3c/editing] Update to a spec draft document (#251)

@BoCupp-Microsoft commented on this pull request.



> +            </ul>
+        </p>
+        <p class="note">
+            Note that this specification does not have a shortcut to disable all editing UI.  Authors should consider using a <code>textarea</code> or <code>contenteditable="plaintext-only"</code> for this purpose.
+        </p>
+    </section>
+    <section id="element-contenteditable-mixin">
+        <h2>Extensions to the <dfn>ElementContentEditable</dfn> mixin</h2>
+        <pre class="idl">
+            [Exposed=Window]
+            interface ElementContentEditable {
+                [SameObject, PutForwards=value] readonly attribute DOMTokenList contentEditableDisabled;
+            };
+        </pre>
+        <p>
+            The <code>contentEditableDisabled</code> WebIDL property reflects the contenteditable-disabled DOM content attribute.

There are some things in this spec that should be definitions and others that should be linking to those definitions.  Need to determine how to make that happen in ReSpec.  For example, contenteditable-disabled DOM content attribute should probably be linking back to the definition for that phrase.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/pull/251#pullrequestreview-407892313

Received on Thursday, 7 May 2020 22:58:28 UTC