-
CSS hack to tell Chromium-based browsers from other browsers
CSS
@supports(-webkit-app-region: inherit) { .selector { } }
Value
No
-
CSS hack to tell Firefox from other browsers
CSS
@supports(-moz-appearance: inherit) { .selector { } }
Value
No
-
CSS hack to tell Safari from other browsers
CSS
@supports(-apple-pay-button-style: inherit) { .selector { } }
Value
No
-
CSS hack to tell whether the Safari is mobile
CSS
@supports(-webkit-touch-callout: inherit) { .selector { } }
Value
No
-
CSS hack to tell macOS Firefox from other Firefox versions
CSS
@supports(-moz-osx-font-smoothing: inherit) { .selector { } }
Value
No
-
CSS hack to tell Firefox from Tor
CSS
@supports(accent-color: inherit) { .selector { } }
Value
No
-
Any hover
CSS
@media (any-hover: ...) { }
Value
(undefined)
-
Hover
CSS
@media (hover: ...) { }
Value
(undefined)
-
Any pointer
CSS
@media (any-pointer: ...) { }
Value
(undefined)
-
Pointer
CSS
@media (pointer: ...) { }
Value
(undefined)
-
Color bitness
CSS
@media (color: ...) { }
Value
(undefined)
-
Color gamut
CSS
@media (color-gamut: ...) { }
Value
(undefined)
-
Forces colors
CSS
@media (forced-colors: ...) { }
Value
(undefined)
-
Inverted colors
CSS
@media (inverted-colors: ...) { }
Value
(undefined)
-
Monochrome
CSS
@media (monochrome: ...) { }
Value
(undefined)
-
Dark/light mode
CSS
@media (prefers-color-scheme: ...) { }
Value
(undefined)
-
Contrast preference
CSS
@media (prefers-contrast: ...) { }
Value
(undefined)
-
Reduced motion
CSS
@media (prefers-reduced-motion: ...) { }
Value
(undefined)
-
Screen dynamic range
CSS
@media (dynamic-range: ...) { }
Value
(undefined)
-
Pixel density
CSS
@media (-webkit-min-device-pixel-ratio: ...) and (-webkit-max-device-pixel-ratio: ...) { }
Value
(undefined)
-
Screen width
CSS
@media (min-device-width: ...) and (max-device-width: ...) { }
Value
(undefined)
-
Screen height
CSS
@media (min-device-height: ...) and (max-device-height: ...) { }
Value
(undefined)
-
“Roboto” font
Font name
Roboto
Value
Yes
-
“Ubuntu” font
Font name
Ubuntu
Value
Yes
-
“Calibri” font
Font name
Calibri
Value
Yes
-
“MS UI Gothic” font
Font name
MS UI Gothic
Value
Yes
-
“Gill Sans” font
Font name
Gill Sans
Value
Yes
-
“Helvetica Neue” font
Font name
Helvetica Neue
Value
Yes
-
“Arimo” font
Font name
Arimo
Value
Yes
-
Language
HTTP header name
Accept-Language
Value
en-US
-
Accepted encoding
HTTP header name
Accept-Encoding
Value
gzip, deflate, br
-
Accept header for web page
HTTP header name
Accept
Value
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
-
Accept header for image
HTTP header name
Accept
Value
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
-
Accept header for stylesheet
HTTP header name
Accept
Value
(undefined)