Get on the CSS Grid
updates.html5rocks.com
Get on the CSS Grid
1–10 of 46 posts
Re: Get on the CSS Grid
#2I always liked the flexibility of using that layout manager (although I always managed it via visual editors) so if this does reach mainstream compatibility it could be good!
As comments on the article point out, it seems to overlap with FlexBox quite a bit though.
Re: Get on the CSS Grid
#3This seems very similar to Java's gridbag layout manager ( http://docs.oracle.com/javase/tutorial/uiswing/layout/gridba... ) in terms of functionality. I always liked the flexibility of using that layout manager (although I always managed it via visual editors) so if this does reach mainstream compatibility it could be good! As comments on the article point out, it seems to overlap with FlexBox quite a bit though.
Re: Get on the CSS Grid
#4What's changed in this version?
Re: Get on the CSS Grid
#5"CSS Grid Layout is coming to Firefox in 2012": http://www.2ality.com/2012/03/css-grid-layout-firefox.html
So where is Firefox support for this? Was there a good reason to delay, or was it just other priorities? Did flexbox take much longer than expected?
Re: Get on the CSS Grid
#6I see that this draft is dated January 2014. Earlier versions go back to April 2011: http://www.w3.org/TR/2011/WD-css3-grid-layout-20110407/ What's changed in this version?
Re: Get on the CSS Grid
#7Re: Get on the CSS Grid
#8http://blogs.igalia.com/mrego/2014/03/13/welcome-css-grid-la...
Re: Get on the CSS Grid
#9So we return to tables ...
Re: Get on the CSS Grid
#10So we return to tables ...
semantics? yeah right.
By the way, tables can be made responsive too.