Skip to content

Commit 61afe97

Browse files
authored
Merge pull request w3c#154 from dandclark/dandclark/link-to-ec-handled-inputTypes
For `beforeinput`, only pass the event to EditContext for `inputTypes` that EditContext expects to handle. See w3c/edit-context#101.
2 parents 9e4ebc1 + 46720d8 commit 61afe97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,8 @@ <h4>
16461646
</li>
16471647
<li>For <a href=
16481648
"https://w3c.github.io/edit-context/#dfn-editcontext-editing-host">
1649-
EditContext editing hosts</a> for all inputTypes:
1649+
EditContext editing hosts</a> for <a href=
1650+
"https://w3c.github.io/edit-context/#dfn-editcontext-handled-inputtype">EditContext-handled inputTypes</a>:
16501651
<a href=
16511652
"https://w3c.github.io/edit-context/#dfn-handle-input-for-editcontext">
16521653
Handle input for EditContext</a> given the [=editing

0 commit comments

Comments
 (0)