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

nth-child and nth-last-child support data update #1805

Merged
merged 3 commits into from Apr 19, 2018
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions css/selectors/nth-child.json
Expand Up @@ -91,10 +91,10 @@
"version_added": null
},
"safari": {
"version_added": null
"version_added": "9"
},
"safari_ios": {
"version_added": null
"version_added": "9"
},
"samsunginternet_android": {
"version_added": false
Expand Down
53 changes: 53 additions & 0 deletions css/selectors/nth-last-child.json
Expand Up @@ -52,6 +52,59 @@
"deprecated": false
}
},
"of_syntax": {
"__compat": {
"description": "<code>of &lt;selector&gt;</code> syntax",
"support": {
"webview_android": {
"version_added": null
},
"chrome": {
"version_added": false
},
"chrome_android": {
"version_added": null
},
"edge": {
"version_added": null
},
"edge_mobile": {
"version_added": null
},
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/854148'>bug 854148</a>."
},
"firefox_android": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/854148'>bug 854148</a>."
},
"ie": {
"version_added": null
},
"opera": {
"version_added": null
},
"opera_android": {
"version_added": null
},
"safari": {
"version_added": "9"
},
"safari_ios": {
"version_added": "9"
},
"samsunginternet_android": {
"version_added": false
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"no_parent_required": {
"__compat": {
"description": "Matches elements with no parent",
Expand Down