Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 233383991cd38c0e0dde2bee50898e5b687899e7
https://github.com/WebKit/WebKit/commit/233383991cd38c0e0dde2bee50898e5b687899e7
Author: Luke Warlow <[email protected]>
Date: 2025-09-24 (Wed, 24 Sep 2025)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/svg/linking/scripted/a.rel-noopener-policy-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/svg/linking/scripted/a.rel-noopener-policy.html
M
LayoutTests/imported/w3c/web-platform-tests/svg/linking/scripted/a.rel-noreferrer-policy-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/svg/linking/scripted/rellist-feature-detection.svg
M
LayoutTests/imported/w3c/web-platform-tests/svg/linking/scripted/resources/a.rel-noopener-policy-target.html
R
LayoutTests/platform/glib/imported/w3c/web-platform-tests/svg/linking/scripted/a.rel-noreferrer-policy-expected.txt
M Source/WebCore/svg/SVGAElement.cpp
M Source/WebCore/svg/SVGAElement.h
Log Message:
-----------
SVGAElement's rel attribute was never utilised
https://bugs.webkit.org/show_bug.cgi?id=298620
Reviewed by Anne van Kesteren.
SVGAElement had rel and relList added in 227520@main.
However, it was never actually used inside of defaultEventHandler()
to change the behaviour of the navigation.
This is now done, alongside the addition of the "opener" value.
SVGAElement now follows the same behaviour as HTMLAnchorElement including the
implicit noopener when target="_blank".
Canonical link: https://commits.webkit.org/300462@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes