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 18989 - The "rem" relative font length is not supported
Summary: The "rem" relative font length is not supported
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 3 (show other bugs)
Version: CSS Validator
Hardware: PC Windows NT
: P2 normal
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-24 13:16 UTC by Radu Coravu
Modified: 2012-09-25 21:01 UTC (History)
0 users

See Also:


Attachments

Description Radu Coravu 2012-09-24 13:16:48 UTC
According to the W3C specification:

http://www.w3.org/TR/css3-values/#font-relative-lengths

using "rem" should be a valid way to specify a font size, so the following CSS 3 construct should be valid.

personnel:before{
    display:block; 
    font-size:1.0rem;
    font-weight:bold;
}
Comment 1 Yves Lafon 2012-09-25 21:01:19 UTC
It was implemented but not yet pushed in production, now done.