This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Website in XHTML
- From: Joe Buck <Joe dot Buck at synopsys dot com>
- To: janis187 at us dot ibm dot com (Janis Johnson)
- Cc: pfeifer at dbai dot tuwien dot ac dot at (Gerald Pfeifer),janis187 at us dot ibm dot com (Janis Johnson),udo dot steinbach at ewetel dot net (Udo Steinbach), gcc at gnu dot org
- Date: Fri, 20 Sep 2002 11:13:22 -0700 (PDT)
- Subject: Re: Website in XHTML
> The texinfo documentation says "The HTML generated is mostly standard
> (i.e., HTML 2.0, RFC-1866)." It looks like we should use different
> headers for html files generated by makeinfo, and don't include the
> compliance claim in the footer.
Omitting </p> and generating <hr> instead of <hr /> is valid HTML 2.0.
If we want to be XHTML-compliant, we'd need to get texinfo fixed.