browser-compat-data icon indicating copy to clipboard operation
browser-compat-data copied to clipboard

Link browser bugs for relative color support

Open foolip opened this issue 1 year ago • 1 comments

Partial implementation and notes is used for a bunch of the relative_syntax entries, from https://github.com/mdn/browser-compat-data/pull/21937.

I've sent https://github.com/mdn/browser-compat-data/pull/22960 for two notes I suspect are wrong. These are the remaining notes that should ideally have a bug link so that it's possible to check if it's resolved or not:

color() in Safari:

https://github.com/mdn/browser-compat-data/blob/712e11aa4181a6c92aa552690c93e0354038b705/css/types/color.json#L148-L152

HSL in Chrome and Safari:

https://github.com/mdn/browser-compat-data/blob/712e11aa4181a6c92aa552690c93e0354038b705/css/types/color.json#L401-L405

https://github.com/mdn/browser-compat-data/blob/712e11aa4181a6c92aa552690c93e0354038b705/css/types/color.json#L418-L422

HWB in Chrome and Safari:

https://github.com/mdn/browser-compat-data/blob/712e11aa4181a6c92aa552690c93e0354038b705/css/types/color.json#L543-L547

https://github.com/mdn/browser-compat-data/blob/712e11aa4181a6c92aa552690c93e0354038b705/css/types/color.json#L560-L564

LCH in Safari:

https://github.com/mdn/browser-compat-data/blob/712e11aa4181a6c92aa552690c93e0354038b705/css/types/color.json#L784-L788

Oklch in Safari:

https://github.com/mdn/browser-compat-data/blob/712e11aa4181a6c92aa552690c93e0354038b705/css/types/color.json#L1128-L1132

@romainmenke do you have bug links handy for any of these? Are there any you know to be fixed already?

foolip avatar Apr 29 '24 15:04 foolip

For Safari I do not have any bug links.

For Chrome only HSL/HWB seems to be still open. This issue seems relevant : https://issues.chromium.org/issues/41488645

I don't know exactly when this was fixed.

Chrome 124 is still broken, 126 seems fine.

romainmenke avatar Apr 29 '24 16:04 romainmenke

Yeah, it seems fixed in Chrome 125, both HSL and HWB.

woody-li avatar Jun 11 '24 03:06 woody-li

https://github.com/mdn/browser-compat-data/issues/24528 says these are all resolved- do we still need to document the resolved bugs, or can this be closed?

jamesnw avatar Oct 24 '24 18:10 jamesnw