Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #57695, comment 3


Ignore:
Timestamp:
02/12/2023 09:57:31 AM (3 years ago)
Author:
audrasjb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57695, comment 3

    v1 v2  
    11Hello @rajeshraval786 and thanks for the ticket,
    22
    3 Forcing links to open in a new tab should only happen in very specific and rare use cases, like when the user is currently filling a form. In other cases, WordPress should not force the link to open in a new tab.
     3Forcing links to open in a new tab should only happen in very specific and rare use cases, like when the user is currently filling a form or accomplishing a complex task. In other cases, WordPress should not force links to open in a new tab.
    44
    55The proposed patch adds target blank attribute to all external links, so I'd say this is a candidate for closing as `wontfix`. See #23432 for more detailed info about the best practices in terms of accessibility :)