You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: html/elements/meta.json
+12-5
Original file line number
Diff line number
Diff line change
@@ -472,15 +472,22 @@
472
472
},
473
473
{
474
474
"version_added": "39",
475
-
"version_removed": "72",
475
+
"version_removed": "73",
476
476
"partial_implementation": true,
477
477
"notes": "Chrome reports support, but does not actually use the color anywhere."
478
478
}
479
479
],
480
-
"chrome_android": {
481
-
"version_added": "80",
482
-
"notes": "Chrome for Android does not use the color on devices with native dark mode enabled."
483
-
},
480
+
"chrome_android": [
481
+
{
482
+
"version_added": "92"
483
+
},
484
+
{
485
+
"version_added": "39",
486
+
"version_removed": "92",
487
+
"partial_implementation": true,
488
+
"notes": "Chrome for Android does not use the color on devices with native dark mode enabled unless it's an installed progressive web app or a trusted web activity."
0 commit comments