Re: [w3c/editing] updating spec draft (#265)

@saschanaz commented on this pull request.



>          <h2>Extensions to the <dfn>ElementContentEditable</dfn> mixin</h2>
         <pre class="idl">
-           partial interface ElementContentEditable {
-             [SameObject, PutForwards=value] readonly attribute DOMCommandTokenList contentEditableDisabled;
-           };
+            [Exposed=Window]
+            interface ElementContentEditable {

Wouldn't `partial interface mixin` be enough here? 

-- 
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/265#discussion_r476029737

Received on Tuesday, 25 August 2020 01:15:07 UTC