Bug 135460 - Flexbox lacks support of the new alignment values in CSS3 Box Alignment spec.
Summary: Flexbox lacks support of the new alignment values in CSS3 Box Alignment spec.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 170445
Blocks: 91512 111616
  Show dependency treegraph
 
Reported: 2014-07-31 06:04 PDT by Javier Fernandez
Modified: 2017-05-24 13:30 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>