- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 24 Aug 2020 18:11:19 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 25 August 2020 01:11:31 UTC
@marcoscaceres requested changes 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 {
Ok, this can't go here unfortunately, because it would break HTML.
https://html.spec.whatwg.org/#contenteditable
This needs to be a PR on HTML itself as part of the `ElementContentEditable` mixin defined there.
The values probably need to go into HTML also, but they can point back to our spec, which would defined the expected behavior for each token.
--
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#pullrequestreview-474025858
Received on Tuesday, 25 August 2020 01:11:31 UTC