Skip to content

Commit

Permalink
Canonicalize value of extension in ApplyUnicodeExtensionToTag
Browse files Browse the repository at this point in the history
Close #707
  • Loading branch information
FrankYFTang committed Dec 14, 2023
1 parent d54d69b commit 9d3871b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/locale.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ <h1>
1. Let _optionsValue_ be _options_.[[&lt;_key_&gt;]].
1. If _optionsValue_ is not *undefined*, then
1. Assert: Type(_optionsValue_) is String.
1. Set _value_ to _optionsValue_.
1. Let _optionsUValue_ be the ASCII-lowercase of _optionsValue_.
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>.
1. If _entry_ is not ~empty~, then
1. Set _entry_.[[Value]] to _value_.
1. Else,
Expand Down

0 comments on commit 9d3871b

Please sign in to comment.