网格 | @media.grid (Media Queries) - CSS 中文开发手册 - Break易站
2021-01-27 11:14
标签:media ati support view ecif hat table bitmap 特征 网格 | @media.grid (Media Queries) - CSS 中文开发手册 @media.grid 该grid CSS @media媒体功能可用于应用基于输出设备是否使用基于位图的基于网格或屏幕的风格。 该grid特征被指定为表示输出设备是否基于网格的 I don‘t know if you‘re using a grid device. :-( You are using a bitmap device. You are using a grid device! Neato! Specification Status Comment Media Queries Level 4The definition of ‘grid‘ in that specification. Working Draft No change. Media QueriesThe definition of ‘grid‘ in that specification. Recommendation Initial definition. Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari Basic support (Yes) (Yes) ? (Yes) (Yes) Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile Basic support ? ? ? ? ? 网格 | @media.grid (Media Queries) - CSS 中文开发手册 - Break易站 标签:media ati support view ecif hat table bitmap 特征 原文地址:https://www.cnblogs.com/breakyizhan/p/13222315.html语法
例子
HTML
CSS
:not(.unknown) {
? color: lightgray;
}
@media (grid: 0) {
.unknown {
? color: lightgray;
? }
? .bitmap {
? color: red;
}
}
@media (grid: 1) {
? .unknown {
? color: lightgray;
? }
? .grid {
? color: red;
? }
}
结果
规范
浏览器兼容性
上一篇:溢出包装 | overflow-wrap (Text) - CSS 中文开发手册 - Break易站
下一篇:特定值 | specified value (Miscellaneous Level 2) - CSS 中文开发手册 - Break易站
文章标题:网格 | @media.grid (Media Queries) - CSS 中文开发手册 - Break易站
文章链接:http://soscw.com/index.php/essay/47724.html