-
Notifications
You must be signed in to change notification settings - Fork 759
[css-grid] Do all percentages behave as auto when computing minimum contribution? #3612
Copy link
Copy link
Closed
Closed
Copy link
Labels
Issue body actions
Percentages in preferred size are resolved with respect of the grid area. The grid area is being calculated, so I guess all percentages should be considered to behave as auto?
The change was done in https://bugzil.la/1462854). In this example, there is no longer a green background in Firefox, but there is in Blink and Edge:
<div style="width: 0px">
<div style="display: grid; float: left; background: lime">
<div style="min-width: 0px; width: 100%">content</div>
</div>
</div>I just want to confirm whether my understanding of the spec is correct and whether this implication was intentional. In css-grid-1 CR 2017-12-14+No due date
Relationships
Development
Issue actions
You can’t perform that action at this time.