Bug 84507
Summary: | baseline for new flexboxes has changed | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ojan Vafai <ojan> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | tony |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 62048 |
Ojan Vafai
"1. If any flexbox items in the flexbox's first line (after flex-order
reordering) are baseline-aligned, use that.
2. Otherwise, if it has at least one item, and the baseline of its
first item (after flex-order reordering) is parallel to the main axis,
use that.
3. Otherwise, it's the after inner edge.
Flexbox items have the computed value of 'display' changed by the
table in CSS2.1 Chapter 9.7. In particular, inline-block now becomes
block."
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tony Chang
*** This bug has been marked as a duplicate of bug 95889 ***