Bug 180396 - Percent-encode additional characters in URL's "fragment state".
Summary: Percent-encode additional characters in URL's "fragment state".
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-05 00:26 PST by Mike West
Modified: 2023-09-08 15:44 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike West 2017-12-05 00:26:50 PST
As discussed in https://github.com/whatwg/url/issues/344, Chrome has aligned its URL fragment encoding algorithm with Firefox's. Tests for this behavior landed in https://github.com/w3c/web-platform-tests/commit/cb0662be1599d7f82e8d8572e8b43c3176863a63, and the spec change landed in https://github.com/whatwg/url/commit/7a3c69f8a1583b33e730c3fea85141a618e7c697.

It would be lovely to see WebKit implement the same behavior.