Earlier quoted context omitted.
Firefox supports it. You're aware Firefox is OSS right?
Firefox went walled garden in v37. That said, at least this css grid garden has a elegant fallback. Most CSS grid sites don't. Or worse, they fall back to 'mobile' sites.
CSS grid garden
11–20 of 138 posts
Re: CSS grid garden
#12Earlier quoted context omitted.
Firefox went walled garden in v37. That said, at least this css grid garden has a elegant fallback. Most CSS grid sites don't. Or worse, they fall back to 'mobile' sites.
"Walled garden" in what sense?
Re: CSS grid garden
#13Re: CSS grid garden
#14There's no mainstream browser that doesn't suck (ie, they're all walled gardens) that supports CSS grid. Plus the other 4 billion people on Earth not in modern countries.
I create my mobile version of pages with Flexbox, so if the user's browser doesn't support it, they see the full featured mobile view. Progressive enhancement.
Re: CSS grid garden
#15Earlier quoted context omitted.
"Walled garden" in what sense?
The walled garden I speak of is the implementation of add-ons cryptographically signed by Mozilla only. Unless you run one of the betas (w/bugs) you cannot use any add-on not approved by Mozilla. And lately they've even been removing/banning add-ons that aren't illegal but otherwise upset outside corporations (ie, the paywall bypasser that uses googlebot's http headers substituted in).
Re: CSS grid garden
#16Re: CSS grid garden
#17Curious as to why CSS Grid chose to start at 1-index rather than zero, and why the end column is one more than the position of the column that actually stops.
Re: CSS grid garden
#18Curious as to why CSS Grid chose to start at 1-index rather than zero, and why the end column is one more than the position of the column that actually stops.
* https://en.wikipedia.org/wiki/Interval_(mathematics)#Includi...
Re: CSS grid garden
#19Earlier quoted context omitted.
"Walled garden" in what sense?
The walled garden I speak of is the implementation of add-ons cryptographically signed by Mozilla only. Unless you run one of the betas (w/bugs) you cannot use any add-on not approved by Mozilla. And lately they've even been removing/banning add-ons that aren't illegal but otherwise upset outside corporations (ie, the paywall bypasser that uses googlebot's http headers substituted in).