Bug 135460

Summary: Flexbox lacks support of the new alignment values in CSS3 Box Alignment spec.
Product: WebKit Reporter: Javier Fernandez <jfernandez>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: hyatt, jonlee, rhodovan.u-szeged, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.chromium.org/p/chromium/issues/detail?id=722287
Bug Depends on: 170445    
Bug Blocks: 91512, 111616    

Description Javier Fernandez 2014-07-31 06:04:44 PDT
The CSS3 Box Alignment  specification (http://dev.w3.org/csswg/css-align-3) defines new values for the align-{self, items} CSS properties. 

Currently, the RenderFlexibleBox render does not support the following ones:
  - start
  - end
  - self-stat
  - self-end
  - left
  - right
  - last-baseline (at risk of being dropped during the CR period)
Comment 1 zalan 2016-08-24 13:14:18 PDT
*** Bug 151591 has been marked as a duplicate of this bug. ***
Comment 2 Jon Lee 2016-12-15 16:26:10 PST
<rdar://problem/29695086>