Giter Club home page Giter Club logo

Comments (6)

ryangiglio avatar ryangiglio commented on July 29, 2024

I've gotten a hold of genuine IE8, rather than using IE Tester, and got a slightly different error: Invalid Argument.

After some googling, I came across this: Prinzhorn/skrollr-stylesheets#22 Perhaps the script is choking on my unsupported CSS? I'm using nth-child in a few places, and using a different fallback method for IE8 to display the same area.

from calc-polyfill.

rodebert avatar rodebert commented on July 29, 2024

If you using the calc property for a selector that IE8 does not support, it sure will fail. It is right there should also be an exception handling for this as I do not plan to implement to patch missing selector support for IE.

from calc-polyfill.

ryangiglio avatar ryangiglio commented on July 29, 2024

I don't have calc inside a selector that IE8 doesn't support, but I do have calc inside a media query (which I know IE8 doesn't support, but I am supporting with respond.js) so that could also be the problem.

from calc-polyfill.

rodebert avatar rodebert commented on July 29, 2024

Oh I see. I do not plan to support to polyfill calced properties within media queries but I do plan to integrate support for respond.js.

from calc-polyfill.

ryangiglio avatar ryangiglio commented on July 29, 2024

Alright, I'll have to look to another solution for now then, but I'll keep an eye out for respond.js support!

from calc-polyfill.

rodebert avatar rodebert commented on July 29, 2024

Support for media-queries is now integrated. So no support for respond.js. You have to polyfill window.matchMedia.

from calc-polyfill.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.