[w3c/editing] contenteditabledisabled is extending `ElementContentEditable` in a wrong way (#332)

[ElementContentEditable](https://html.spec.whatwg.org/multipage/interaction.html#elementcontenteditable) is an existing mixin, but the spec somehow is [redefining it as an interface](https://w3c.github.io/editing/docs/contentEditableDisabled/#element-contenteditable-mixin).

This is wrong and it should be `partial interface mixin` instead, as noted in https://github.com/w3c/editing/pull/265#discussion_r476025740.

-- 
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

Received on Friday, 27 August 2021 23:40:09 UTC