-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[URL] Split forbidden host/domain code points and add more tests for each #32524
Conversation
@domenic can you verify these with whatwg-url? From a cursory look this seems good. |
It's not clear to me this is actually the direction we want to go per whatwg/url#685 (comment), so I'll hold off on further reviews until we get that clarified. It feels like we jumped to the PRs stage earlier than makes sense. |
These give much more full coverage for host code points. The expectations will be changed in #32524 to follow the spec change proposed in whatwg/url#685; this initial PR gives us a baseline so we can be clear about what the changes are.
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.
LGTM, will let @annevk push the merge button when he's ready to merge whatwg/url#685
In particular C0 controls and U+007F. Tests: web-platform-tests/wpt#32524. Fixes #319 and fixes #627.
…reviewers,kershaw Tests will be merged from upstream WPT: web-platform-tests/wpt#32524 Differential Revision: https://phabricator.services.mozilla.com/D137739
…reviewers,kershaw Tests will be merged from upstream WPT: web-platform-tests/wpt#32524 Differential Revision: https://phabricator.services.mozilla.com/D137739
No description provided.