[Webkit-unassigned] [Bug 15086] New: Proper rendering of CSS em units breaks at em < 1 for all but fonts.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 26 21:26:16 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15086

           Summary: Proper rendering of CSS em units breaks at em < 1 for
                    all but fonts.
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P1
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: psygnisfive at yahoo.com


Given a style:

#foo {
  width: 10em;
  height: 10em;
}

The corresponding element will render its width as 10em for all font-sizes that
compute out to >=1px, but as 10px for all font-sizes that compute out to <1px.

If the font-size is set to 10px, the element foo renders to be 100px wide/high,
etc. but if font size is set to 0.5px, the element remains at 10px wide/high. 

However fonts themselves are rendered appropriately.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list