From 746b6105cd1dfbb5a9f1add1382af62aa75ad9ef Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Fri, 25 Mar 2022 14:30:05 -0400 Subject: [PATCH] Editorial: Use `` for values from other specifications Ref https://github.com/tc39/ecma262/pull/2594 --- spec/locale-sensitive-functions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/locale-sensitive-functions.html b/spec/locale-sensitive-functions.html index f8e1dca8..14bb8c6f 100644 --- a/spec/locale-sensitive-functions.html +++ b/spec/locale-sensitive-functions.html @@ -97,7 +97,7 @@

- Code point mappings may be derived according to a tailored version of the Default Case Conversion Algorithms of the Unicode Standard. Implementations may use locale-sensitive tailoring defined in SpecialCasings.txt and/or CLDR and/or any other custom tailoring. Regardless of tailoring, a conforming implementation's case transformation algorithm must always yield the same result given the same input code points, locale, and target case. + Code point mappings may be derived according to a tailored version of the Default Case Conversion Algorithms of the Unicode Standard. Implementations may use locale-sensitive tailoring defined in the file SpecialCasing.txt of the Unicode Character Database and/or CLDR and/or any other custom tailoring. Regardless of tailoring, a conforming implementation's case transformation algorithm must always yield the same result given the same input code points, locale, and target case.