From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Tue, 23 Feb 2016 15:26:28 +0100 Subject: [PATCH 1/2] ui-shared: add homepage to tabs In-Reply-To: <20160223064923.GA8987@alcyone> References: <1456155590-9342-1-git-send-email-Jason@zx2c4.com> <20160223064923.GA8987@alcyone> Message-ID: On Tue, Feb 23, 2016 at 7:49 AM, Peter Colberg wrote: > Would you reconsider opening the homepage link in the current tab > by default? This way visitors have the option to open the homepage > in new tab if they like (e.g., using middle-click), but they are not > forced to do so. As I understand it, this is one of those things where people who learned HTML in the 90s love target=_blank, but Web 9.0 hipsters now all deplore target=_blank, for good reasons probably, and write articles in markdown decrying the use. Unfortunately, I'm one of those 90s luddites. So... Does anybody have strong opinions one way or another about this? I'm happy to get rid of target=_blank if others care about this too.