Bug 144444 - [CSS Box Alignment] alignment properties must keep Flexbox compatibility
Summary: [CSS Box Alignment] alignment properties must keep Flexbox compatibility
Status: RESOLVED DUPLICATE of bug 161303
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 60731 91512
  Show dependency treegraph
 
Reported: 2015-04-30 03:51 PDT by Javier Fernandez
Modified: 2016-08-30 14:15 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Fernandez 2015-04-30 03:51:11 PDT
The new CSS Box Alignment specification introduces new values and syntax for the alignment properties, most of them not yet implemented by Flexbox. 

The case if the initial value is specially tricky, since it'd default, in some cases, to invalid values for Flexbox.

We might protect the CSS Box Alignment implementation behind a compile flag (we can use the grid layout one, for now) in order to keep the old Flexbox's code path.
Comment 1 Javier Fernandez 2016-08-30 14:15:43 PDT

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