-
Notifications
You must be signed in to change notification settings - Fork 106
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
hourNo0 does not seem be shipped in any browser #149
Comments
@littledan are you talking about
And it is definitely not used as an option. How is this ever exposed to user-land? |
Step 27.c.i of InitializeDateTimeFormat does not seem to be implemented by anyone. You can test that with the following code: Intl.DateTimeFormat(undefined, {hour: 'numeric', hour12: true, get hourNo0() { print('yes') }}) Or, you can just search for the string |
@littledan that step is not a
That's probably the confusing part, but |
Sorry for my confusion here! |
It appears to be missing from JSC, SpiderMonkey, ChakraCore and V8, as well as MDN documentation. However, it was specified since ECMA 402 v1. Maybe it's missing because there aren't any test262 tests for it.
What should we do about this feature?
The text was updated successfully, but these errors were encountered: