@@ -1464,7 +1464,7 @@ Color Display Quality: the 'color-gamut' feature</h3>
14641464
14651465 <pre class='descdef mq'>
14661466 Name : color-gamut
1467- Value : srgb | p3 | rec2020
1467+ Value : srgb | dci- p3 | rec2020
14681468 For : @media
14691469 Type : discrete
14701470 </pre>
@@ -1477,7 +1477,7 @@ Color Display Quality: the 'color-gamut' feature</h3>
14771477
14781478 Note: The query uses approximate ranges for a few reasons.
14791479 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",
14811481 but actually renders a significantly lower range of the full gamut.
14821482 Secondly, there are a lot of different color ranges that different devices support,
14831483 and enumerating them all would be tedious.
@@ -1496,21 +1496,21 @@ Color Display Quality: the 'color-gamut' feature</h3>
14961496 Note: It is expected that the vast majority of color displays
14971497 will be able to return true to a query of this type.
14981498
1499- <dt> <dfn>p3</dfn>
1499+ <dt> <dfn>dci- p3</dfn>
15001500 <dd>
15011501 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.
15031503
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.
15051505
1506- Issue: Add ref for DCIP3 .
1506+ Issue: Add ref for DCI P3 .
15071507
15081508 <dt> <dfn>rec2020</dfn>
15091509 <dd>
15101510 The output device can support approximately the gamut
15111511 specified by the ITU-R Recommendation BT.2020 Color Space or more.
15121512
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.
15141514
15151515 Issue: Add ref for BT.2020.
15161516 </dl>
@@ -1520,7 +1520,7 @@ Color Display Quality: the 'color-gamut' feature</h3>
15201520 in the range of DCI P3:
15211521
15221522 <pre class="lang-css">
1523- @media (color-gamut: p3) { … }
1523+ @media (color-gamut: dci- p3) { … }
15241524 </pre>
15251525 </div>
15261526
@@ -1530,7 +1530,7 @@ Color Display Quality: the 'color-gamut' feature</h3>
15301530 As a result,
15311531 this feature is best used in an "ascending" fashion--
15321532 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.
15341534
15351535 Note: Some output devices,
15361536 such as monochrome displays,
0 commit comments