-
Notifications
You must be signed in to change notification settings - Fork 186
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 RegExp/Unicode topic (fun!) #1084
Conversation
Some background in case it’s helpful:
There doesn’t seem to be any demand for this. Doing this just to remove some spec maintenance churn is not a great motivation IMHO.
This might be painful to do precisely, since the Unicode spec mixes spelling/casing throughout different documents. What we’re using is generally the first spelling that’s used in the Unicode data files (but there are exceptions such as “Any” which is technically not a “character property”).
FWIW, I inquired about this while proposing
IMHO it’s worth pointing out explicitly in the slides that Option 5 is what we’ve been doing so far: https://github.com/tc39/ecma262/issues?q=label%3Aunicode+is%3Aclosed+Normative and that this agenda item is effectively re-litigating this. (I’m still hoping things don’t change, since any of the other options seem strictly worse to me.) |
Confirming consensus on option 5 is fine with me, but previous discussion on the topic was not sufficiently clear to the editor group for us to take action. |
So, given that, what is the strategy we actually use for picking a spelling right now? Is it just "Mathias looks at the various options and picks a reasonable one, consistent with what we're already doing"? That seems like it's working fine, but certainly I at least was not aware in previous discussions that this is what we were agreeing to. |
No, it’s this:
These exceptions don’t apply for this specific case of new values for existing properties, but they would exist for the spec as a whole (which includes things like |
No description provided.