Skip to content

Commit 16ebedc

Browse files
committed
More changes from @jmdyck review
1 parent c99d650 commit 16ebedc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

spec.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32226,8 +32226,8 @@ <h1>
3222632226
<emu-clause id="sec-time-zone-identifier-record">
3222732227
<h1>Time Zone Identifier Record</h1>
3222832228
<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">
3223132231
<table>
3223232232
<tr>
3223332233
<th>Field Name</th>
@@ -32260,7 +32260,7 @@ <h1>AvailableTimeZoneIdentifiers ( ): a List of Time Zone Identifier Records</h1
3226032260
<dt>description</dt>
3226132261
<dd>
3226232262
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.
3226432264
</dd>
3226532265
</dl>
3226632266

@@ -32276,9 +32276,9 @@ <h1>AvailableTimeZoneIdentifiers ( ): a List of Time Zone Identifier Records</h1
3227632276
1. Set _primary_ to the name of the primary time zone identifier that _identifier_ resolves to.
3227732277
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.
3227832278
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_ }.
3228032280
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"* }.
3228232282
1. Return _result_.
3228332283
</emu-alg>
3228432284

0 commit comments

Comments
 (0)