marcj / css-element-queries

CSS Element-Queries aka Container Queries. High-speed element dimension/media queries in valid css.
http://marcj.github.io/css-element-queries/
MIT License
4.27k stars 487 forks source link

Remove IE7 / IE8 support #157

Closed kaljak closed 7 years ago

kaljak commented 7 years ago

Lots of libraries have already dropped the support of IE7 / IE8 and I think so should do this library.

e.g. "attachEvent" or "domLoaded" function

akomm commented 7 years ago

Many even dropped 9 & 10 support.

kobeaerts commented 7 years ago

Yeah, we're 2017. Time to drop everything below IE11 🎉

marcj commented 7 years ago

well, no need for that since IE is actually the only browser that supports this native :D

kaljak commented 7 years ago

To make it more explicit I created this commit: https://github.com/kaljak/css-element-queries/commit/bc7d5608aeb1c0afc8135a05e2dfc0400bbd44f7

All workarounds, that are only needed for IE8 and maybe Firefox < 3.6 are removed. I will make a pull request if you know now what I mean :)