[Webkit-unassigned] [Bug 38919] Add support for fit-content etc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 15:17:25 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=38919





--- Comment #5 from Elliott Sprehn <esprehn at gmail.com>  2012-06-13 15:17:24 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > Looking at the code it appears that intrinsic maps to fit-content (shrink wrapping).
> 
> Yes, I think you're right.

This is more complicated than that even.

For a regular non-deprecated flex box (RenderBox):
  intrinsic => fit-content
  min-intrisic => does nothing

For a child of a deprecated flex box (RenderDeprecatedFlexBox):
  intrinsic => max-content
  min-intrinsic => min-content 

Having intrinsic mean "fit-content" outside a flex box seems wrong. Are we sure people depend on this behavior?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list