Skip to content

Commit a131620

Browse files
committed
Minor edits suggested by 262 editors
1 parent a70ea22 commit a131620

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spec/intl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h1>Time Zone Identifiers</h1>
107107
</p>
108108

109109
<p>
110-
A conforming implementation must recognize *"UTC"* and all other Zone and Link names (and <strong>only</strong> such names), and use best available current and historical information about their offsets from UTC and their daylight saving time rules in calculations. However, the set of combinations of time zone name and language tag for which localized time zone names are available is implementation dependent.
110+
A conforming implementation must recognize *"UTC"* and all other Zone and Link names (and <b>only</b> such names), and use best available current and historical information about their offsets from UTC and their daylight saving time rules in calculations. However, the set of combinations of time zone name and language tag for which localized time zone names are available is implementation dependent.
111111
</p>
112112
</del>
113113

spec/timezone.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1>Time Zone Identifiers</h1>
3232
</p>
3333
<p>
3434
Implementations that follow the requirements for time zones as described in the ECMA-402 Internationalization API specification are called <dfn>time zone aware</dfn>.
35-
Time zone aware implementations must define built-in named time zones corresponding to the Zone and Link names of the IANA Time Zone Database (and <strong>only</strong> such names) and use best available current and historical information about their offsets from UTC and their daylight saving time rules in calculations as specified in the ECMA-402 specification.
35+
Time zone aware implementations must define built-in named time zones corresponding to the Zone and Link names of the IANA Time Zone Database (and <b>only</b> such names) and use best available current and historical information about their offsets from UTC and their daylight saving time rules in calculations as specified in the ECMA-402 specification.
3636
An ECMAScript implementation that includes the ECMA-402 Internationalization API <b>must</b> be time zone aware.
3737
However, it is recommended that all ECMAScript implementations be time zone aware, including those that do not implement the ECMA-402 Internationalization API.
3838
Furthermore, even non-time zone aware implementations that do not support the entire IANA Time Zone Database are still recommended to use IANA Time Zone Database names as identifiers to represent time zones.
@@ -85,7 +85,7 @@ <h1>AvailableTimeZoneIdentifiers ( ): a List of Time Zone Identifier Records</h1
8585
</p>
8686
<emu-alg>
8787
1. If the implementation does not include local political rules for any time zones, then
88-
1. Return a new List containing only one element: the Time Zone Identifier Record { [[Identifier]]: *"UTC"*, [[PrimaryIdentifier]]: *"UTC"* }.
88+
1. Return « the Time Zone Identifier Record { [[Identifier]]: *"UTC"*, [[PrimaryIdentifier]]: *"UTC"* } ».
8989
1. Let _identifiers_ be the List of String values representing time zones supported by the implementation.
9090
1. Assert: No element of _identifiers_ is an ASCII-case-insensitive match for any other element.
9191
1. Set _identifiers_ to SortStringListByCodeUnit(_identifiers_).

0 commit comments

Comments
 (0)