Skip to content

Commit

Permalink
Merge pull request #457 from dandclark/dandclark/ec-no-execCommand
Browse files Browse the repository at this point in the history
Don't enable execCommand commands in EditContext
  • Loading branch information
johanneswilm authored Dec 19, 2023
2 parents 39448ce + 4ea7444 commit a4086d8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/execCommand/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -590,9 +590,15 @@ <h3 id="enabled-commands">
"command">commands</a> defined here are <a href=
"#enabled">enabled</a> if the <a href="#active-range">active
range</a> is not null, its [=range/start node=] is either <a href=
"#editable">editable</a> or an [=editing host=], its [=range/end
node=] is either <a href="#editable">editable</a> or an [=editing
host=], and there is some [=editing host=] that is an
"#editable">editable</a> or an [=editing host=], the <a href="#editing-host-of">editing
host of</a> its [=range/start node=] is not an
<a href="https://w3c.github.io/edit-context/#dfn-editcontext-editing-host">EditContext
editing host</a>, its [=range/end node=] is either <a href="#editable">editable</a> or
an [=editing host=], the <a href="#editing-host-of">editing host of</a>
its [=range/end node=] is not an
<a href="https://w3c.github.io/edit-context/#dfn-editcontext-editing-host">EditContext
editing host</a>,
and there is some [=editing host=] that is an
[=tree/inclusive ancestor=] of both its [=range/start node=] and its
[=range/end node=].
</p>
Expand Down

0 comments on commit a4086d8

Please sign in to comment.