- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 07 May 2020 22:57:11 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 8 May 2020 05:57:24 UTC
@marcoscaceres 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. When `xref` option is enabled, DOMTokenList will link correctly :) -- 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#discussion_r421954222
Received on Friday, 8 May 2020 05:57:24 UTC