CSS Grid – Table layout is back. Be there and be square
11–20 of 280 posts
Re: CSS Grid – Table layout is back. Be there and be square
#12Everything is either a column or a row, so in the example layout in the link, you'd need two container divs. Whereas the grid example can be done without any.
Re: CSS Grid – Table layout is back. Be there and be square
#13Why is this problem so hard when CSS does so much for node positioning? Why not create a simpler standard once and for all?
We had a simpler standard in 1995. It was called tables and it did this exceptionally well and more importantly was easy enough for even amateurs to understand. And then armchair demagogues decided that markup should no longer be used for markup, setting web layout back decades and creating the field of web designers whose major accomplishment was understanding stupid div hacks.
Re: CSS Grid – Table layout is back. Be there and be square
#14Re: CSS Grid – Table layout is back. Be there and be square
#15Why is this problem so hard when CSS does so much for node positioning? Why not create a simpler standard once and for all?
We had a simpler standard in 1995. It was called tables and it did this exceptionally well and more importantly was easy enough for even amateurs to understand. And then armchair demagogues decided that markup should no longer be used for markup, setting web layout back decades and creating the field of web designers whose major accomplishment was understanding stupid div hacks.
Re: CSS Grid – Table layout is back. Be there and be square
#16Re: CSS Grid – Table layout is back. Be there and be square
#17> 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…
Re: CSS Grid – Table layout is back. Be there and be square
#18Re: CSS Grid – Table layout is back. Be there and be square
#19(We also would have more sites that looked liked late 90s Flash, but then again, we're moving that direction anyway, just with more effort and convoluted design)
Re: CSS Grid – Table layout is back. Be there and be square
#20Earlier quoted context omitted.
We had a simpler standard in 1995. It was called tables and it did this exceptionally well and more importantly was easy enough for even amateurs to understand. And then armchair demagogues decided that markup should no longer be used for markup, setting web layout back decades and creating the field of web designers whose major accomplishment was understanding stupid div hacks.
It's pretty amazing, isn't it, the type of infinitely useless brain loops we can get stuck in. Especially when we fail to take a step back and ask the question "Is this really the right way?".
In my opinion CSS's worst sin is that it does not include basic experience from other programming languages: variables and name scoping. It's a minefield of namespace collisions and superfluous repetitions.