Mobile app version of vmapp.org
Login or Join
XinRu657

: Why is not grid layout enabled by default in google chrome? Grid layout is supported by default in Internet Explorer 10 and we are already at 11, but in Google Chrome, which is the most popular

@XinRu657

Posted in: #Grid #Layout

Grid layout is supported by default in Internet Explorer 10 and we are already at 11, but in Google Chrome, which is the most popular browser, it is still an experimental feature.

Since grid layout is a great time-saver for HTML developers and avoids many problems and shortcomings of other well-supported page layout tools, I am asking why we can't use it right now.

I understand the W3C grid-layout spec is still a WIP, but I expected some stable, basic things to be implemented by browsers before the standard is completed by default, else what kind of browser war is this? I hope someone from Chrome dev-team can answer me here.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @XinRu657

1 Comments

Sorted by latest first Latest Oldest Best

 

@Megan663

It's not just Chrome. Grid layout isn't supported by the majority of browsers.

From: caniuse.com/#feat=css-grid


You won't be able to use this feature until it is enabled at least in Firefox, Chrome, and Safari. If you care about mobile, then Android browser as well.

Most web developers wait until a feature is supported by 80% or more of their visitors' browsers before using it. In general, that can take years. I would have liked to start using transparent PNG alpha layers and min-width CSS years before I was actually able to do so because IE was the lone browser that didn't support them. Even once IE did support them, Microsoft doesn't push users to upgrade their browsers and it takes years for usage of old versions of the browser to dwindle. At least with Chrome, Google pushes updates out and most users upgrade frequently. Once the feature is enabled, it should be available to use quickly.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme