why is this better than tables?
CSS Grid – Table layout is back. Be there and be square
21–30 of 280 posts
Re: CSS Grid – Table layout is back. Be there and be square
#22The biggest game-changer to me seems to be the last example, with `grid-template-areas`. I could probably explain this in a matter of minutes (as opposed to flexbox).
Edge had better get support this year or I'll consider placing a warning on my website to all Edge users that the layout won't work. I'm over supporting lagging browsers.
Re: CSS Grid – Table layout is back. Be there and be square
#23Re: CSS Grid – Table layout is back. Be there and be square
#24Re: CSS Grid – Table layout is back. Be there and be square
#25Re: CSS Grid – Table layout is back. Be there and be square
#26> Short of taking care of sizing the elements yourself, sadly, you can't have both a vertical and horizontal rhythm by just using flexbox alone. Accompanied by https://developers.google.com/web/updates/images/2017/01/css... I'm pretty familiar with Flex but I simply don't understand and the diagram doesn't help. What does 'rhythm' mean in terms of layout? Taking a guess (which I shouldn't be), I can make https://deve…
it shows that you can not use flexbox to force the both upper blocks being the same height.
Re: CSS Grid – Table layout is back. Be there and be square
#27why is this better than tables?
Re: CSS Grid – Table layout is back. Be there and be square
#28> Short of taking care of sizing the elements yourself, sadly, you can't have both a vertical and horizontal rhythm by just using flexbox alone. Accompanied by https://developers.google.com/web/updates/images/2017/01/css... I'm pretty familiar with Flex but I simply don't understand and the diagram doesn't help. What does 'rhythm' mean in terms of layout? Taking a guess (which I shouldn't be), I can make https://deve…
OP is likely referring to vertical rhythm in typography: https://zellwk.com/blog/why-vertical-rhythms/
Anywho, google helps a bit, [1]. So, yes, you're absolutely right. it's just quite a bit more widespread than typography
[1] https://www.google.com/search?q=rhythm+in+painting&espv=2&bi...
Re: CSS Grid – Table layout is back. Be there and be square
#29why is this better than tables?
And display: table, which uses CSS to make things look the same, without implying anything about the content, wasn't supported by Microsoft, back when they they were a) the only browser that mattered, and b) trying to hold back the web to protect their monopolies, so people worked around their damage by using the tools that happened to already be available in IE (see also the invention of AJAX)
Once Microsoft caught up, people who understand CSS started using display: table whenever it helped. People who didn't kept complaining that you couldn't just use .
Re: CSS Grid – Table layout is back. Be there and be square
#30Every time I hit the wrong link because the browser engine finally figured out it should move things around one more time just that millisecond, my soul gets blackened by the wish to strangle someone.