- From: <bugzilla@jessica.w3.org>
- Date: Tue, 25 Sep 2012 10:46:56 +0000
- To: www-validator-cvs@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19005
Summary: Property x-height doesn't exist : 1
Product: CSSValidator
Version: CSS Validator
Platform: All
OS/Version: All
Status: NEW
Severity: blocker
Priority: P2
Component: CSS 2.0
AssignedTo: dave.null@w3.org
ReportedBy: alex.hectepehko@gmail.com
QAContact: www-validator-cvs@w3.org
I check next CSS 2.0 code
@font-face {
x-height: 1;
}
and i got error "Property x-height doesn't exist : 1".
I changed "x-height" to "x-hegiht" and check again
@font-face {
x-hegiht: 1;
}
Result for this code is success.
The "Valid CSS information" section contains next code
@font-face {
x-height : 1;
}
Please fix typo in "x-hegiht" to "x-height".
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Tuesday, 25 September 2012 10:47:06 UTC