-
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?
Changes from all commits
53d1191
56aa0e7
48aaf39
db8545c
0ce7310
f597d5d
abdfbe3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -88,6 +88,46 @@ | |||||
| "deprecated": false | ||||||
| } | ||||||
| }, | ||||||
| "display-p3-linear": { | ||||||
| "__compat": { | ||||||
| "description": "The `display-p3-linear` color space does not use gamma correction and has a higher precision that `display-p3`", | ||||||
| "spec_url": "https://drafts.csswg.org/css-color-4/#predefined-display-p3-linear", | ||||||
| "tags": [ | ||||||
| "web-features:color" | ||||||
| ], | ||||||
| "support": { | ||||||
| "chrome": { | ||||||
| "version_added": "preview" | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shiped in Chrome 144 https://chromiumdash.appspot.com/commit/a14cc67320154bfd95d8a67b06d78c4448ca923c
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Based on previous comment
Suggested change
|
||||||
| }, | ||||||
| "chrome_android": "mirror", | ||||||
| "edge": "mirror", | ||||||
| "firefox": { | ||||||
| "version_added": "146" | ||||||
| }, | ||||||
| "firefox_android": "mirror", | ||||||
| "ie": { | ||||||
| "version_added": false | ||||||
| }, | ||||||
| "oculus": "mirror", | ||||||
| "opera": { | ||||||
| "version_added": false | ||||||
| }, | ||||||
| "opera_android": "mirror", | ||||||
| "safari": { | ||||||
| "version_added": "preview" | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Based on previous comment
Suggested change
|
||||||
| }, | ||||||
| "safari_ios": "mirror", | ||||||
| "samsunginternet_android": "mirror", | ||||||
| "webview_android": "mirror", | ||||||
| "webview_ios": "mirror" | ||||||
| }, | ||||||
| "status": { | ||||||
| "experimental": false, | ||||||
| "standard_track": true, | ||||||
| "deprecated": false | ||||||
| } | ||||||
| } | ||||||
| }, | ||||||
| "mixed_type_parameters": { | ||||||
| "__compat": { | ||||||
| "description": "Mix `<percentage>` and `<number>` in parameters", | ||||||
|
|
||||||
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.