Re: [w3c/editing] contenteditable-disabled (#176)

I have tried with a first version that should provide what we discussed. It's basically using the DOMTokenList used in `element.classList` and  and `iframe.sandbox`. But as we are disabling and we wanted to have a way to access a full overview of all supported token values, we would need to extend it in some way to allow for that (`supports(token)` only checks whether a given token is supported).

I don't feel support confident about webidl, so I am especially interested in reviews to the interface definitions.

-- 
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/176#issuecomment-450591456

Received on Sunday, 30 December 2018 22:35:59 UTC