Skip to content

Commit 61e02cb

Browse files
authored
Chrome 93 also maintains CSS accent-color contrast for legibility (#26518)
1 parent 359f09e commit 61e02cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css/properties/accent-color.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@
8383
],
8484
"support": {
8585
"chrome": {
86+
"version_added": "93"
87+
},
88+
"chrome_android": {
8689
"version_added": false,
8790
"impl_url": "https://crbug.com/343503163"
8891
},
89-
"chrome_android": "mirror",
9092
"edge": "mirror",
9193
"firefox": {
9294
"version_added": "92"
@@ -108,7 +110,7 @@
108110
"webview_ios": "mirror"
109111
},
110112
"status": {
111-
"experimental": true,
113+
"experimental": false,
112114
"standard_track": true,
113115
"deprecated": false
114116
}

0 commit comments

Comments
 (0)