What is the browser support for the media attribut

2019-09-18 12:58发布

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' />

1条回答
女痞
2楼-- · 2019-09-18 13:49

According to MDN:

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

查看更多
登录 后发表回答