From mboxrd@z Thu Jan 1 00:00:00 1970 From: sirgazil Subject: bug#24981: [Website] All pages fail the HTML validation test Date: Thu, 7 Dec 2017 08:33:09 -0500 Message-ID: References: <39c35b21c4edc31b948f5b29c6f321a1@openmailbox.org> <721a2b27-4274-3809-0c25-c3e4de756e90@zoho.com> <87tvx2buei.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eMwJT-0004oA-P7 for bug-guix@gnu.org; Thu, 07 Dec 2017 08:34:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eMwJO-0005sY-O3 for bug-guix@gnu.org; Thu, 07 Dec 2017 08:34:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41346) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eMwJO-0005sL-Js for bug-guix@gnu.org; Thu, 07 Dec 2017 08:34:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eMwJO-0002O2-Dr for bug-guix@gnu.org; Thu, 07 Dec 2017 08:34:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87tvx2buei.fsf@gnu.org> Content-Language: en-US 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 24981@debbugs.gnu.org On 07/12/17 07:21, Ludovic Courtès wrote: > Hello, > > sirgazil skribis: > >> With the new website online, all pages pass the HTML validation, >> except for the Packages page, which has a

tag for no opened P >> element in every package description, > > Oh, how’s that possible? A bug in Guile’s ‘sxml->xml’? I haven't take a look at the code yet. But I plan to do so after I upgrade Guix to 0.14. >> and uses obsolete TT element in links to patches. > > I didn’t know is obsolete. Would be OK here? > Depending on the meaning of the texinfo command that is converted to TT one could use CODE, a SPAN with a class or any of the other elements recommended here: https://www.w3.org/TR/html5/obsolete.html#non-conforming-features. > We’d need to adjust Guile’s stexi modules accordingly. > > Thanks, > Ludo’. >