-
Notifications
You must be signed in to change notification settings - Fork 101
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
Annevk/noncharacter #114
Annevk/noncharacter #114
Conversation
It's not entirely clear to me what the best place for noncharacter is. Before we continue with this PR I'd first like to work on corresponding PRs for URL and HTML to make sure this actually helps. |
Commit message note: this fixes #108. |
See whatwg/infra#114 for the change to Infra.
HTML could maybe use a definition of controls that excludes ASCII whitespace. |
See whatwg/infra#114 for the change to Infra.
I think it helps in terms of readability in both, but someone else should give it a look over as well. |
inclusive, or U+FFFE, U+FFFF, U+1FFFE, U+1FFFF, U+2FFFE, U+2FFFF, U+3FFFE, U+3FFFF, U+4FFFE, | ||
U+4FFFF, U+5FFFE, U+5FFFF, U+6FFFE, U+6FFFF, U+7FFFE, U+7FFFF, U+8FFFE, U+8FFFF, U+9FFFE, U+9FFFF, | ||
U+AFFFE, U+AFFFF, U+BFFFE, U+BFFFF, U+CFFFE, U+CFFFF, U+DFFFE, U+DFFFF, U+EFFFE, U+EFFFF, U+FFFFE, | ||
U+FFFFF, U+10FFFE, or U+10FFFF. |
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.
Can we explain why these characters are chosen? Apparently they are "permanently undefined" per Unicode?
Still not sure about whether we should be defining explicit ranges or referencing Unicode.
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.
Opened #117 to sort this out, but I don't think that needs to block this, as we don't explain "surrogate" or "scalar value" in much detail either.
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 guess LGTM then, although we should resolve #117 sooner rather than later.
See whatwg/infra#114 for the change to Infra.
See whatwg/infra#114 for the change to Infra.
See whatwg/infra#114 for the change to Infra.
See whatwg/infra#114 for the change to Infra.
See whatwg/infra#114 for the change to Infra.
Preview | Diff