Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: update time zone identifier text #765

Merged
merged 2 commits into from
Mar 29, 2023

Conversation

justingrant
Copy link
Contributor

@justingrant justingrant commented Mar 26, 2023

This PR includes a few minor updates to spec text about time zone identifiers that I noticed while preparing the Time Zone Canonicalization proposal:

  • Fixes an inconsistency between text in #sec-time-zone-names (which requires IANA Time Zone Database) and text in two AOs that implies that such support is optional. This PR replaces the latter optional-implying text with the text from #sec-time-zone-names.
  • Renames _timeZone_ variable to _timeZoneIdentifier_ when it's guaranteed to be a string.
  • Replaces "name" with the more precise "identifier" in a few places.

This commit includes a few minor updates to spec text about time zone identifiers that I noticed while preparing the Time Zone Canonicalization proposal:
* Fixes an inconsistency between text in #sec-time-zone-names (which requires IANA Time Zone Database) and text in two AOs that implies that such support is optional.
* Renames `_timeZone_` variable to `_timeZoneIdentifier_` when it's guaranteed to be a string.
* Replaces "name" with the more precise "identifier" in a few places.
@justingrant justingrant requested a review from gibson042 March 26, 2023 05:17
Copy link
Contributor

@gibson042 gibson042 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly good, with a few nits to pick.

spec/datetimeformat.html Outdated Show resolved Hide resolved
spec/datetimeformat.html Outdated Show resolved Hide resolved
@justingrant
Copy link
Contributor Author

oops, just committed to the wrong branch... gimme a few mins to fix.

@justingrant
Copy link
Contributor Author

OK, fixed now. All comments addressed. Should be ready to merge assuming no other issue found.

@gibson042 gibson042 merged commit 19d2ade into tc39:master Mar 29, 2023
ben-allen pushed a commit to ben-allen/ecma402 that referenced this pull request Apr 10, 2023
* Fix an inconsistency between text in #sec-time-zone-names (which requires IANA Time Zone Database) and text in two AOs that implies that such support is optional.
* Rename `_timeZone_` variable to `_timeZoneIdentifier_` when it's guaranteed to be a string.
* Replace "name" with the more precise "identifier" in a few places.
ben-allen pushed a commit to ben-allen/ecma402 that referenced this pull request Apr 11, 2023
* Fix an inconsistency between text in #sec-time-zone-names (which requires IANA Time Zone Database) and text in two AOs that implies that such support is optional.
* Rename `_timeZone_` variable to `_timeZoneIdentifier_` when it's guaranteed to be a string.
* Replace "name" with the more precise "identifier" in a few places.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants