- From: <bugzilla@wiggum.w3.org>
- Date: Sun, 14 May 2006 23:32:00 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3278
ot@w3.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #1 from ot@w3.org 2006-05-14 23:31 -------
(In reply to comment #0)
> The DTD imples that the unit lengths for image width and height should *not* be
> specified when declared in pixels.
Actually, no, the DTD only states that the length is CDATA, which has no
constraint for units or any such things.
> <!ENTITY % Length "CDATA">
This is only a comments... And therefore not something a DTD-aware parser can
enforce.
> <!-- nn for pixels or nn% for percentage length -->
Enforcing such constraints would be the job for a full conformance checker, not
a "mere" validator.
Closing as "not a bug" for this particular tool, although obviously the need
for something beyond validation is known.
Received on Sunday, 14 May 2006 23:32:04 UTC