Bug 96557 - Text Autosizing: Support vertical writing modes.
Summary: Text Autosizing: Support vertical writing modes.
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 96841 93655 96143
Blocks: FontBoosting
  Show dependency treegraph
 
Reported: 2012-09-12 14:03 PDT by John Mellor
Modified: 2016-09-19 15:11 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Mellor 2012-09-12 14:03:52 PDT
Bug 96143 added code to avoid autosizing text in constrained height elements. Working out whether the height of text is constrained when the containing block has a perpendicular writing mode is tricky (especially since WebKit itself currently gets this wrong in several places), so this was left as a FIXME, which this bug intends to fix.

Any future known conflicts between Text Autosizing and vertical writing modes will also be added to this bug.
Comment 1 John Mellor 2012-09-14 17:15:52 PDT
Adding two vertical writing mode bugs that block this.
Comment 2 Daniel Bates 2016-09-19 15:11:53 PDT
Marking this bug Resolved WontFix because the TEXT_AUTOSIZING feature was removed in <https://trac.webkit.org/changeset/206119> (bug #162167). See bug 84186, comment 32 for more details.