Hacker News new | ask | show | jobs
by ronnier 3061 days ago
Is there a good pollyfill for older browsers?
1 comments

The speaker suggests serving up mobile layout for older browsers and this is the pattern we are following at my company.
what does 'serving up mobile layout' exactly mean? Thanks.

yes grid is awesome but how to deal with polyfill is the question

I assume design something akin to just all your elements in a straight line downwards.
I think it means make your containers 100% width blocks and stack them on top of each other vertically.

I will be taking the approach of creating a "good enough" layout for older browsers and a superior layout to modern browsers using "@supports" feature query.