Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update en.json to use "_blank" instead of "blank" for best coding practices #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JasonFengGit
Copy link

@JasonFengGit JasonFengGit commented Mar 22, 2024

ref: https://css-tricks.com/targetblank/

The difference:
target="_blank" is a special keyword that will open links in a new tab every time.
target="blank" will open the first-clicked link in a new tab, but any future links that share target="blank" will open in that same newly-opened tab.

@DavidAJohnston
Copy link
Contributor

For your review @RuslanProgrammer @FedOken

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants