Skip to content

Commit

Permalink
add BCD info for CSSConditionRule.conditionText (#10968)
Browse files Browse the repository at this point in the history
  • Loading branch information
teoli2003 authored Jun 12, 2021
1 parent e08ceaf commit 05ca652
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions api/CSSConditionRule.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,55 @@
"standard_track": true,
"deprecated": false
}
},
"conditionText": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSSConditionRule/conditionText",
"spec_url": "https://drafts.csswg.org/css-conditional/#dom-cssconditionrule-conditiontext",
"support": {
"chrome": {
"version_added": "56"
},
"chrome_android": {
"version_added": "56"
},
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "20"
},
"firefox_android": {
"version_added": "20"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": "43"
},
"opera_android": {
"version_added": "43"
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": "6.0"
},
"webview_android": {
"version_added": "56"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down

0 comments on commit 05ca652

Please sign in to comment.