Skip to content

Commit 4c260a4

Browse files
committed
[css-color-hdr][editorial] Assorted cleanup
1 parent 45981f7 commit 4c260a4

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

css-color-hdr-1/Overview.bs

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TR: https://www.w3.org/TR/css-color-hdr-1/
1010
ED: https://drafts.csswg.org/css-color-hdr-1/
1111
Work Status: exploring
1212
Editor: Chris Lilley, W3C, https://svgees.us/, w3cid 1438
13-
Abstract: This module defines additions to CSS Color 4 to enable High Dynamic Range (HDR).
13+
Abstract: This module defines additions to CSS Color 4 and 5 to enable High Dynamic Range (HDR).
1414
WPT Path Prefix: css/css-color-hdr/
1515
WPT Display: open
1616
</pre>
@@ -28,6 +28,7 @@ WPT Display: open
2828
spec:css-color-5; type:type; text:<color>
2929
spec:css-color-5; type:dfn; text:component keywords
3030
spec:css-color-5; type:dfn; text:origin color
31+
spec:css-color-5; type:dfn; text:required conversion
3132
spec:css-color-adjust-1; type:value; text:light
3233
spec:css-color-adjust-1; type:value; text:dark
3334
spec:css-color-4; type:value; text:rec2020
@@ -671,9 +672,9 @@ Mixing Dynamic Range Limits: the ''dynamic-range-limit-mix()'' function {#dynami
671672
the simplification ICtCp is frequently used.
672673

673674
IC<sub>T</sub>C<sub>P</sub> was
674-
originaly developed by Dolby Laboratories [[!What_is_ICtCp]]
675+
originaly developed by Dolby Laboratories [[What_is_ICtCp]]
675676
from the IPT color space by Ebner and Fairchild
676-
[[!Development_ITP]],
677+
[[Development_ITP]],
677678
and is defined in [[!Rec_BT.2100]] as the
678679
Constant Intensity IC<sub>T</sub>C<sub>P</sub> signal format.
679680
It was intended to replace YCbCr [[Perrin]].
@@ -788,11 +789,11 @@ Mixing Dynamic Range Limits: the ''dynamic-range-limit-mix()'' function {#dynami
788789
the allowed [=component keywords=] are:
789790

790791
* <dfn value for="ictcp()">i</dfn> is a <<number>>
791-
that corresponds to the [=origin color's=] ictcp Lightness
792+
that corresponds to the [=origin color's=] I (Lightness)
792793
after [=required conversion|conversion, if required=], to ictcp.
793794
1.0 is equivalent to 100%.
794795
* <dfn value for="ictcp()">ct</dfn> and <dfn value for="ictcp()">cp</dfn> are <<number>>s
795-
that correspond to the [=origin color's=] ictcp ct and cp axes
796+
that correspond to the [=origin color's=] ct and cp axes
796797
after [=required conversion|conversion, if required=], to ictcp.
797798
0.5 is equivalent to 100%, while -0.5 is equivalent to -100%.
798799
* <dfn value for="ictcp()">alpha</dfn> is a <<number>> that corresponds to the
@@ -842,7 +843,7 @@ Mixing Dynamic Range Limits: the ''dynamic-range-limit-mix()'' function {#dynami
842843
or used for subtitles,
843844
on any sized area of the screen.
844845
It is the same color as sRGB ''white''.
845-
Diffuse white is 203 cd/m² [[!Rec_BT.2100]].
846+
Diffuse white is 203 cd/m² [[Rec_BT.2100]].
846847
<pre>
847848
<span class="swatch" style="--color: white"></span> jzazbz(0.22207 -0.00016 -0.00012)
848849
</pre>
@@ -857,11 +858,11 @@ Mixing Dynamic Range Limits: the ''dynamic-range-limit-mix()'' function {#dynami
857858
the allowed [=component keywords=] are:
858859

859860
* <dfn value for="jzazbz()">j</dfn> is a <<number>>
860-
that corresponds to the [=origin color's=] jzazbz Jz Lightness
861+
that corresponds to the [=origin color's=] Jz (Lightness)
861862
after [=required conversion|conversion, if required=], to jzazbz.
862863
1.0 is equivalent to 100%.
863864
* <dfn value for="jzazbz()">a</dfn> and <dfn value for="jzazbz()">b</dfn> are <<number>>s
864-
that correspond to the [=origin color's=] jzazbz az and bz axes
865+
that correspond to the [=origin color's=] az and bz axes
865866
after [=required conversion|conversion, if required=], to jzazbz.
866867
0.21 is equivalent to 100%, while -0.21 is equivalent to -100%.
867868
* <dfn value for="jzazbz()">alpha</dfn> is a <<number>> that corresponds to the
@@ -895,7 +896,7 @@ Mixing Dynamic Range Limits: the ''dynamic-range-limit-mix()'' function {#dynami
895896
<tr>
896897
<th>Percent reference range</th>
897898
<td>for Jz: 0% = 0.0, 100% = 1.0<br>
898-
for Cz: 100% = 0.26</td>
899+
for Cz: 0% = 0.0, 100% = 0.26</td>
899900
</tr>
900901
</table>
901902

@@ -972,7 +973,7 @@ Mixing Dynamic Range Limits: the ''dynamic-range-limit-mix()'' function {#dynami
972973
Specifying Predefined and Custom Color Spaces: the ''color()'' Function
973974
</h2>
974975

975-
The <dfn>color()<dfn> function allows a color to be specified
976+
The <dfn>color()</dfn> function allows a color to be specified
976977
in a particular, given [=color space=]
977978
(rather than the implicit sRGB color space that most of the other color functions operate in).
978979

0 commit comments

Comments
 (0)