Skip to content

Commit

Permalink
Update CSS :matches() (#2937)
Browse files Browse the repository at this point in the history
  • Loading branch information
myakura authored and Elchi3 committed Feb 1, 2019
1 parent 4a51cdc commit 256fe2a
Showing 1 changed file with 80 additions and 34 deletions.
114 changes: 80 additions & 34 deletions css/selectors/matches.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,60 +8,109 @@
"support": {
"chrome": [
{
"version_added": "66"
"version_added": "66",
"flags": [
{
"type": "preference",
"name": "Experimental Web Platform Features",
"value_to_set": "enabled"
}
],
"notes": "Has issues with combinators (see <a href='https://crbug.com/842157'>bug 842157</a>)."
},
{
"version_added": "12",
"alternative_name": ":-webkit-any"
"alternative_name": ":-webkit-any",
"notes": "Doesn't support combinators."
}
],
"chrome_android": [
{
"version_added": "66"
"version_added": "66",
"flags": [
{
"type": "preference",
"name": "Experimental Web Platform Features",
"value_to_set": "enabled"
}
],
"notes": "Has issues with combinators (see <a href='https://crbug.com/842157'>bug 842157</a>)."
},
{
"version_added": "18",
"alternative_name": ":-webkit-any"
}
],
"edge": [
{
"version_added": "15"
},
{
"version_added": "12",
"alternative_name": ":-ms-matches"
"alternative_name": ":-webkit-any",
"notes": "Doesn't support combinators."
}
],
"edge": {
"version_added": false
},
"edge_mobile": {
"version_added": false
},
"firefox": {
"version_added": "4",
"alternative_name": ":-moz-any"
"alternative_name": ":-moz-any",
"notes": [
"Doesn't support combinators.",
"See <a href='https://bugzil.la/906353>bug 906353</a>"
]
},
"firefox_android": {
"version_added": "4",
"alternative_name": ":-moz-any"
"alternative_name": ":-moz-any",
"notes": [
"Doesn't support combinators.",
"See <a href='https://bugzil.la/906353>bug 906353</a>"
]
},
"ie": {
"version_added": false
},
"opera": {
"version_added": true,
"alternative_name": ":-webkit-any"
},
"opera_android": {
"version_added": true,
"alternative_name": ":-webkit-any"
},
"opera": [
{
"version_added": "53",
"flags": [
{
"type": "preference",
"name": "Experimental Web Platform Features",
"value_to_set": "enabled"
}
],
"notes": "Has issues with combinators (see <a href='https://crbug.com/842157'>bug 842157</a>)."
},
{
"version_added": true,
"alternative_name": ":-webkit-any",
"notes": "Doesn't support combinators."
}
],
"opera_android": [
{
"version_added": "53",
"flags": [
{
"type": "preference",
"name": "Experimental Web Platform Features",
"value_to_set": "enabled"
}
],
"notes": "Has issues with combinators (see <a href='https://crbug.com/842157'>bug 842157</a>)."
},
{
"version_added": true,
"alternative_name": ":-webkit-any",
"notes": "Doesn't support combinators."
}
],
"safari": [
{
"version_added": "9"
},
{
"version_added": "5",
"alternative_name": ":-webkit-any"
"alternative_name": ":-webkit-any",
"notes": "Doesn't support combinators."
}
],
"safari_ios": [
Expand All @@ -70,21 +119,18 @@
},
{
"version_added": "5",
"alternative_name": ":-webkit-any"
"alternative_name": ":-webkit-any",
"notes": "Doesn't support combinators."
}
],
"samsunginternet_android": {
"version_added": false
},
"webview_android": [
{
"version_added": "66"
},
{
"version_added": true,
"alternative_name": ":-webkit-any"
}
]
"webview_android": {
"version_added": true,
"alternative_name": ":-webkit-any",
"notes": "Doesn't support combinators."
}
},
"status": {
"experimental": false,
Expand Down

0 comments on commit 256fe2a

Please sign in to comment.