Re: [csswg-drafts] [css-grid] Masonry layout in CSS Grid 3 has potential to cause accessibility problems with reading order. (#5675)

I wrote an algorithm that would get this right in your example in the original post. 

Incidentally I think with the current behaviour of placing on the shortest column you would get 
||||
|-|-|-|
|The quick|brown fox|jumped|
|Over|dog|the lazy|

However I have an algorithm that generally does a much better job of this. Balancing visual flow with equal column sizes. Nothing will be perfect though if the grid elements are vastly different sizes.

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


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

Received on Saturday, 21 December 2024 19:48:36 UTC