Open
Description
What problem does this feature solve?
Right now, if we want to open a link in a new tab (or page), we can use target="_blank".
In some cases, I prefer using named target when opening a new tab. This way, if we click multiple times on the same link, it will only refresh the named tab already opened.
Accepting something like target="my_report" would be great. Right now, the target attribute is added to the a tag, but the link is not opened on another tab.
What does the proposed API look like?
Accepting named target and opening them in new tabs