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

hsla() - No feature for hsla() CSS color function #24191

Open
ddbeck opened this issue Aug 21, 2024 · 0 comments
Open

hsla() - No feature for hsla() CSS color function #24191

ddbeck opened this issue Aug 21, 2024 · 0 comments
Labels
data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS

Comments

@ddbeck
Copy link
Collaborator

ddbeck commented Aug 21, 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?

Support for the hsla() CSS color syntax isn't represented in BCD.

What browsers does this problem apply to, if applicable?

Chromium (Chrome, Edge 79+, Opera, Samsung Internet), Firefox, Legacy Edge (12-18), Safari

What did you expect to see?

I'd expect there to be a feature like css.types.color.hsla. I'd expect its support information to differ somewhat from css.types.color.hsl and css.types.color.hsl.alpha_parameter.

Given the support information on caniuse, the meaning of the HSL alpha channel data data (see also Fyrd/caniuse#2679), and the history of the color spec, hsla() support very likely precedes the support for / <alpha-channel> syntax across multiple browsers.

Did you test this? If so, how?

I tried hsla() in Edge 18 in BrowserStack and it worked, so at least that part is confirmed. Maybe I should open another issue against the collector too, so hsla() can be tested comprehensively across all the engines?

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

Discovered in the course of reviewing web-platform-dx/web-features#1619.

Do you have anything more you want to share?

No response

MDN URL

No response

MDN metadata

No response

@queengooborg queengooborg added the data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Aug 22, 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

3 participants
@ddbeck @queengooborg and others