EditContext: Is a pseudo class selecting elements which is attached by an EditContext
useful?
#12
Labels
enhancement
New feature or request
EditContext
useful?
#12
When I write tests for
contenteditable
, I usedocument.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.The text was updated successfully, but these errors were encountered: