[Webkit-unassigned] [Bug 86518] New: Change ascents and descent back to ints for now

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 13:37:19 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86518

           Summary: Change ascents and descent back to ints for now
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eae at chromium.org
                CC: eric at webkit.org, leviw at chromium.org


Change ascents and descent calculation back to integers for now. 

As it looks like we'll need to support both the 1/60 and 1/1 implementations of FractionalLayoutUnit for the immediate future to ensure that text is rendered at the same offset and with the height regardless of the ENABLE_SUBPIXEL_LAYOUT flag. This ensures that most websites will look the same at 100% zoom regardless of the flag and also allows us to the same test expectations for the vast majority of layout tests.

Eventually we want to move those back to FractionalLayoutUnits as that will result in more correct rendering.

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