Skip to content

Commit

Permalink
Fix Chromium support for content property alt text (#6001)
Browse files Browse the repository at this point in the history
It looks like the values for this feature were copied from the parent
feature. Upon a little digging, this feature appears to have landed in
Chromium 77.

https://www.chromestatus.com/features/4550056227110912
  • Loading branch information
ddbeck committed Apr 18, 2020
1 parent 9caeb5f commit 7bcdd8f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions css/properties/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"description": "Alternative text after <code>/</code>",
"support": {
"chrome": {
"version_added": "1"
"version_added": "77"
},
"chrome_android": {
"version_added": "18"
"version_added": "77"
},
"edge": {
"version_added": "79"
Expand All @@ -71,10 +71,10 @@
"version_added": false
},
"opera": {
"version_added": "15"
"version_added": "64"
},
"opera_android": {
"version_added": "14"
"version_added": "55"
},
"safari": {
"version_added": false
Expand All @@ -83,10 +83,10 @@
"version_added": false
},
"samsunginternet_android": {
"version_added": "1.0"
"version_added": false
},
"webview_android": {
"version_added": "1"
"version_added": "77"
}
},
"status": {
Expand Down

0 comments on commit 7bcdd8f

Please sign in to comment.