Skip to content

Commit

Permalink
Merge pull request #154 from dandclark/dandclark/link-to-ec-handled-i…
Browse files Browse the repository at this point in the history
…nputTypes

For `beforeinput`, only pass the event to EditContext for `inputTypes` that EditContext expects to handle.
See w3c/edit-context#101.
  • Loading branch information
dandclark authored Jun 24, 2024
2 parents 9e4ebc1 + 46720d8 commit 61afe97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,8 @@ <h4>
</li>
<li>For <a href=
"https://w3c.github.io/edit-context/#dfn-editcontext-editing-host">
EditContext editing hosts</a> for all inputTypes:
EditContext editing hosts</a> for <a href=
"https://w3c.github.io/edit-context/#dfn-editcontext-handled-inputtype">EditContext-handled inputTypes</a>:
<a href=
"https://w3c.github.io/edit-context/#dfn-handle-input-for-editcontext">
Handle input for EditContext</a> given the [=editing
Expand Down

0 comments on commit 61afe97

Please sign in to comment.