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

HTML should have a normative reference mandating ECMA 402 #1976

Closed
littledan opened this issue Oct 26, 2016 · 4 comments
Closed

HTML should have a normative reference mandating ECMA 402 #1976

littledan opened this issue Oct 26, 2016 · 4 comments

Comments

@littledan
Copy link
Contributor

We should also consider having HTML make decisions on places that ECMA 402 leaves up to implementers, such as tc39/ecma402#113 and tc39/ecma402#111 , though personally I think those would be better solved at the 402 level long-term.

@annevk
Copy link
Member

annevk commented Oct 26, 2016

We can just make it part of the existing JavaScript section/reference. (PR welcome!)

As for the variability, are implementations actually going to expose hooks for hosts or is this largely theoretical purity? Does 402 expose hooks for hosts today?

@littledan
Copy link
Contributor Author

There are no hooks on the variability. You can see some arguments for motivation at tc39/ecma402#111 (comment) and tc39/ecma402#110 (comment)

@littledan
Copy link
Contributor Author

In current web browsers, the only source of variability is different decisions by implementers, not, e.g., different data files being present.

@annevk
Copy link
Member

annevk commented Oct 26, 2016

Thanks, left my point of view there. It sounds like we should fix the dependency as part of this issue and leave host integration for later if actual hooks for hosts emerge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants