- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 18 Dec 2006 12:30:16 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4092
Summary: font-size-adjust error is incorrect
Product: CSSValidator
Version: CSS Validator
Platform: PC
URL: http://jigsaw.w3.org/css-
validator/validator?text=body+%7B%0D%0A++font-size-
adjust%3A+none%3B%0D%0A%7D&usermedium=all&warning=1&prof
ile=css21&usermedium=all
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: CSS 2.1
AssignedTo: dave.null@w3.org
ReportedBy: david@dorward.me.uk
QAContact: www-validator-cvs@w3.org
Before reporting that "Property font-size-adjust doesn't exist :none", the
validator reports that the value I gave it was an "invalid number." In CSS 2.0,
"none" is a valid value, the property does not accept only "<number>".
In CSS 2.1, however, the property does not exist at all, and it does report
this. However, the two error messages are smashed together as one in the
report.
Received on Monday, 18 December 2006 12:30:29 UTC