Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate data for interaction @media features #2087

Merged
merged 3 commits into from May 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
154 changes: 154 additions & 0 deletions css/at-rules/media.json
Expand Up @@ -154,6 +154,109 @@
}
}
},
"any-pointer": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@media/any-pointer",
"description": "<code>any-pointer</code> media feature",
"support": {
"webview_android": {
"version_added": "41"
},
"chrome": {
"version_added": "41"
},
"chrome_android": {
"version_added": "41"
},
"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": false
},
"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
}
}
},
"hover": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@media/hover",
"description": "<code>hover</code> media feature",
"support": {
"webview_android": {
"version_added": null
},
"chrome": {
"version_added": "38",
"notes": "Before Chrome 41, the implementation was buggy and reported <code>(hover: none)</code> on non-touch-based computers with a mouse/trackpad. See <a href='https://crbug.com/441613'>bug 441613</a>."
},
"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": false
},
"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
}
}
},
"resolution_media_feature": {
"__compat": {
"description": "<code>resolution</code> media feature",
Expand Down Expand Up @@ -318,6 +421,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