Re: [csswg-drafts] [css-align][css-grid] Implementations parse but don't honor `unsafe` self-alignment (#6385)

Hi @tabatkins 

I think the test case that you used is not correct to show an issue related to the use of the 'unsafe' keyword in the overflow overflow alignment. The grid uses auto-sized tracks, so the grid area will get the same size as larger item (80px). So the center alignment wont cause any overflow, hence the 'unsafe' keyword is useless. 

It's possible to apply the 'unsafe' keyword to the Content Alignment, using the place-content shorthand and you'll see in the same test case  how the 'unsafe' has the expected behavior.

-- 
GitHub Notification of comment by javifernandez
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6385#issuecomment-862210557 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 16 June 2021 09:38:52 UTC