Re: Why the first letter on DIV is in red and it's error?

On Tuesday 23 March 2010, Rui del-Negro wrote:
> > Hello, anyone can help with this line?
> > 
> > Line 121, Column 11: ID "box10" first defined here
> > 
> >         <div id="box10">
> > 
> > Why the "b" is in red? And why it's an error?
> 
> You probably have more than one div with the same id. The validator should
> probably highlight the whole id, not just the first letter, though.

Unfortunately the location information validator gets from the underlying 
parsers usually just include a line number and a column number.

Received on Tuesday, 23 March 2010 19:32:25 UTC