Re: i need a help on validation. maybe a bug?

Fabricio Rodrigues Gomes wrote:

>   1..  Line 198, Column 80: attributes construct error

This is a known problem in the markup validator: it issues this somewhat 
misleading error message. The real problem _is_ on line 198 but not in 
column - it's later. Add a space before the attribute names
classid
and
height
and the error messages should appear.

According to syntax rules, attribute specifications, of the form 
name="value", must not be consecutive but some whitespace (normally, a space 
or a linebreak) must appear between them.

-- 
Yucca, http://www.cs.tut.fi/~jkorpela/ 

Received on Tuesday, 18 January 2011 16:44:59 UTC