This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19005 - Property x-height doesn't exist : 1
Summary: Property x-height doesn't exist : 1
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 2.0 (show other bugs)
Version: CSS Validator
Hardware: All All
: P1 blocker
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-25 10:46 UTC by Alexander Nesterenko
Modified: 2012-09-25 20:52 UTC (History)
0 users

See Also:


Attachments

Description Alexander Nesterenko 2012-09-25 10:46:56 UTC
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".
Comment 1 Yves Lafon 2012-09-25 20:52:32 UTC
Fixed, thanks!