Skip to content

Commit 62fe5db

Browse files
authored
Normative: Explicitly designate the (non-lexicographic) sort order for (#918)
Strings in _pluralCategories_ List in Intl.PluralRules.prototype.resolvedOptions()
1 parent 9140da2 commit 62fe5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/pluralrules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h1>Intl.PluralRules.prototype.resolvedOptions ( )</h1>
159159
1. Let _pr_ be the *this* value.
160160
1. Perform ? RequireInternalSlot(_pr_, [[InitializedPluralRules]]).
161161
1. Let _options_ be OrdinaryObjectCreate(%Object.prototype%).
162-
1. Let _pluralCategories_ be a List of Strings containing all possible results of <emu-xref href="#sec-pluralruleselect">PluralRuleSelect</emu-xref> for the selected locale _pr_.[[Locale]].
162+
1. Let _pluralCategories_ be a List of Strings containing all possible results of <emu-xref href="#sec-pluralruleselect">PluralRuleSelect</emu-xref> for the selected locale _pr_.[[Locale]], sorted according to the following order: *"zero"*, *"one"*, *"two"*, *"few"*, *"many"*, *"other"*.
163163
1. For each row of <emu-xref href="#table-pluralrules-resolvedoptions-properties"></emu-xref>, except the header row, in table order, do
164164
1. Let _p_ be the Property value of the current row.
165165
1. If _p_ is *"pluralCategories"*, then

0 commit comments

Comments
 (0)