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 RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 38919    
Bug Blocks: 62048    

Description Tony Chang 2012-05-10 16:04:43 PDT
I think we currently only handle fixed values.
Comment 1 Tony Chang 2012-05-11 09:55:37 PDT
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.