-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add display-p3-linear color space to CSS <color> type
#28479
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
base: main
Are you sure you want to change the base?
Conversation
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
| ], | ||
| "support": { | ||
| "chrome": { | ||
| "version_added": "preview" |
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.
Shiped in Chrome 144 https://chromiumdash.appspot.com/commit/a14cc67320154bfd95d8a67b06d78c4448ca923c
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.
Based on previous comment
| "version_added": "preview" | |
| "version_added": "144" |
| }, | ||
| "opera_android": "mirror", | ||
| "safari": { | ||
| "version_added": "preview" |
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.
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.
Based on previous comment
| "version_added": "preview" | |
| "version_added": "26.2" |
| }, | ||
| "opera_android": "mirror", | ||
| "safari": { | ||
| "version_added": "preview" |
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.
Based on previous comment
| "version_added": "preview" | |
| "version_added": "26.2" |
| ], | ||
| "support": { | ||
| "chrome": { | ||
| "version_added": "preview" |
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.
Based on previous comment
| "version_added": "preview" | |
| "version_added": "144" |
| "display-p3-linear": { | ||
| "__compat": { | ||
| "description": "The `display-p3-linear` color space does not use gamma correction and has a higher precision that `display-p3`", |
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.
Although this field is called "description", it is essentially a title, so it should not contain these notes.
| "display-p3-linear": { | |
| "__compat": { | |
| "description": "The `display-p3-linear` color space does not use gamma correction and has a higher precision that `display-p3`", | |
| "colorSpace_parameter_accepts_display-p3-linear_value": { | |
| "__compat": { | |
| "description": "`colorSpace` parameter accepts `display-p3-linear` value", |
display-p3-linear color space to CSS <color> type
Summary
display-p3-linearcolor spaceTest results and supporting details
Related issues and pull requests