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

@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