Missing UI distinction for a/@ping attribute usage
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
People
(Reporter: julian.reschke, Unassigned)
References
(Blocks 1 open bug)
Details
Updated•15 years ago
|
Comment 1•11 years ago
|
||
Comment 2•9 years ago
|
||
The HTML specs suggest adding the URLs that will be pinged to the tooltip or status bar for browsers modes that have those UIs. That would roughly match the (poor, but present) UI that accompanies the case where URLs are sent through a top-level navigation redirect. Since the ping URL is probably not relevant to the user (they explicitly aren't navigating to the ping, just notifying the domain owner), I think one could instead experiment with an icon or an icon+hostname.
Some UI affordances only exist on some devices, and it would make sense to use what affordances are present on desktop even when an exact equivalent can't be implemented in some other situations. Tap and hold UI exists in mobile Firefox -- including the full destination URL (which on google.com actually includes google.com/url?sa=&url=https:example.com/actual/destination/url
) and some contextual commands like copying either the URL or the text, and that UI could also note that background link tracking will occur by tapping on the link.
(I noted similar suggestions in the Chromium bug.)
Leaving this to add-ons while simultaneously making this feature on by default would mean that Firefox users would have less visibility into this kind of tracking than they have today, where at least click tracking done through redirects can be observed through hovering over a URL or noticing navigations in the address bar.
Updated•3 years ago
|
Updated•5 months ago
|
Updated•5 months ago
|
Comment 4•2 months ago
|
||
I think we should close this as WONTFIX. See arguments in https://github.com/whatwg/html/issues/11309
Description
•