docs
docs copied to clipboard
External links are <button> rather than <a>
External links being implemented with <button> elements rather than <a> elements results in unintuitive browser behaviour.
compared to
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
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
@aaroncowie Thank you for raising this issue. This has been fixed and external links are implemented as elements.