-
-
Notifications
You must be signed in to change notification settings - Fork 36
Limit spec-defined option values #929
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
Conversation
I think this is going in the wrong direction, because it prevents us in the future from having function options with option values that are free-form. See my other comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had some older pending comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting changes due to the case sensitivity issue.
Co-authored-by: Mark Davis <mark@unicode.org>
Fixes #928
Explicitly reserves the
u:
namespace, which was previously only mentioned in the syntax.Limits spec option values to
a-zA-Z0-9
,-
and.
. The.
is not currently used, but is needed to allow for e.g.2.5
as a future reserved value.Replaces two "MUST NOT" restrictions elsewhere with "will not" to match the style of the rest of the text.