From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis Felipe =?UTF-8?Q?L=C3=B3pez?= Acevedo Subject: bug#24981: [Website] All pages fail the HTML validation test Date: Mon, 21 Nov 2016 14:29:51 -0500 Message-ID: <39c35b21c4edc31b948f5b29c6f321a1@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8uJ0-0001NX-Pu for bug-guix@gnu.org; Mon, 21 Nov 2016 14:31:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c8uIw-0007yP-QM for bug-guix@gnu.org; Mon, 21 Nov 2016 14:31:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:50224) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c8uIw-0007yI-N1 for bug-guix@gnu.org; Mon, 21 Nov 2016 14:31:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1c8uIv-00042M-Nj for bug-guix@gnu.org; Mon, 21 Nov 2016 14:31:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8uI1-0001Cz-2F for bug-guix@gnu.org; Mon, 21 Nov 2016 14:30:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c8uHw-0007fv-WC for bug-guix@gnu.org; Mon, 21 Nov 2016 14:30:05 -0500 Received: from smtp14.openmailbox.org ([62.4.1.48]:53303) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c8uHw-0007ed-NP for bug-guix@gnu.org; Mon, 21 Nov 2016 14:30:00 -0500 Received: from www.openmailbox.org (unknown [10.91.130.51]) by mail2.openmailbox.org (Postfix) with ESMTP id 1BB03102607 for ; Mon, 21 Nov 2016 20:29:51 +0100 (CET) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 24981@debbugs.gnu.org Steps to reproduce =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 1. Go to https://validator.w3.org/ 2. For each page in the website: validate by URI Unexpected behavior =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D All pages are marked as [Invalid] Expected behavior =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D All pages are marked as valid HTML 5 (Document checking completed. No=20 errors or warnings to show.) Additional information =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Most of the errors happen because of a missing Doctype declaration. It=20 seems all pages built with Haunt have this problem, while the=20 packages[1] and packages issues[2] pages, generated with a different=20 mechanism, do include the document type. There are other errors not related to the document type declaration in=20 the packages-related pages.[1][2] Mostly, obsolete elements or=20 attributes, and missing closing tags. [1]: https://www.gnu.org/software/guix/packages [2]: https://www.gnu.org/software/guix/packages/issues.html --=20 Luis Felipe L=C3=B3pez Acevedo http://sirgazil.bitbucket.org/