Skip to content

Commit f7983ff

Browse files
authored
Canonicalize value of extension in ApplyUnicodeExtensionToTag (#846)
Close #707
1 parent 7f2dc2e commit f7983ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/locale.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ <h1>
136136
1. Let _optionsValue_ be _options_.[[&lt;_key_&gt;]].
137137
1. If _optionsValue_ is not *undefined*, then
138138
1. Assert: Type(_optionsValue_) is String.
139-
1. Set _value_ to _optionsValue_.
139+
1. Let _optionsUValue_ be the ASCII-lowercase of _optionsValue_.
140+
1. Set _value_ to the String value resulting from canonicalizing _optionsUValue_ as a value of key _key_ per <a href="https://unicode.org/reports/tr35/#processing-localeids">Unicode Technical Standard #35 Part 1 Core, Annex C LocaleId Canonicalization Section 5 Canonicalizing Syntax, Processing LocaleIds</a>.
140141
1. If _entry_ is not ~empty~, then
141142
1. Set _entry_.[[Value]] to _value_.
142143
1. Else,

0 commit comments

Comments
 (0)