From e138b233a1de0c6a48c1040d1af6acd3cfb40177 Mon Sep 17 00:00:00 2001 From: Ben Allen Date: Wed, 31 May 2023 06:15:54 -0700 Subject: [PATCH] added links and section identifications to references to Unicode Technical Standard #35 --- spec/collator.html | 2 +- spec/datetimeformat.html | 6 +++--- spec/negotiation.html | 4 ++-- spec/numberformat.html | 4 ++-- spec/pluralrules.html | 2 +- spec/relativetimeformat.html | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/spec/collator.html b/spec/collator.html index 8d2526e2..884d5e99 100644 --- a/spec/collator.html +++ b/spec/collator.html @@ -374,7 +374,7 @@

Properties of Intl.Collator Instances

  • [[Usage]] is one of the String values *"sort"* or *"search"*, identifying the collator usage.
  • [[Sensitivity]] is one of the String values *"base"*, *"accent"*, *"case"*, or *"variant"*, identifying the collator's sensitivity.
  • [[IgnorePunctuation]] is a Boolean value, specifying whether punctuation should be ignored in comparisons.
  • -
  • [[Collation]] is a String value with the *"type"* given in Unicode Technical Standard #35 for the collation, except that the values *"standard"* and *"search"* are not allowed, while the value *"default"* is allowed.
  • +
  • [[Collation]] is a String value with the *"type"* given in Unicode Technical Standard #35 Part 1 Core, Section 3.6.1 Key and Type Definitions for the collation, except that the values *"standard"* and *"search"* are not allowed, while the value *"default"* is allowed.
  • diff --git a/spec/datetimeformat.html b/spec/datetimeformat.html index 4f1bf6ff..6201b5cd 100644 --- a/spec/datetimeformat.html +++ b/spec/datetimeformat.html @@ -184,7 +184,7 @@

    Internal slots

    - Unicode Technical Standard #35 describes four locale extension keys that are relevant to date and time formatting: *"ca"* for calendar, *"hc"* for hour cycle, *"nu"* for numbering system (of formatted numbers), and *"tz"* for time zone. DateTimeFormat, however, requires that the time zone is specified through the *"timeZone"* property in the options objects. + Unicode Technical Standard #35 Part 1 Core, Section 3.6.1 Key and Type Definitions describes four locale extension keys that are relevant to date and time formatting: *"ca"* for calendar, *"hc"* for hour cycle, *"nu"* for numbering system (of formatted numbers), and *"tz"* for time zone. DateTimeFormat, however, requires that the time zone is specified through the *"timeZone"* property in the options objects.

    @@ -651,8 +651,8 @@

    Properties of Intl.DateTimeFormat Instances