Bug 86154
Summary: | new flexbox flex items should be able to handle min-content/max-content/fill-available/fit-content as values for min/max width/height | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tony Chang <tony> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=289961 | ||
Bug Depends on: | 38919 | ||
Bug Blocks: | 62048 |
Tony Chang
I think we currently only handle fixed values.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tony Chang
Note: We may want to implement aliases using min-content/max-content/fit-content first. We should check the spec and compare the current webkit implementation of intrinsic/min-intrinsic.