Hi Frank, *,

On Mon, Mar 17, 2008 at 10:03:26AM +0100, Frank Mau wrote:
> contacted responsible engineer for the site.
> >
> >I was checking each page for (X)HTML validation, on the new site. HYPERLINK
> >"Http://extensions.services.openoffice.org/"Http://extensions.services.openo
> >ffice.org/ failed completely. It had 308 errors on W3C validation.  
 
The errors are all of the same cause: Nonclosed tags (<br> instead of
<br/> and <image ..> instead of <image ../>) and nonquoted values in the
tag-attributes (width=10px instead of width="10px") which directly leads
to the other problem: it specifies xhtml 1.0 strict, but uses
formatting-declarations, thus it should either be changed to css or the
doctype should be set to xhtml/transitional

300 errors sound like a lot, but really it isn't that much, since many
tags trigger multiple errors. 

ciao
Chrsitian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to