Bug 144444

Summary: [CSS Box Alignment] alignment properties must keep Flexbox compatibility
Product: WebKit Reporter: Javier Fernandez <jfernandez>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 60731, 91512    

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 ***