w3c / editing

Specs and explainers maintained by the editing task force
http://w3c.github.io/editing/
Other
192 stars 40 forks source link

Don't enable execCommand commands in EditContext #457

Closed dandclark closed 10 months ago

dandclark commented 10 months ago

Closes https://github.com/w3c/edit-context/issues/71.

Update execCommand spec per resolution of https://github.com/w3c/edit-context/issues/71#issuecomment-1806317341 to indicate that execCommand commands are not enabled in EditContext, except for commands that are enabled regardless of whether the command is performed in an editable region.

The following tasks have been completed:

Implementation commitment:

snianu commented 10 months ago

Could we add some WPT tests for this?

nvm. I just realized that you added tests in third_party/blink/web_tests/external/wpt/editing/edit-context/edit-context-execCommand.tentative.https.html