Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"text" => "content" #164

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading