This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
makeinfo 4.8 generates non-standard HTML for @emph{..@samp{..}..}
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: bug-texinfo at gnu dot org
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 20 Apr 2005 12:56:04 +0200 (CEST)
- Subject: makeinfo 4.8 generates non-standard HTML for @emph{..@samp{..}..}
In the GCC documentation (gcc/doc/install.texi) we have the following
texinfo snippet
@emph{You should substitute @samp{i686} in the above command with the
appropriate processor for your host.}
makeinfo 4.8 translates this to
<p><em>You should substitute `<samp></em><span class="samp">i686</span>
<em></samp>' in the above command with the appropriate processor
for your host.</em>
which is not valid HTML 4.01 nor XHTML 1.0 transitional according to
validator.w3.org.
(The original file is at <http://gcc.gnu.org/install/specific.html>.)
Gerald