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.properties.image-rendering - Chrome does not support crisp-edges #23385

Closed
xnuk opened this issue Jun 14, 2024 · 1 comment
Closed

css.properties.image-rendering - Chrome does not support crisp-edges #23385

xnuk opened this issue Jun 14, 2024 · 1 comment
Labels
data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS

Comments

@xnuk
Copy link

xnuk commented Jun 14, 2024

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

image-rendering: crisp-edges is not supported in Chromium-based browsers (since at least 41+, I guess from the Chrome dev blog)

What browsers does this problem apply to, if applicable?

Chromium (Chrome, Edge 79+, Opera, Samsung Internet)

What did you expect to see?

Switch crisp-edges support of Chrome to "No"

Did you test this? If so, how?

Type

data:text/html,<style>@supports(image-rendering:crisp-edges){body{background:red}}</style>

in the URL bar. Chromium-based browsers does not show a red background. (Confirmed in Chromium 125.0.6422.60)

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering

MDN metadata

MDN page report details
  • Query: css.properties.image-rendering
  • Report started: 2024-06-14T16:52:23.731Z
@queengooborg queengooborg added the data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Jun 15, 2024
@queengooborg
Copy link
Collaborator

Our data says that the property is implemented under a different name, -webkit-optimize-contrast. You'll need to use that as the value, not crisp-edges.

@queengooborg queengooborg closed this as not planned Won't fix, can't repro, duplicate, stale Jun 21, 2024
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

No branches or pull requests

2 participants