You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/abstractops.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -580,7 +580,7 @@ <h1>
580
580
ValidateTemporalUnitValue (
581
581
_value_: a Temporal unit, ~unset~, or ~auto~,
582
582
_unitGroup_: ~date~, ~time~, or ~datetime~,
583
-
optional _extraValues_: a List of either Temporal units or ~auto~,
583
+
optional _extraValues_: a List of either Temporal units or ~auto~ or ~unset~,
584
584
): either a normal completion containing ~unused~ or a throw completion
585
585
</h1>
586
586
<dlclass="header">
@@ -589,10 +589,10 @@ <h1>
589
589
</dl>
590
590
<emu-alg>
591
591
1. If _extraValues_ is present and _extraValues_ contains _value_, return ~unused~.
592
-
1. Let _category_ be the value in the “Category” column of the row of <emu-xrefhref="#table-temporal-units"></emu-xref> whose “Value” column contains _value_. If there is no such row, throw a RangeError exception.
592
+
1. Let _category_ be the value in the “Category” column of the row of <emu-xrefhref="#table-temporal-units"></emu-xref> whose “Value” column contains _value_. If there is no such row, throw a *RangeError* exception.
593
593
1. If _category_ is ~date~ and _unitGroup_ is ~date~ or ~datetime~, return ~unused~.
594
594
1. If _category_ is ~time~ and _unitGroup_ is ~time~ or ~datetime~, return ~unused~.
0 commit comments