Where can i find which browsers support media queries inside the media attribute of a link tag?
EXAMPLE:
<link rel='stylesheet' media='only screen and (orientation : portrait)' href='portrait.css' />
Where can i find which browsers support media queries inside the media attribute of a link tag?
EXAMPLE:
<link rel='stylesheet' media='only screen and (orientation : portrait)' href='portrait.css' />
According to MDN:
CSS3 media query support as reported by caniuse
*Restricted media queries defined for HTML4:
print, screen, aural, braille