You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-platform
Hi,
[css-sizing-3] introduces a fit-content(<length-percentage>) value, that is
a new value similar to fit-content, except taking an argument instead of
using the available width. This value is used in width/min-width/max-width
(if the inline axis is horizontal). Gecko supports the -moz-fit-content
keyword, but before un-prefixing it, I think we should support
fit-content() first. The spec should be stable enough and the related spec
issue has been resolved (https://github.com/w3c/csswg-drafts/issues/3731).
Note: this is different from the fit-content() in grid layout.