Skip to content

Commit

Permalink
cs..types.image.gradient: Remove -ms- prefix
Browse files Browse the repository at this point in the history
An abstract type having a prefix doesn't make any sense. Nevertheless, I
tested gradients on Edge 18 and 15 and found that prefixes had no effect
for `conic-gradient()` or `linear-conic-gradient()` and neither was
supported in any case.

I believe this be a case of a prefix being wrongly reported, then
copied, from IE data.
  • Loading branch information
ddbeck committed Jul 1, 2024
1 parent 9404ec1 commit 79c0ec0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion css/types/image.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@
],
"chrome_android": "mirror",
"edge": {
"prefix": "-ms-",
"version_added": "12"
},
"firefox": {
Expand Down

0 comments on commit 79c0ec0

Please sign in to comment.