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

Update calc() with color value support #873

Merged
merged 1 commit into from
Jan 22, 2018
Merged

Update calc() with color value support #873

merged 1 commit into from
Jan 22, 2018

Conversation

chrisdavidmills
Copy link
Contributor

No description provided.

@teoli2003 teoli2003 added the data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Jan 22, 2018
Copy link
Contributor

@teoli2003 teoli2003 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, r+

@teoli2003 teoli2003 changed the title updating calc() BCD to show color value support Update calc() with color value support Jan 22, 2018
@teoli2003 teoli2003 merged commit 16d5a0b into mdn:master Jan 22, 2018
@foolip
Copy link
Contributor

foolip commented Oct 27, 2021

@teoli2003 do you think there's a way to figure out, years later, what change in Firefox 59 this entry was about? I asked colleagues if Chrome supports this, and it's not clear what the feature actually is, how to test it.

@foolip
Copy link
Contributor

foolip commented Oct 27, 2021

I'll also loop in @Elchi3 to ask, since he updated this data for Safari in #4567, saying "css.types.calc.color_values worked for me in Safari 8 in Saucelabs". Florian, do you know what this feature is and how to test it?

@Elchi3
Copy link
Member

Elchi3 commented Nov 1, 2021

Florian, do you know what this feature is and how to test it?

I think this is color: rgb( calc(255 - 0) ,0,0); implemented in https://bugzilla.mozilla.org/show_bug.cgi?id=984021. Maybe this shouldn't be a subfeature but rather partial support if a browser isn't able to do it?

@foolip
Copy link
Contributor

foolip commented Nov 12, 2021

I see, so this is actually about calc() inside color functions, not about doing calc() with colors. Should this feature be moved to somewhere else then?

@Elchi3
Copy link
Member

Elchi3 commented Nov 12, 2021

Either move it, use partial support, or omit entirely if it doesn't seem all that relevant. BCD can't capture every detail imo.

@foolip
Copy link
Contributor

foolip commented Nov 12, 2021

I've turned it into a note in #13486.

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.

4 participants