Skip to content

Commit

Permalink
"text" => "content"
Browse files Browse the repository at this point in the history
In two places the term "text" should be replaced with "content" as replacements could also include other content than just text.
  • Loading branch information
johanneswilm authored Oct 18, 2024
1 parent 95b6583 commit 5aac922
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 @@ -465,7 +465,7 @@ <h5>
<code>"insertReplacementText"</code>
</td>
<td>
insert or replace existing text by means of a spell checker,
insert or replace existing content by means of a spell checker,
auto-correct, writing suggestions or similar
</td>
<td>
Expand Down Expand Up @@ -1493,7 +1493,7 @@ <h5>
<p>
<dfn data-dfn-for="InputEvent" data-lt=
"targetRange">getTargetRanges()</dfn> returns an array of
<a>StaticRanges</a> representing the text that the event will
<a>StaticRanges</a> representing the content that the event will
modify if it is not canceled. The returned <a>StaticRanges</a> MUST
cover only the <a data-cite="infra#code-points">code points</a>
that the browser would normally replace, even if they are only part
Expand Down

0 comments on commit 5aac922

Please sign in to comment.