[Bug 18989] New: The "rem" relative font length is not supported

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18989

           Summary: The "rem" relative font length is not supported
           Product: CSSValidator
           Version: CSS Validator
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSS 3
        AssignedTo: dave.null@w3.org
        ReportedBy: radu_coravu@sync.ro
         QAContact: www-validator-cvs@w3.org


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;
}

-- 
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 Monday, 24 September 2012 13:16:51 UTC