Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

css.types.image.gradient: Remove -ms- prefix #23603

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

ddbeck
Copy link
Collaborator

@ddbeck ddbeck commented Jul 1, 2024

Summary

Edge never appears to have never supported a prefix for any <gradient> CSS value type.

Test results and supporting details

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. The other gradients were supported without prefixes.

I believe this be a case of a prefix being wrongly reported, then copied, from IE data.

Related issues

Discovered in the course of calculating aggregated statuses in web-features https://github.com/web-platform-dx/web-features/pull/1231/files#r1660916516

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.
@ddbeck ddbeck changed the title cs..types.image.gradient: Remove -ms- prefix css.types.image.gradient: Remove -ms- prefix Jul 1, 2024
@github-actions github-actions bot added the data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Jul 1, 2024
@foolip foolip merged commit ebb58c1 into mdn:main Jul 1, 2024
5 checks passed
@ddbeck ddbeck deleted the edgehtml-gradient-prefix branch July 1, 2024 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants