- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Mon, 24 Aug 2020 18:14:55 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 25 August 2020 01:15:07 UTC
@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