💾 Archived View for tommi.space › The%20target%20blank%20argument.gmi captured on 2023-03-20 at 18:16:16. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

<div class='red box'>
    <code>rel='noopener'</code> is now set by default in all modern browsers, as seen in <a href='https://mathiasbynens.github.io/rel-noopener/' title='rel=noopener'>About rel=noopener</a>
</div>

The target='_blank' argument is a common dilemma among web developers: there are subjective choices to a common problem: should this link, if clicked, be opened in a new tab or not? Below, some writings on the topic.

CSS Tricks article

Austin Riedinger's blog post

About rel=noopener