Skip to content

Commit

Permalink
Update forced-color-adjust for Edge (#9799)
Browse files Browse the repository at this point in the history
These tests were run on Edge 18 and 79 on Sauce:
https://mdn-bcd-collector.appspot.com/tests/css/properties/forced-color-adjust
https://mdn-bcd-collector.appspot.com/tests/css/properties/-ms-high-contrast-adjust

Only -ms-high-contrast-adjust is supported in Edge 18, but both are
supported in Edge 79. This is seemingly the only -ms-prefixed CSS
property still supported in Chromium-based Edge, and has also been
confirmed to still be in Edge 89 on macOS.
  • Loading branch information
foolip authored Apr 8, 2021
1 parent d55615d commit 42b017b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions css/properties/forced-color-adjust.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,15 @@
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": "79",
"alternative_name": "-ms-high-contrast-adjust"
},
"edge": [
{
"version_added": "79"
},
{
"version_added": "12",
"alternative_name": "-ms-high-contrast-adjust"
}
],
"firefox": {
"version_added": false
},
Expand Down

0 comments on commit 42b017b

Please sign in to comment.