Bug 96557
Summary: | Text Autosizing: Support vertical writing modes. | ||
---|---|---|---|
Product: | WebKit | Reporter: | John Mellor <johnme> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | dbates, jchaffraix |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 96841, 93655, 96143 | ||
Bug Blocks: | 84186 |
John Mellor
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
John Mellor
Adding two vertical writing mode bugs that block this.
Daniel Bates
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.