- From: Grisha Lyukshin <notifications@github.com>
- Date: Tue, 25 Aug 2020 16:01:15 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 25 August 2020 23:01:27 UTC
@gked 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 { @marcoscaceres if we move this into HTML spec then I guess, all of it can just live there. contenteditabledisabled could just be another attribute on conenteditable and we won't need another spec. @annevk as FYI Per previous discussion, I created an issue on HTML spec asking for feedback on this: https://github.com/whatwg/html/issues/5863 -- 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_r476826477
Received on Tuesday, 25 August 2020 23:01:27 UTC