Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Dec 14, 2023
1 parent 0fac367 commit 14ca92e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1499,15 +1499,15 @@ <h5>
<p>
<dfn data-dfn-for="InputEvent" data-lt="targetRange">getTargetRanges()</dfn> returns an
arrays <a>StaticRanges</a> representing the text that the event will modify if it is not canceled.
The returned <a>StaticRanges</a> MUST cover only the <a href=“https://infra.spec.whatwg.org/#code-points>code points</a>
[[INFRA]] that the browser would normally replace, even if they are only part of a [=grapheme cluster=].
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 of a [=grapheme cluster=].
</p>
<div class="note" data-link-for="InputEvent">
<p>
<i>This note is not normative.</i>
</p>
Depending on the script and the platform, deleting backward or forward in a text node with a collapsed selection may affect
a single <a href= “https://infra.spec.whatwg.org/#code-points”>code point</a> [[INFRA]] or a whole [=grapheme cluster=].
one or multiple <a data-cite="infra">code points</a> or an entire [=grapheme cluster=].
For example, deleting backward in a text node containing “café” may remove either the acute accent or the entire “é” character,
depending on the script and the platform.
</div>
Expand Down

0 comments on commit 14ca92e

Please sign in to comment.