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.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -32226,8 +32226,8 @@ <h1>
32226
32226
<emu-clause id="sec-time-zone-identifier-record">
32227
32227
<h1>Time Zone Identifier Record</h1>
32228
32228
<p>A <dfn variants="Time Zone Identifier Records">Time Zone Identifier Record</dfn> is a Record used to describe an available time zone identifier, as well as the primary time zone identifier corresponding to it.</p>
32229
-
<p>Time Zone Identifier Records have the fields listed in <emu-xref href="#table-time-zone-identifier-record"></emu-xref>.</p>
32230
-
<emu-table id="table-time-zone-identifier-record" caption="Time Zone Identifier Record Fields">
32229
+
<p>Time Zone Identifier Records have the fields listed in <emu-xref href="#table-time-zone-identifier-record-fields"></emu-xref>.</p>
32230
+
<emu-table id="table-time-zone-identifier-record-fields" caption="Time Zone Identifier Record Fields">
32231
32231
<table>
32232
32232
<tr>
32233
32233
<th>Field Name</th>
@@ -32260,7 +32260,7 @@ <h1>AvailableTimeZoneIdentifiers ( ): a List of Time Zone Identifier Records</h1
32260
32260
<dt>description</dt>
32261
32261
<dd>
32262
32262
Its result describes all available time zone identifiers in this implementation, as well as the primary time zone identifier corresponding to each available identifier.
32263
-
The List is sorted by [[Identifier]] of each Record.
32263
+
The List is sorted by [[Identifier]] of each Time Zone Identifier Record.
32264
32264
</dd>
32265
32265
</dl>
32266
32266
@@ -32276,9 +32276,9 @@ <h1>AvailableTimeZoneIdentifiers ( ): a List of Time Zone Identifier Records</h1
32276
32276
1. Set _primary_ to the name of the primary time zone identifier that _identifier_ resolves to.
32277
32277
1. NOTE: If _identifier_ resolves to another non-primary time zone identifier, then the implementation must continue resolution of the entire chain until its terminal primary time zone identifier.
32278
32278
1. If _primary_ is one of *"Etc/UTC"*, *"Etc/GMT"*, or *"GMT"*, set _primary_ to *"UTC"*.
32279
-
1. Let _record_ be the Record { [[Identifier]]: _identifier_, [[PrimaryIdentifier]]: _primary_ }.
32279
+
1. Let _record_ be the Time Zone Identifier Record { [[Identifier]]: _identifier_, [[PrimaryIdentifier]]: _primary_ }.
32280
32280
1. Append _record_ to the end of _result_.
32281
-
1. Assert: One element of _result_ is the Record { [[Identifier]]: *"UTC"*, [[PrimaryIdentifier]]: *"UTC"* }.
32281
+
1. Assert: One element of _result_ is the Time Zone Identifier Record { [[Identifier]]: *"UTC"*, [[PrimaryIdentifier]]: *"UTC"* }.
0 commit comments