This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Website in XHTML


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]