-
Notifications
You must be signed in to change notification settings - Fork 108
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
Conversation
@@ -203,7 +203,7 @@ <h1>Internal slots</h1> | |||
[[LocaleData]].[[<_locale_>]].[[hc]] must be « *null*, *"h11"*, *"h12"*, *"h23"*, *"h24"* ». | |||
</li> | |||
<li> | |||
[[LocaleData]].[[<_locale_>]].[[hourCycle]] must be a String value equal to *"h11"*, *"h12"*, *"h23"*, or *"h24"*. |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
@ben-allen This is editorial, correct? Please say so in the PR title |
@ben-allen why is this closed? |
(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.