question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing a couple IE11 grid vendor rules

See original GitHub issue

I’m not exactly sure how much control you have over missing css properties, but I ran into a few that are sometimes needed when working with IE11 and CSS Grids. I believe the following are some of the missing CSS properties:

  • -ms-grid-row
  • -ms-grid-row-span
  • -ms-grid-column
  • -ms-grid-column-span

I can probably dig up some more references if that’d be helpful.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
freniccommented, Oct 22, 2018

Thank you for raising this. My best guess would be to add them to mdn/data rather than mdn/browser-compat-data because it’s an old spec. I created an issue to see what they have to say.

0reactions
freniccommented, Sep 7, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

CSS Grid in IE: CSS Grid and the New Autoprefixer
In Part 1 of this series, I debunked a few misconceptions that many people have around the Internet Explorer (IE) implementation of CSS...
Read more >
CSS Grid Layout not working in IE11 even with prefixes
The properties you are using don't exist in the older grid spec. Using prefixes makes no difference. Here are three problems I see...
Read more >
CSS Grid Layout and progressive enhancement
Some simple grid layouts could be implemented for IE10, through to Edge 15, using the -ms properties. As these properties are vendor prefixed, ......
Read more >
Supporting CSS Grid in Internet Explorer | by Elad Shechter
Most developers are afraid to start using CSS Grid because of browser support, ... Autoprefixer online - add the desired vendor prefixes and...
Read more >
CSS Grid Application Layout in Production - commercetools tech
CSS Grid is one of the biggest enhancements for layouts the web has ... those feel free to skip to the "Making it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found