-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: String.prototype.normalize references the Unicode Standard instead of Annex 15 #3051
Conversation
Since #620 the ECMAScript spec refers to the latest available Unicode version rather than any particular version. We could accomplish this here by changing the link to |
Updated the link and the text to refer to the latest Unicode Standard. I wasn't sure what would be the best text to represent the changes, let me know if you would prefer to use another specific text to display. |
@mathiasbynens Also would it be better to not mention the section number |
@dewren99 We discussed this in the editor call today. Let's drop the section number and only refer to the section by its name. |
@michaelficarra Should I be keeping this branch up to date with the main until it's merged? I'm not sure what the preferred method is for this repo |
@dewren99 if there's no conflicts, you shouldn't need to, as I'll rebase it before it lands as a matter of course. Feel free to rebase it yourself as you like, though. |
…dard instead of Annex 15 (tc39#3051)
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
…dard instead of Annex 15 (tc39#3051)
Changed the reference String.prototype.normalize is using as per #912
Please let me know if any further changes are needed, thanks!