Changes between Version 1 and Version 2 of Ticket #57695, comment 3
- Timestamp:
- 02/12/2023 09:57:31 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57695, comment 3
v1 v2 1 1 Hello @rajeshraval786 and thanks for the ticket, 2 2 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 linkto open in a new tab.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 or accomplishing a complex task. In other cases, WordPress should not force links to open in a new tab. 4 4 5 5 The 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 :)