@@ -1464,7 +1464,7 @@ Color Display Quality: the 'color-gamut' feature</h3>
1464
1464
1465
1465
<pre class='descdef mq'>
1466
1466
Name : color-gamut
1467
- Value : srgb | p3 | rec2020
1467
+ Value : srgb | dci- p3 | rec2020
1468
1468
For : @media
1469
1469
Type : discrete
1470
1470
</pre>
@@ -1477,7 +1477,7 @@ Color Display Quality: the 'color-gamut' feature</h3>
1477
1477
1478
1478
Note: The query uses approximate ranges for a few reasons.
1479
1479
Firstly, there are a lot of differences in display hardware.
1480
- For example, a device might claim to support "Rec 2020",
1480
+ For example, a device might claim to support "Rec. 2020",
1481
1481
but actually renders a significantly lower range of the full gamut.
1482
1482
Secondly, there are a lot of different color ranges that different devices support,
1483
1483
and enumerating them all would be tedious.
@@ -1496,21 +1496,21 @@ Color Display Quality: the 'color-gamut' feature</h3>
1496
1496
Note: It is expected that the vast majority of color displays
1497
1497
will be able to return true to a query of this type.
1498
1498
1499
- <dt> <dfn>p3</dfn>
1499
+ <dt> <dfn>dci- p3</dfn>
1500
1500
<dd>
1501
1501
The output device can support approximately the gamut
1502
- specified by the DCIP3 Color Space or more.
1502
+ specified by the DCI P3 Color Space or more.
1503
1503
1504
- Note: The ''p3'' gamut is larger than and includes the ''srgb'' gamut.
1504
+ Note: The ''dci- p3'' gamut is larger than and includes the ''srgb'' gamut.
1505
1505
1506
- Issue: Add ref for DCIP3 .
1506
+ Issue: Add ref for DCI P3 .
1507
1507
1508
1508
<dt> <dfn>rec2020</dfn>
1509
1509
<dd>
1510
1510
The output device can support approximately the gamut
1511
1511
specified by the ITU-R Recommendation BT.2020 Color Space or more.
1512
1512
1513
- Note: The ''rec2020'' gamut is larger than and includes the ''p3'' gamut.
1513
+ Note: The ''rec2020'' gamut is larger than and includes the ''dci- p3'' gamut.
1514
1514
1515
1515
Issue: Add ref for BT.2020.
1516
1516
</dl>
@@ -1520,7 +1520,7 @@ Color Display Quality: the 'color-gamut' feature</h3>
1520
1520
in the range of DCI P3:
1521
1521
1522
1522
<pre class="lang-css">
1523
- @media (color-gamut: p3) { … }
1523
+ @media (color-gamut: dci- p3) { … }
1524
1524
</pre>
1525
1525
</div>
1526
1526
@@ -1530,7 +1530,7 @@ Color Display Quality: the 'color-gamut' feature</h3>
1530
1530
As a result,
1531
1531
this feature is best used in an "ascending" fashion--
1532
1532
set a base value when ''(color-gamut: srgb)'' is true,
1533
- then override it if ''(color-gamut: p3)'' is true, etc.
1533
+ then override it if ''(color-gamut: dci- p3)'' is true, etc.
1534
1534
1535
1535
Note: Some output devices,
1536
1536
such as monochrome displays,
0 commit comments