Bug 135460
Summary: | Flexbox lacks support of the new alignment values in CSS3 Box Alignment spec. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Javier Fernandez <jfernandez> |
Component: | CSS | Assignee: | 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 |
Javier Fernandez
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)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
alan
*** Bug 151591 has been marked as a duplicate of this bug. ***
Jon Lee
<rdar://problem/29695086>