-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Added compat info for lab(), lch(), color() #10658
Conversation
I used `"TP"` for features that are in Safari TP and have not yet shipped. I also asked [here](mdn#2991 (comment)). Note that Safari 10 only supported color(display-p3). The other predefined color spaces were added recently and are still in TP. We can iterate on breaking this down in future PRs.
With regards to the "TP" designation, #10334 will be of interest to you. From what I gather the exact value to use has not be decided but might be "preview". However, for now I believe the correct value would be false as it's not supported by a stable Safari. |
Thank you. I would not want these to be merged as |
Co-authored-by: Philip Jägenstedt <philip@foolip.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that meanwhile, Safari 15 beta got released including this functionality, so someone else has added it. Exciting! Will go ahead and close this PR. |
Thanks for this PR and tidying up here, @LeaVerou! |
Summary
I used
"TP"
for features that are in Safari TP and have not yet shipped. I also asked here.Note that Safari 10 only supported color(display-p3). The other predefined color spaces were added recently and are still in TP. We can iterate on breaking this down in future PRs.
Test results and supporting details
Testcase for
color(display-p3)
https://webkit.org/blog/11555/release-notes-for-safari-technology-preview-121/
https://webkit.org/blog/11548/release-notes-for-safari-technology-preview-120/
https://webkit.org/blog/7477/new-web-features-in-safari-10-1/#:~:text=css%20wide-gamut%20colors
Related issues