Skip to content

Commit

Permalink
update Chromium size-adjust descriptor support (#10299)
Browse files Browse the repository at this point in the history
* updates Chromium size-adjust descriptor support

* adds chromium version for edge, android and android web view
  • Loading branch information
argyleink authored May 24, 2021
1 parent 59cabe9 commit 5edc04f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/at-rules/font-face.json
Original file line number Diff line number Diff line change
Expand Up @@ -760,13 +760,13 @@
"spec_url": "https://drafts.csswg.org/css-fonts-5/#size-adjust-desc",
"support": {
"chrome": {
"version_added": false
"version_added": "92"
},
"chrome_android": {
"version_added": false
"version_added": "92"
},
"edge": {
"version_added": false
"version_added": "92"
},
"firefox": {
"version_added": "89",
Expand Down Expand Up @@ -800,7 +800,7 @@
"version_added": false
},
"webview_android": {
"version_added": false
"version_added": "92"
}
},
"status": {
Expand Down

0 comments on commit 5edc04f

Please sign in to comment.