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: FYI: Webapge fails XHMTL validation


On Fri, Sep 13, 2002 at 01:37:55PM -0400, Chris Arrowood wrote:
> 
> Just a FYI since you have the W3C-XHTML compliant logo on your
> site...
> 
> http://gcc.gnu.org/java/faq.html
> 
> Line 737, column 63: 
>             for more details on how to use the CNI interface. </p>
>                                                                 
> ^Error: end tag for element "p" which is not open; try removing the
> end tag or check for improper nesting of elements 

It looks like the reference should be part of the same paragraph, so I
commited this patch to fix it after validating the page at
http://validator.w3.org.

That validator is easy to use if you've got a fast network connection,
but it sure would be convenient if there were a tool everyone could
use locally.  Does anyone know of a free software XHTML validator?

Janis

Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/faq.html,v
retrieving revision 1.54
diff -u -r1.54 faq.html
--- faq.html	1 Jul 2002 03:47:17 -0000	1.54
+++ faq.html	13 Sep 2002 17:42:56 -0000
@@ -650,7 +650,7 @@
       <dl>
         <dd>
           <p>Yes, GCJ 3.1 supports a CNI-based invocation interface as well as 
-	  the traditional JNI invocation API. </p>
+	  the traditional JNI invocation API.
 
           See the <a href="http://gcc.gnu.org/onlinedocs/gcj/Invocation.html";>GCJ Manual</a> 
           for more details on how to use the CNI interface. </p>


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