- From: Johannes Wilm <notifications@github.com>
- Date: Fri, 27 Aug 2021 19:40:00 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 28 August 2021 02:40:12 UTC
@saschanaz I agree. I think this must have been an oversight. I had initially used `partial interface ElementContentEditable` and that was changed to `interface ElementContentEditable` with the latest overhaul of the document, but it really should be `partial interface mixin` as you are saying as it is expanding upon the already existing `interface mixin`. Also, it should likely use `DOMCommandTokenList` rather than `DOMTokenList` as we need it extended with the "supported" attribute AFAICT. Do you want to make a PR or should I? -- 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/issues/332#issuecomment-907554641
Received on Saturday, 28 August 2021 02:40:12 UTC