Skip to content

Commit

Permalink
Editorial: add variants for "offset time zone" <dfn>
Browse files Browse the repository at this point in the history
Improve hyperlinking in spec text by adding "offset time zone identifier" and "offset time zone identifiers" as variants of the "offset time zone" definition.
  • Loading branch information
justingrant authored and Ms2ger committed Jul 3, 2023
1 parent bc7639c commit d0268f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mainadditions.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h1>Time Zone Identifiers</h1>

<p>
Time zones in ECMAScript are represented by <dfn variants="time zone identifier">time zone identifiers</dfn>, which are Strings composed entirely of code units in the inclusive interval from <del>0x0000 to 0x007F</del><ins>0x0021 to 0x007E</ins>.
Time zones supported by an ECMAScript implementation may be <dfn variants="available named time zone">available named time zones</dfn>, represented by the [[Identifier]] field of the Time Zone Identifier Records returned by AvailableNamedTimeZoneIdentifiers, or <dfn variants="offset time zone">offset time zones</dfn>, represented by Strings for which <del>IsTimeZoneOffsetString</del><ins>IsOffsetTimeZoneIdentifier</ins> returns *true*.
Time zones supported by an ECMAScript implementation may be <dfn variants="available named time zone">available named time zones</dfn>, represented by the [[Identifier]] field of the Time Zone Identifier Records returned by AvailableNamedTimeZoneIdentifiers, or <dfn variants="offset time zone,offset time zone identifier,offset time zone identifiers">offset time zones</dfn>, represented by Strings for which <del>IsTimeZoneOffsetString</del><ins>IsOffsetTimeZoneIdentifier</ins> returns *true*.
<ins>Time zone identifiers are compared using ASCII-case-insensitive comparisons.</ins>
</p>
<p>
Expand Down

0 comments on commit d0268f9

Please sign in to comment.