What Is The Browser Support For The Media Attribute On A Link Tag With Css Queries (like Orientation)?
Where can i find which browsers support media queries inside the media attribute of a link tag? EXAMPLE:
Solution 1:
Browsers not supporting the CSS3 Media Queries won't necessarily recognize the adequate link; do not forget to set fallback links, the restricted set of media queries defined in HTML 4*.
CSS3 media query support as reported by caniuse
*Restricted media queries defined for HTML4:
print, screen, aural, braille
Post a Comment for "What Is The Browser Support For The Media Attribute On A Link Tag With Css Queries (like Orientation)?"