[wpt-sync] Sync PR 27750 - URLPattern: Support unicode characters in group names.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox88 fixed)
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
67.04 KB,
text/plain
|
Details |
Sync web-platform-tests PR 27750 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27750
Details from upstream follow.
b'Ben Kelly <wanderview@chromium.org>' wrote:
URLPattern: Support unicode characters in group names.
This CL adds support for unicode characters in group names, e.g.
:café
. It allows group names to contain the same characters as
javascript identifiers. All other parts of the pattern are still
required to be ASCII for now.This change was discussed in this spec issue:
https://github.com/WICG/urlpattern/issues/46
Bug: 1141510
Change-Id: I094e23797ceebab42adbfbac992398643c2c9079Reviewed-on: https://chromium-review.googlesource.com/2713886
WPT-Export-Revision: 23dfea9f977954d6866a45c21cd44c3631359e5d
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a65fc1da9bf1
https://hg.mozilla.org/mozilla-central/rev/a0e94c835c90
Description
•