Bug 144444
Summary: | [CSS Box Alignment] alignment properties must keep Flexbox compatibility | ||
---|---|---|---|
Product: | WebKit | Reporter: | Javier Fernandez <jfernandez> |
Component: | CSS | Assignee: | 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 |
Javier Fernandez
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Javier Fernandez
*** This bug has been marked as a duplicate of bug 161303 ***