- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 08 Jul 2004 12:58:31 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=822
Summary: dynamic source for images is shown as an error
Product: Validator
Version: 0.7.0
Platform: Other
URL: http://www.orpi.pl
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: check
AssignedTo: link@pobox.com
ReportedBy: w3@orzechowski.pl
QAContact: www-validator-cvs@w3.org
If we have in our code:
<img src="image.php?param=1¶m2=2"> validator show this as an error.
If we try get image
<img src="image.php?param=1&param2=2">
server gives an error.
I think one shoud repair this bug.
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
Received on Thursday, 8 July 2004 09:03:23 UTC