[Webkit-unassigned] [Bug 117680] New: rem unit does not scale well
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 16 03:40:19 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117680
Summary: rem unit does not scale well
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: pzfra at dealja.com
Created an attachment (id=204787)
--> (https://bugs.webkit.org/attachment.cgi?id=204787&action=review)
html and css example
Hi,
When I want to replace the old unit the size of a new, and when I prescaling the window size, rem is not precise. Examle below.
1px when converting to rem is invisible.
Firefox and IE10 scaling pretty good.
body {
font-size:62.5% /* ==> 10px */
}
div {
border: .1rem solid red /* ==> 1px */
}
screenshot:
chrome 27 default site (100% view)
http://d.pr/i/FmOe
chrome 27 (Ctrl+ + [90% view])
http://d.pr/i/bhHS
firefox resizing
http://d.pr/i/nS43
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list