[w3c/editing] EditContext: Is a pseudo class selecting elements which is attached by an `EditContext` useful? (#345)

When I write tests for `contenteditable`, I use `document.querySelector("div[contenteditable]")` to retrieve the element. However, `Element.editContext` does not affect to any attributes. So it might be better to add new pseudo class.

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

Received on Tuesday, 28 September 2021 00:58:58 UTC