Skip to content

Commit

Permalink
Linkify editing host references
Browse files Browse the repository at this point in the history
  • Loading branch information
dandclark committed Oct 6, 2023
1 parent 9839d20 commit 4b95f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1659,15 +1659,15 @@ <h4>
and <code>"deleteCompositionText"</code>: 'Update the DOM'.
</li>
<li>
For <code>contentEditable="true"</code> editing hosts
For <code>contentEditable="true"</code> [=editing hosts=]
for all inputTypes: 'Update the DOM'.
</li>
<li>
For
<a href="https://w3c.github.io/edit-context/#dfn-editcontext-editing-host">EditContext editing hosts</a>
for all inputTypes:
<a href="https://w3c.github.io/edit-context/#dfn-handle-input-for-editcontext">Handle input for EditContext</a>
given the editing host element.
given the [=editing host=] element.
</li>
<li>
None otherwise.
Expand Down

0 comments on commit 4b95f1a

Please sign in to comment.