[Webkit-unassigned] [Bug 162167] New: Remove ENABLE(TEXT_AUTOSIZING) automatic text size adjustment code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 19 10:42:42 PDT 2016


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

            Bug ID: 162167
           Summary: Remove ENABLE(TEXT_AUTOSIZING) automatic text size
                    adjustment code
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org

Currently WebKit contains two implementations for automatic text-size adjustment guarded by ENABLE(TEXT_AUTOSIZING) and ENABLE(IOS_TEXT_AUTOSIZING). As far as I can tell TEXT_AUTOSIZING is not enabled on any port and its code is likely stale given that it is not enabled on any port. On Mac and iOS, WebKit is built with IOS_TEXT_AUTOSIZING enabled. We should remove all the ENABLE(TEXT_AUTOSIZING) code as it is unused.

For completeness, ENABLE(TEXT_AUTOSIZING) was added as part of the work for bug #84186. There has also been an effort to standardize the IOS_TEXT_AUTOSIZING behavior as part of the CSS Mobile Text Size Adjustment Module Level 1 spec., <https://drafts.csswg.org/css-size-adjust/>.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160919/3f6a4ae2/attachment.html>


More information about the webkit-unassigned mailing list