[wp-trac] [WordPress Trac] #63442: URL to WordPress release notes - open in the new window
WordPress Trac
noreply at wordpress.org
Tue May 13 16:28:59 UTC 2025
#63442: URL to WordPress release notes - open in the new window
-----------------------------------------+------------------------------
Reporter: vyskoczilova | Owner: (none)
Type: defect (bug) | Status: new
Priority: low | Milestone: Awaiting Review
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: has-patch 2nd-opinion close | Focuses: accessibility
-----------------------------------------+------------------------------
Comment (by joedolson):
Yes, core is only using `target='_blank'` in cases where navigating to a
new page would risk data loss. If necessary, links could be added that
open in new tabs as long as they're clearly noted as such (as @audrasjb)
says above, but it's preferable to leave it up to the user.
For predictability, it's better if all links open in the same way, as
well, so that a user can have consistent expectations of behavior.
The essential problem is that links that do not have `target="_blank"`
allow a user to choose how they wish to open the link, but links with
`target="blank"` only allow the user to open them in a new tab, which can
introduce an undesirable change of context.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63442#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list