Web Manifest: Remove query & fragment components from scope URL
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox88 | --- | fixed |
People
(Reporter: marcos, Assigned: marcos)
References
(Blocks 1 open bug, )
Details
Attachments
(2 files)
|
2.67 KB,
patch
|
Details | Diff | Splinter Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15
Steps to reproduce:
As per spec, manifest processing needs to remove query & fragment components from scope URL.
Actual results:
It currently doesn't.
Expected results:
It should remove query & fragment components from scope URL during processing.
Comment 1•5 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Core & HTML' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
moz-phab is not working for me, so doing this the old fashion way.
Comment 3•5 years ago
|
||
I don't think the old fashion way is accepted anymore... What's blocking you on moz-phab? 👀
Updated•5 years ago
|
Did a git remote update and now it works again ::::::P
Updated•5 years ago
|
Comment 7•5 years ago
|
||
| bugherder | ||
Comment 9•5 years ago
|
||
Thanks for writing it, @marcosc 😊
Description
•