From 14ca92eeac3d16c1203e7b33cf6d264a14c4e3ae Mon Sep 17 00:00:00 2001 From: Johannes Wilm Date: Thu, 14 Dec 2023 16:10:46 +0100 Subject: [PATCH] fix link --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 35042d9..ca59600 100644 --- a/index.html +++ b/index.html @@ -1499,15 +1499,15 @@

getTargetRanges() returns an arrays StaticRanges representing the text that the event will modify if it is not canceled. - The returned StaticRanges MUST cover only the code points - [[INFRA]] that the browser would normally replace, even if they are only part of a [=grapheme cluster=]. + The returned StaticRanges MUST cover only the code points that the browser would normally replace, + even if they are only part of a [=grapheme cluster=].

This note is not normative.

Depending on the script and the platform, deleting backward or forward in a text node with a collapsed selection may affect - a single code point [[INFRA]] or a whole [=grapheme cluster=]. + one or multiple code points 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.