Skip to content

Commit

Permalink
Add pointer data to media at-rule
Browse files Browse the repository at this point in the history
For #2009
  • Loading branch information
ddbeck committed May 21, 2018
1 parent 3cfddbb commit 0416713
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions css/at-rules/media.json
Expand Up @@ -367,6 +367,57 @@
"deprecated": false
}
}
},
"pointer": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@media/pointer",
"description": "<code>pointer</code> media feature",
"support": {
"webview_android": {
"version_added": null
},
"chrome": {
"version_added": "41"
},
"chrome_android": {
"version_added": "50"
},
"edge": {
"version_added": "12"
},
"edge_mobile": {
"version_added": "12"
},
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1035774'>bug 1035774</a>."
},
"firefox_android": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1035774'>bug 1035774</a>."
},
"ie": {
"version_added": null
},
"opera": {
"version_added": "28"
},
"opera_android": {
"version_added": "28"
},
"safari": {
"version_added": "9"
},
"safari_ios": {
"version_added": "9.2"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down

0 comments on commit 0416713

Please sign in to comment.