Skip to content

Conversation

@dletorey
Copy link
Contributor

@dletorey dletorey commented Nov 18, 2025

Summary

  • Added support data for display-p3-linear color space

Test results and supporting details

  • Tested using this codepen
  • Works in the following browsers:
    • Firefox Beta 146
    • Firefox Developer Edition 146
    • Firefox Nightly 147
    • Chrome Canary 144
    • Edge 144
    • Safari Technical Preview 232
  • Does not work in the following browsers:
    • Firefox 145
    • Chrome Beta 143
    • Edge Beta 143
    • Safari 26.1
    • Opera 124

Related issues and pull requests

@github-actions github-actions bot added data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS size:m [PR only] 25-100 LoC changed labels Nov 18, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 18, 2025

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

],
"support": {
"chrome": {
"version_added": "preview"
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Based on previous comment

Suggested change
"version_added": "preview"
"version_added": "144"

},
"opera_android": "mirror",
"safari": {
"version_added": "preview"
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Based on previous comment

Suggested change
"version_added": "preview"
"version_added": "26.2"

},
"opera_android": "mirror",
"safari": {
"version_added": "preview"
Copy link
Contributor

Choose a reason for hiding this comment

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

Based on previous comment

Suggested change
"version_added": "preview"
"version_added": "26.2"

],
"support": {
"chrome": {
"version_added": "preview"
Copy link
Contributor

Choose a reason for hiding this comment

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

Based on previous comment

Suggested change
"version_added": "preview"
"version_added": "144"

Comment on lines +91 to +93
"display-p3-linear": {
"__compat": {
"description": "The `display-p3-linear` color space does not use gamma correction and has a higher precision that `display-p3`",
Copy link
Contributor

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.

Suggested change
"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",

@caugner caugner changed the title added display-p3-linear to color Add display-p3-linear color space to CSS <color> type Nov 25, 2025
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 size:m [PR only] 25-100 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants