CSS - :-moz-system-metric(touch-enabled)
The :-moz-system-metric(touch-enabled)
CSS pseudo-class will match an element if the device on which the content is being rendered offers a supported touch-screen interface.
Description
The :-moz-system-metric(touch-enabled)
CSS pseudo-class will match an element if the device on which the content is being rendered offers a supported touch-screen interface.
Note: This is not intended for use in web content. Use the
-moz-touch-enabled
media query instead.Browser Compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | Not supported | 3.6 (1.9.2) | Not supported | Not supported | Not supported |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | Not supported | ? | Not supported | Not supported | Not supported |
Specifications
Not part of any specification.
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/css/:-moz-system-metric(touch-enabled)