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: change [[localeMatcher]] to [[LocaleMatcher]] to align w/ 262 #760

Closed
wants to merge 5 commits into from

Conversation

ben-allen
Copy link
Contributor

@ben-allen ben-allen commented Mar 15, 2023

(very) partial fix #81 . this one does not seem to be exposed to [[<dynamic>]] access problems. submitted to get reality check on my judgement here.

@@ -203,7 +203,7 @@ <h1>Internal slots</h1>
[[LocaleData]].[[&lt;_locale_&gt;]].[[hc]] must be &laquo; *null*, *"h11"*, *"h12"*, *"h23"*, *"h24"* &raquo;.
</li>
<li>
[[LocaleData]].[[&lt;_locale_&gt;]].[[hourCycle]] must be a String value equal to *"h11"*, *"h12"*, *"h23"*, or *"h24"*.
Copy link
Member

Choose a reason for hiding this comment

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

This one seems to be imbalanced. I suppose there is an access to this [[hourCycle]] field that needs to be updated too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Correct. I've got a forthcoming PR with all of the relevant fields capitalized

Copy link
Member

Choose a reason for hiding this comment

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

generally every commit landed to main needs to be correct, so it might need to all go in the same PR

@sffc
Copy link
Contributor

sffc commented Mar 21, 2023

@ben-allen This is editorial, correct? Please say so in the PR title

@ben-allen ben-allen changed the title change [[localeMatcher]] to [[LocaleMatcher]] to align w/ 262 Editorial: change [[localeMatcher]] to [[LocaleMatcher]] to align w/ 262 Mar 22, 2023
@ben-allen ben-allen marked this pull request as draft March 22, 2023 22:03
@ben-allen ben-allen closed this Apr 3, 2023
@ljharb
Copy link
Member

ljharb commented Apr 3, 2023

@ben-allen why is this closed?

@ben-allen
Copy link
Contributor Author

@ljharb Apologies -- replaced this one with #766.

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.

Editorial: Start all fields and slots with an uppercase code point
4 participants