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

Add a reference to Intl (ECMA 402) #1977

Merged
merged 3 commits into from
Nov 2, 2016
Merged

Add a reference to Intl (ECMA 402) #1977

merged 3 commits into from
Nov 2, 2016

Conversation

littledan
Copy link
Contributor

Closes #1976

@@ -2977,6 +2977,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<p>Some parts of the language described by this specification only support JavaScript as the
underlying scripting language. <ref spec=JAVASCRIPT></p>

<p>JavaScript in HTML must support the Intl object. <ref spec=JSINTL></p>
Copy link
Member

Choose a reason for hiding this comment

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

I'd phrase this as User agents that support JavaScript must also support the <code data-x="">Intl</code> object.

@domenic
Copy link
Member

domenic commented Nov 1, 2016

I applied some minor touchups to this PR and it should be ready to merge, but I'd love another editor's opinion.

@domenic domenic added addition/proposal New features or enhancements i18n-tracker Group bringing to attention of Internationalization, or tracked by i18n but not needing response. labels Nov 1, 2016
@@ -2977,6 +2977,10 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<p>Some parts of the language described by this specification only support JavaScript as the
underlying scripting language. <ref spec=JAVASCRIPT></p>

<p>Users agents that support JavaScript must also support the <a
href="https://tc39.github.io/ecma402/#intl-object"><code data-x="">Intl</code></a> object. <ref
spec=JSINTL></p>
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't we just require support for that spec in case other features get added?

Copy link
Member

Choose a reason for hiding this comment

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

Yeah that makes more sense

@annevk annevk merged commit daba40a into whatwg:master Nov 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition/proposal New features or enhancements i18n-tracker Group bringing to attention of Internationalization, or tracked by i18n but not needing response.
Development

Successfully merging this pull request may close these issues.

3 participants