Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update support for flex-basis property values #14447

Merged
merged 1 commit into from
Jan 9, 2022

Conversation

foolip
Copy link
Contributor

@foolip foolip commented Jan 5, 2022

Support for content and min/max/fit-content shipped in Chrome 94:
https://storage.googleapis.com/chromium-find-releases-static/b3f.html#b3fc034c85b71d3575333731879d82e2e729d0e9

-moz-fit-content was unprefixed in Firefox 94:
https://bugzilla.mozilla.org/show_bug.cgi?id=1732759

This was also confirmed using
CSS.supports('flex-basis', 'fit-content') in Firefox 93 and 94 and
support for the prefixed form in Firefox 22 was confirmed using
CSS.supports('flex-basis', '-moz-fit-content').

Lack of support for fit-content in Edge and Safari was confirmed using
CSS.supports('flex-basis', 'fit-content').

Support for content and min/max/fit-content shipped in Chrome 94:
https://storage.googleapis.com/chromium-find-releases-static/b3f.html#b3fc034c85b71d3575333731879d82e2e729d0e9

-moz-fit-content was unprefixed in Firefox 94:
https://bugzilla.mozilla.org/show_bug.cgi?id=1732759

This was also confirmed using
`CSS.supports('flex-basis', 'fit-content')` in Firefox 93 and 94 and
support for the prefixed form in Firefox 22 was confirmed using
`CSS.supports('flex-basis', '-moz-fit-content')`.

Lack of support for fit-content in Edge and Safari was confirmed using
`CSS.supports('flex-basis', 'fit-content')`.
@github-actions github-actions bot added the data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Jan 5, 2022
@queengooborg queengooborg merged commit 3fbdfba into mdn:main Jan 9, 2022
jpmedley pushed a commit that referenced this pull request Jan 10, 2022
Support for content and min/max/fit-content shipped in Chrome 94:
https://storage.googleapis.com/chromium-find-releases-static/b3f.html#b3fc034c85b71d3575333731879d82e2e729d0e9

-moz-fit-content was unprefixed in Firefox 94:
https://bugzilla.mozilla.org/show_bug.cgi?id=1732759

This was also confirmed using
`CSS.supports('flex-basis', 'fit-content')` in Firefox 93 and 94 and
support for the prefixed form in Firefox 22 was confirmed using
`CSS.supports('flex-basis', '-moz-fit-content')`.

Lack of support for fit-content in Edge and Safari was confirmed using
`CSS.supports('flex-basis', 'fit-content')`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants