Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I work in government which is pretty modern but there are users who still use Ie 11.

It looks like IE11 doesn't have full support for flex box or css garden..is that correct?



Microsoft doesn't consider IE a browser anymore, they call it a "compatibility solution"[0][1]. If a site looks bad in IE, I think that is ok these days. (functional but ugly, is there an industry phrase to encapsulate this idea?) IE 11 was released 5 year ago...

[0] https://www.zdnet.com/article/microsoft-security-chief-ie-is...

[1] https://techcommunity.microsoft.com/t5/Windows-IT-Pro-Blog/T...


Graceful degradation.


Thank you. I guess I always considered that a phrase regarding features where a browser doesn't have a feature yet, but will in the future. But I guess it works well for the other direction as well.

(ie, a browser that will never have any new features)


That's progressive enhancement.

Progressive Enhancement: Starting from some baseline, ideally static content, and building in features that newer, usually visual browsers can support

Graceful degradation: What happens if things don't work perfectly, or some browser doesn't support a feature, or network connectivity is shit so your js file doesn't load.


Flexbox: "Partial support is due to large number of bugs present"

https://caniuse.com/#search=flexbox

Grid: "Partial support in IE refers to supporting an older version of the specification"

https://caniuse.com/#search=grid

IIRC IE implemented Grid first but their spec had enough problems that the standard isn't much like it.


https://caniuse.com/#feat=css-grid https://caniuse.com/#feat=flexbox

It's iffy, but IE was the first to support any grid spec. I'd build a float based layout and progressively enhance newer layout methods


Im not a UI dev but for my basic stuff I stuck with bootstrap since it supports every browser for positioning.


bootstrap 5 is dropping IE support: https://github.com/twbs/bootstrap/pull/23586


I use Suzy grids 2 for ie and everything above and it works great.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: