Skip to content

Commit 2070032

Browse files
sffcptomato
authored andcommitted
Review feedback in GetTemporalUnitValuedOption
1 parent ef04774 commit 2070032

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

spec/abstractops.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -557,12 +557,8 @@ <h1>
557557
</dl>
558558
<p>Both singular and plural unit names are accepted, but only the singular form is used internally.</p>
559559
<emu-alg>
560-
1. Let _allowedStrings_ be « *"auto"* ».
561-
1. For each row of <emu-xref href="#table-temporal-units"></emu-xref>, except the header row, in table order, do
562-
1. Let _singularName_ be the value in the "Singular property name" column of the row.
563-
1. Append _singularName_ to _allowedStrings_.
564-
1. Let _pluralName_ be the value in the "Plural property name" column of the row.
565-
1. Append _pluralName_ to _allowedStrings_.
560+
1. Let _allowedStrings_ be a List containing all values in the "Singular property name" and "Plural property name" columns of <emu-xref href="#table-temporal-units"></emu-xref>, except the header row.
561+
1. Append *"auto"* to _allowedStrings_.
566562
1. NOTE: For each singular Temporal unit name that is contained within _allowedStrings_, the corresponding plural name is also contained within it.
567563
1. If _default_ is ~unset~, then
568564
1. Let _defaultValue_ be *undefined*.

0 commit comments

Comments
 (0)