You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A number of buttons use an onclik window.open to open in a new window, while <a target='_blank'> exist for this purpose.
This is not optimal as a hover on link with target-blank tell you what it does, but not if there is an onclick handler; and create accessibility issues.
Problem
A number of buttons use an onclik window.open to open in a new window, while
<a target='_blank'>
exist for this purpose.This is not optimal as a hover on link with target-blank tell you what it does, but not if there is an onclick handler; and create accessibility issues.
Proposed Solution
use
<a>
s ans style them like the buttonsAdditional context
https://github.com/jupyterlite/jupyterlite-sphinx/pull/223/files#r1883631155)
The text was updated successfully, but these errors were encountered: