From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Thu, 12 May 2016 17:31:21 +0200 Subject: [PATCH 1/5] ui-shared: HTML-ize DOCTYPE and In-Reply-To: <20160511185619.GG4296@serenity.lan> References: <1462989858-15825-1-git-send-email-wub@partyvan.eu> <1462989858-15825-2-git-send-email-wub@partyvan.eu> <20160511185619.GG4296@serenity.lan> Message-ID: On Wed, May 11, 2016 at 8:56 PM, John Keeping wrote: > This seems like a reasonable aim, but don't we need to actually *be* > HTML(5?) as well in order to do this? Currently we close and > tags even though HTML is explicit that this shouldn't be done. No, in HTML5 you can do it if you want but you don't have to. http://blog.teamtreehouse.com/to-close-or-not-to-close-tags-in-html5