[webkit-reviews] review requested: [Bug 96143] Text Autosizing: Don't autosize text in constrained height elements. : [Attachment 162862] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 7 14:03:35 PDT 2012


John Mellor <johnme at chromium.org> has asked  for review:
Bug 96143: Text Autosizing: Don't autosize text in constrained height elements.
https://bugs.webkit.org/show_bug.cgi?id=96143

Attachment 162862: Patch
https://bugs.webkit.org/attachment.cgi?id=162862&action=review

------- Additional Comments from John Mellor <johnme at chromium.org>
Autosizing text within constained height elements usually goes badly, as the
autosized text will wrap onto more lines, hence it will become taller and often
overflow its container, breaking the page's layout.

This first patch is going to change slightly, as I plan to address the vertical
writing mode FIXME before requesting commit, but uploading it now in case
people want to take an initial look.


More information about the webkit-reviews mailing list