Hacker News new | ask | show | jobs
by dubcanada 4716 days ago
No, people not using target="_blank" is bad design. It's not Chrome's fault people can't code external links right.
1 comments

> It's not Chrome's fault people can't code external links right.

People shouldn't have to specify which links are external and which aren't, it should be inferred from the URL being accessed. In the rarer cases where the server is saying to open an external link in the current tab or an internal link in a new tab, that should be specified in the HTML. For the people that want specific global behavior. i.e. all new tabs to be opened in current tab, that should be a configuration option in the browser.

> all new tabs to be opened in current tab

I think you're confusing links and tabs. I think you're trying to throw a lot of extra logic into the browser that doesn't belong there.