Back to the index.
CSS Conditional Rules specification.
The conditional rules module is mostly about the syntax for at-rules such as media queries, @font-face
, and the like. However, it contains the @support
rule which will likelye become more important over time.
This is the desktop table. See also the mobile table.
Last major update on 6 July 2016.
These tests are only about basic support and syntax. Later on I’ll add tests for specific CSS rules, in the hope of finding out how browsers handle edge cases. (For instance, what do you do with font-style: italic
when the device doesn’t have an italic font?)
Method or property | Internet Explorer | Edge 13 | Firefox | Safari | Chrome | Opera | UC 5.6 | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8 | 9 | 10 | 11 | 47 Win | 47 Mac | 9.1.1 | 51 Win | 51 Mac | 38 Win | 38 Mac | |||||||||||||||||||
Basic support | No | Yes | Yes | Yes | Yes | Yes | Yes | ||||||||||||||||||||||
@supports (display: block) { // styles } The styles are applied if the CSS parser recognises |
Desktop browser test array 3.0; July 2016