File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -1208,14 +1208,6 @@ <h1>ISO 8601 grammar</h1>
1208
1208
1209
1209
TemporalZonedDateTimeString :
1210
1210
Date TimeSpecSeparator ? TimeZoneNameRequired Calendar ?
1211
-
1212
- ISODateTimeString :
1213
- TemporalInstantString
1214
- TemporalDateTimeString
1215
- TemporalZonedDateTimeString
1216
- CalendarTime
1217
- DateSpecYearMonth
1218
- DateSpecMonthDay
1219
1211
</emu-grammar >
1220
1212
<ul >
1221
1213
<li >
@@ -1361,7 +1353,7 @@ <h1>
1361
1353
</dl >
1362
1354
<emu-alg >
1363
1355
1. Let _parseResult_ be Completion(ParseISODateTime(_isoString_ )).
1364
- 1. If _parseResult_ .[[Type]] is ~ normal~ , then
1356
+ 1. If _parseResult_ is a normal completion , then
1365
1357
1. Let _calendar_ be _parseResult_ .[[Value]].[[Calendar]].
1366
1358
1. If _calendar_ is *undefined* , return *"iso8601"* .
1367
1359
1. Else, return _calendar_ .
You can’t perform that action at this time.
0 commit comments