Bug 84507 - baseline for new flexboxes has changed
Summary: baseline for new flexboxes has changed
Status: RESOLVED DUPLICATE of bug 95889
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:
Blocks: 62048
  Show dependency treegraph
 
Reported: 2012-04-20 16:04 PDT by Ojan Vafai
Modified: 2012-09-10 16:18 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2012-04-20 16:04:24 PDT
"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."
Comment 1 Tony Chang 2012-09-10 16:18:59 PDT

*** This bug has been marked as a duplicate of bug 95889 ***