Skip to content

Commit fed15a4

Browse files
committed
[mediaqueries-4] Update color-gamut value text
Make it clear that it is the combination of the User Agent and output device that needs to support the colorspace. Closes #4281.
1 parent 9bc5034 commit fed15a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mediaqueries-4/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1630,21 +1630,21 @@ Color Display Quality: the 'color-gamut' feature</h3>
16301630
<dl dfn-type=value dfn-for="@media/color-gamut">
16311631
<dt><dfn>srgb</dfn>
16321632
<dd>
1633-
The output device can support approximately the sRGB gamut or more.
1633+
The UA and output device can support approximately the sRGB gamut or more.
16341634

16351635
Note: It is expected that the vast majority of color displays
16361636
will be able to return true to a query of this type.
16371637

16381638
<dt><dfn>p3</dfn>
16391639
<dd>
1640-
The output device can support approximately the gamut
1640+
The UA and output device can support approximately the gamut
16411641
specified by the DCI P3 Color Space or more.
16421642

16431643
Note: The ''p3'' gamut is larger than and includes the ''srgb'' gamut.
16441644

16451645
<dt><dfn>rec2020</dfn>
16461646
<dd>
1647-
The output device can support approximately the gamut
1647+
The UA and output device can support approximately the gamut
16481648
specified by the ITU-R Recommendation BT.2020 Color Space or more.
16491649

16501650
Note: The ''rec2020'' gamut is larger than and includes the ''p3'' gamut.

0 commit comments

Comments
 (0)