-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with IE10 #39
Comments
IE10 does support flexbox model (with a prefix). Maybe add it in the README file? |
Does it support the old or new spec? I tried looking it up, but it seems like a hybrid of the two. |
IE10 supports the new flexbox model. Flexie enables the 2009 model. So these are not the droids you are looking for. |
Yeah, I dug into it a bit more. That's nice. What tripped me up was that it supports display:-ms-flexbox instead of -ms-flex, but that part of the spec changed only very recently so I guess it's forgivable. |
IE10 follows the draft from March 2012 (http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/), which is not the current draft (http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/). You can see exactly which properties are supported via MSDN: http://msdn.microsoft.com/en-us/library/ie/hh772069(v=vs.85).aspx |
At the moment, flexiejs will not work with IE10, and all elements display vertically.
The text was updated successfully, but these errors were encountered: