- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 12 May 2006 11:37:57 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3278
Summary: Failure to identify pixel declarations on image height
and widths
Product: Validator
Version: HEAD
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Parser
AssignedTo: link@pobox.com
ReportedBy: submit@blackwidows.org.uk
QAContact: www-validator-cvs@w3.org
>From XHTML1 Transitional DTD:
<!ENTITY % Length "CDATA">
<!-- nn for pixels or nn% for percentage length -->
-------
The DTD imples that the unit lengths for image width and height should *not* be
specified when declared in pixels. Yet the following does not result in an
error or warning:
img src ="foo.jpg" width="200px" height="100px" alt=""
Received on Friday, 12 May 2006 11:38:01 UTC