[Webkit-unassigned] [Bug 197229] Visited link hash should be computed only once

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 25 09:35:33 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=197229

--- Comment #15 from Geoffrey Garen <ggaren at apple.com> ---
We believe the user experience won't change because we believe that non-attacker pages don't reassign the href value after rendering a link element. If we're right, this policy is the clearest, and maybe even the easiest to specify in the future.

The most likely failure mode we've imagined is a page where all the links turn purple because they start out as href="" and then JavaScript fills in non-empty href values later. ("" is considered visited because it resolves to the current page.)

If we do find pages with links that start out with href="a.html" and change to href="b.html", alternatives we've discussed are: (a) throttle style changes triggered by href changes using a timer; (b) unconditionally force a full style recalc for all href changes, even if nothing has changed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190425/f41cd1c6/attachment.html>


More information about the webkit-unassigned mailing list