You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Admin layout isn't used on the public site - only in publishing applications (think just content-publisher and content-data) where users may be stuck using older browsers, so we should probably still support them.
I’m wondering if we might actually be able to remove Modernizr now.
The gem version of Modernizr has the following configuration:
Flexbox
Flexbox (tweener)
History API
html5 printshiv
Add CSS classes (default)
I can’t find any 'no feature' styles configured for no-flexbox or no-flexboxtweener anywhere in the publishing applications (or for anywhere that uses the admin template). I searched for no-flexbox and no-flexboxtweener.
Same for the History API
Finally, there's the printshiv option (allowing HTML5 elements to be styled and contain children while being printed in IE 6-8). Is it safe to assume that printing admin pages in browsers older than IE9 isn't a major requirement?
We have modernizr in the components gem but it only appears to be used on the admin layout, targeting browsers less than IE9.
We should investigate whether we really need it and whether it can be removed.
It was introduced in this PR: #422
The text was updated successfully, but these errors were encountered: