[Webkit-unassigned] [Bug 50398] Android would like to disable rounding hacks for TextRuns in text controls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 3 15:16:25 PST 2011


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





--- Comment #20 from Dave Hyatt <hyatt at apple.com>  2011-01-03 15:16:25 PST ---
I think the best way to accomplish this is to actually add a new CSS property for it.... probably something like -webkit-text-rounding: auto | integral | subpixel.  Then you can set that in your Android UA sheet for text controls.

The WebCore code can then be patched to just respect the CSS property.

Not sure if others agree with this approach, but that's probably how I would do it.  The CSS property support could even just be ifdefed out for platforms that don't care (similar to the Dashboard region CSS property).

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