You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CSS Working Group just discussed [css-sizing-3] max-content contribution of replaced only-ar elements might be improvable, and agreed to the following:
RESOLVED: Specify Firefox's behavior
The full IRC log of that discussion
<dael> Topic: [css-sizing-3] max-content contribution of replaced only-ar elements might be improvable
<dael> github: https://github.com//issues/4218
<dael> fantasai: We triaged this last week. Case is we have some box which says I want width max-content
<dael> fantasai: Something inside it intrinsically sized with an aspect ratio and no size info
<dael> fantasai: No interop. Chrome is 0x0 as max content. Spec says use 300px width and ratio for height. Resolvable but arbitratry. FF uses initial containing block. That seems useful. We suggest spec FF behavior
<dael> astearns: Concerns?
<dael> astearns: Objections to Specify Firefox's behavior?
<dael> RESOLVED: Specify Firefox's behavior
smfr
changed the title
[css-sizing-3] max-content contribution of replaced only-ar elements might be improvable
[css-sizing-3] max-content contribution of replaced only-aspect-ratio elements might be improvable
Jan 15, 2020
We appear to have no interop on this case:
Chrome gives it 0x0, Firefox gives it ICB width and then ratio height. The spec says 300px width and ratio height.
We suggest to go with FF's behavior, as this seems more useful than 0, and less arbitrary than 300px.
The text was updated successfully, but these errors were encountered: