- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 11 Jul 2007 09:21:25 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4847
Summary: Error occurs with a hyper-link that has GET informacion
in it
Product: Validator
Version: HEAD
Platform: PC
URL: http://datamatrix-bg.info
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P4
Component: check
AssignedTo: ot@w3.org
ReportedBy: datamatrixbg@gmail.com
QAContact: www-validator-cvs@w3.org
I have the following hyper-link code on my page:
<a style="background-color: #3399AA; color: #003366; "
href="?css=css1&page=0">style1</a>
and the XHTML1.0 validator keeps giving me these errors:
>>cannot generate system identifier for general entity 'page'
...A; color: #003366; " href="?css=css1&page=0">style1</a><br /><a
style="backgr
________________________________________^ (points to p in 'page')
>>general entity "page" not defined and no default entity. (points to p in 'page' again)
>>reference not terminated by REFC delimiter.
...olor: #003366; " href="?css=css1&page=0">style1</a><br /><a
style="background
(points to '=' after 'page')
And many more simular errors (pointing to '=', '?', '&'. (total 24 errors)
I want to know if my code really contains errors or it's a BUG in the
validator.
Note: the WEB-COUNTER (error 11, line 134 (warning) to error 62, line 137 are
errors that occur because of wrong code and arent validator bug related.
Thank You.
Received on Wednesday, 11 July 2007 09:21:32 UTC