Skip to content

Commit b73aea7

Browse files
Aditi-1400ptomato
authored andcommitted
Remove TemporalCalendarString production
1 parent 278d238 commit b73aea7

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

spec/abstractops.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,14 +1208,6 @@ <h1>ISO 8601 grammar</h1>
12081208

12091209
TemporalZonedDateTimeString :
12101210
Date TimeSpecSeparator? TimeZoneNameRequired Calendar?
1211-
1212-
ISODateTimeString :
1213-
TemporalInstantString
1214-
TemporalDateTimeString
1215-
TemporalZonedDateTimeString
1216-
CalendarTime
1217-
DateSpecYearMonth
1218-
DateSpecMonthDay
12191211
</emu-grammar>
12201212
<ul>
12211213
<li>
@@ -1361,7 +1353,7 @@ <h1>
13611353
</dl>
13621354
<emu-alg>
13631355
1. Let _parseResult_ be Completion(ParseISODateTime(_isoString_)).
1364-
1. If _parseResult_.[[Type]] is ~normal~, then
1356+
1. If _parseResult_ is a normal completion, then
13651357
1. Let _calendar_ be _parseResult_.[[Value]].[[Calendar]].
13661358
1. If _calendar_ is *undefined*, return *"iso8601"*.
13671359
1. Else, return _calendar_.

0 commit comments

Comments
 (0)