docs icon indicating copy to clipboard operation
docs copied to clipboard

External links are <button> rather than <a>

Open aaroncowie opened this issue 1 year ago • 1 comments

External links being implemented with <button> elements rather than <a> elements results in unintuitive browser behaviour.

image

compared to

image

This makes it hard to "open in new tab" external links.

I am aware that this is technically unneccessary since that is the default behaviour, however it forces additional mental load on the user to distinguish between internal and external links before clicking.

This also means that command-click on mac or ctrl-click on windows does not work for these links which creates a very confusing experience

aaroncowie avatar Jan 18 '24 06:01 aaroncowie

Yes I tried My mouse middle button to open link in new tab And It didn't work. After inspecting It is html <button/> rather than html <a/> tag image

Tejs1 avatar Feb 27 '24 04:02 Tejs1

@aaroncowie Thank you for raising this issue. This has been fixed and external links are implemented as elements.

meletj avatar Apr 24 '24 18:04 meletj