[VE][html5] Little bug in escape error

I cite from the validation page:

	Line 82, Column 180: & did not start a character reference.  
(& probably should have been escaped as &.

As you see the ampersand got double encoded.  It's mentioned 4 times  
as & , where as it only be once (the last one).

The first three mentions of the ampersand should simply be shown on  
the validator as "&" (which in the sourcecode of the validator is  
entity escaped / encoded as &). And only the 4th mention of it  
should only be double encoded (" & which will echo as & )  
- wheares the 4th mention is currently tripple esacaped (the source  
says: & )

More experienced users will probebly undersand this error mesage  
regardless, but it's an annoying little thing that might cause other  
things to become like this aswell.

--
Greetings,
Tem Corner



Validating http://www.vaneckblues.nl/nieuws/spotlight/mighty-mo-rodgers/
Error [html5]: ""

Received on Thursday, 29 October 2009 14:55:06 UTC