This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Website in XHTML
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Udo Steinbach <udo dot steinbach at ewetel dot net>
- Cc: gcc at gnu dot org
- Date: Tue, 17 Sep 2002 13:31:00 -0700
- Subject: Re: Website in XHTML
- References: <001101c25e85$01b3d820$fe78a8c0@udoline>
On Tue, Sep 17, 2002 at 08:04:11PM +0200, Udo Steinbach wrote:
> Hi
>
> http://gcc.gnu.org/install/binaries.html has the XHTML 1.0 logo on it. But after a click on it the validator shows many errors.
>
> bye
> Udo
Thanks for pointing that out so we can fix it.
This file is generated from gcc/doc/install.texi, and the problems are
in the generated XHTML commands. For those of you who understand what
those tools are doing and what might be going wrong, or if the wrong
version of the tools is being used, here are some of the problems with
the generated html file:
- end tag for "meta" omitted, or tag not ended with "/>"
- some attribute values in meta tags are not quoted
- no </p> and </li> tags are generated
- an <hr> tag should be <hr />
Janis