Hacker News new | ask | show | jobs
by kemayo 3681 days ago
The sticking point for enterprise-y things remains IE, since it only supports flexbox (buggily) as of IE11.

Though there's polyfills like flexibility out there, of course.

2 comments

According to this[0], IE10.

0. http://caniuse.com/#feat=flexbox

Sort of? I mean, note that table skips IE10 entirely.

As I understand it, IE10 implements a different, somewhat incompatible version of the flexbox spec. You can see all the changes they made for 11 here: https://msdn.microsoft.com/library/dn265027(v=vs.85).aspx

Didn't MS announce to only keep supporting the latest IE/Edge version? This should help in that class.