[css-grid][css-align] Align vs Grid vs undefined on how grid items are sized #394
Labels
Closed Accepted as Obvious Bugfix
Commenter Satisfied
Commenter has indicated satisfaction with the resolution / edits.
css-align-3
Current Work
css-grid-1
Milestone
https://drafts.csswg.org/css-grid-1/#grid-item-sizing
https://drafts.csswg.org/css-align/#valdef-justify-self-stretch
CSS Align is missing a definition of how
auto
blocks are sized when the alignment is notstretch
; specifically, it neglects to say they are fit-content sized (a difference from thenormal
behavior of blocks as specified in 2.1). Grid items, since they are sized like blocks, are likewise missing this definition.Also, given
normal
for grid items isstretch
, I'm unsure what was intended in the block axis. Blocks are normally content-sized, and the spec sortof implies they should behave like blocks; but the css-align spec defines grid items to exactly fit the track when stretched.The text was updated successfully, but these errors were encountered: