mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
4.98k stars 2.01k forks source link

css_types_resolution_x - safari is claimed to not support it #16751

Open carlosjeurissen opened 2 years ago

carlosjeurissen commented 2 years ago

What type of issue is this?

Browser bug (a bug with a feature that may impact site compatibility)

What information was incorrect, unhelpful, or incomplete?

Seems Safari supports the x resolution unit, as can be noted from: https://bugs.webkit.org/show_bug.cgi?id=160934

What browsers does this problem apply to, if applicable?

Safari

What did you expect to see?

That it's supported in image-set() css function. Potentially in more areas.

Did you test this? If so, how?

I didn't test it.

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

https://bugs.webkit.org/show_bug.cgi?id=160934

https://developer.mozilla.org/en-US/docs/Web/CSS/resolution#syntax

Do you have anything more you want to share?

No response

MDN URL

No response

MDN metadata

No response

gsnedders commented 2 years ago

Prior to https://bugs.webkit.org/show_bug.cgi?id=229777 (https://github.com/WebKit/WebKit/commit/3c8f3aee833babceb4b9085cefc9b2c53825a909) WebKit only supported x as a <resolution> unit within image-set… but that may have been the only place where <resolution> was supported in WebKit?