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: http://gcc.gnu.org/install/configure.html has HTML errors


jerome.zago@insalien.org writes:

> Hello,
>
> This web page renders incorrectly from Konqueror [2.2.1] on Redhat
> GNU/Linux 7.2 (it's almost unreadable at the end of the page, screenshot
> available upon request).
>
> That's because the HTML used isn't standard compliant. See
> http://validator.w3.org/check?uri=http%3A%2F%2Fgcc.gnu.org%2Finstall%2Fconfigure.html&charset=iso-8859-1+%28Western+Europe%29
> for the list of errors on this particular page.
>
> In general, I urge you to validate all your pages against W3C's HTML
> Validation Service, located at http://validator.w3.org/. They should all
> return "No errors found!". Tell me if you need help for fixing your
> HTML.
>
> Note that if these pages were generated by a tool, it should be modified
> to generate proper HTML.

These pages are generated by "makeinfo 4.0b" - the only serious error
is this kind of error:

<h2><a name="TOC0">Target specification</h2>
                                       ^

       Error: end tag for "A" omitted; possible causes include a
       missing end tag, improper nesting of elements, or use of an
       element where it is not allowed

Let's report this to the makeinfo authors (CC'ed - note reply-to!):

Hi, makeinfo authors,

makeinfo generates wrong HTML, it doesn't close tags (see above).

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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