Knu*_*Knu 11
我喜欢挑战!
我花了一些时间,但我终于找到了它:
body {background:0} /* default */
@media not screen and (1) {
body {background:red} /* OP 11 */
}
@media not screen and (orientation) {
body {background:green} /* for the earlier versions of Opera that pick the first media query's rule + chrome/safari */
}
Run Code Online (Sandbox Code Playgroud)
浏览器测试:
它与错误处理有关,也与NOT否定全局结果有关(WebKit浏览器在没有有效值的情况下不能正确评估方向).由于orientation在presto 2.7中受支持,因此第二个媒体查询为FALSE.
该错误定向黑客听起来像是个好名字给我.
| 归档时间: |
|
| 查看次数: |
9694 次 |
| 最近记录: |