Skip to content

Commit 2bd8165

Browse files
committed
[css-color-hdr] tweak references
1 parent d12d297 commit 2bd8165

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

css-color-hdr/Overview.bs

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ Abstract: This module explores additions to CSS Color 4 to enable High Dynamic R
2020
"date": "3 July 2015",
2121
"rawDate": "2015-07-03"
2222
},
23-
"Rec BT.2100": {
23+
"Rec_BT.2100": {
2424
"title": "ITU-R BT.2100-2 Image parameter values for high dynamic range television for use in production and international programme exchange",
2525
"publisher": "ITU",
2626
"href": "https://www.itu.int/dms_pubrec/itu-r/rec/bt/R-REC-BT.2100-2-201807-I!!PDF-E.pdf",
2727
"rawDate": "2018-07-00",
2828
"date": "July 2018"
2929
},
30-
"Rec BT.2390": {
30+
"Rec_BT.2390": {
3131
"href": "https://www.itu.int/dms_pub/itu-r/opb/rep/R-REP-BT.2390-8-2020-PDF-E.pdf",
3232
"title": "ITU-R BT.2390-8 High dynamic range television for production and international programme exchange",
3333
"publisher": "ITU",
3434
"date": "February 2020",
3535
"rawDate": "2020-02-00"
3636
},
37-
"Rpt BT.2408": {
37+
"Rpt_BT.2408": {
3838
"href": "https://www.itu.int/dms_pub/itu-r/opb/rep/R-REP-BT.2408-2017-PDF-E.pdf",
3939
"title": "Report ITU-R BT.2408-0 Operational practices in HDR television production",
4040
"publisher": "ITU",
@@ -106,7 +106,7 @@ Predefined colorspaces for HDR: {#predefined-HDR}
106106
<dfn export>rec2100-pq</dfn> {#valdef-color-rec2100-pq}
107107
---------------------------
108108

109-
The ''rec2100-pq'' [[!Rec BT.2100]] colorspace accepts three numeric parameters,
109+
The ''rec2100-pq'' [[!Rec_BT.2100]] colorspace accepts three numeric parameters,
110110
representing the red, green, and blue channels of the color,
111111
with each having a valid range of [0, 1]
112112
regardless of the actual bit depth (10 or 12 bits per component).
@@ -125,7 +125,7 @@ Predefined colorspaces for HDR: {#predefined-HDR}
125125
Issue: should the values accept % as well as number? so 19% as well as 0.19.
126126

127127
The Perceptual Quantizer (PQ) electro-optical transfer function is used
128-
[[SMPTE-ST-2084]],[[!Rec BT.2100]].
128+
[[SMPTE-ST-2084]],[[!Rec_BT.2100]].
129129
PQ assumes a reference viewing condition
130130
where the screen surround
131131
is at 5 cd/m².
@@ -187,7 +187,7 @@ Predefined colorspaces for HDR: {#predefined-HDR}
187187

188188
Issue: add other examples, including encoding of sRGB red, green, blue and P3 red, green, blue.
189189

190-
Linear-light RGB signals are converted to PQ encoded as follows. An absolute luminance scale is used, so the luminance of diffuse (media) white is required to scale relative luminances. The maximum encodable value (peak, small-area white) in PQ is 10,000 cd/m². Media whte is 203 cd/m² [[!Rpt BT.2408]].
190+
Linear-light RGB signals are converted to PQ encoded as follows. An absolute luminance scale is used, so the luminance of diffuse (media) white is required to scale relative luminances. The maximum encodable value (peak, small-area white) in PQ is 10,000 cd/m². Media whte is 203 cd/m² [[!Rpt_BT.2408]].
191191

192192
<!-- From Froehlich p.42
193193
and BT.2100 Table 4 p.4 Reference PQ OETF
@@ -228,19 +228,19 @@ Predefined colorspaces for HDR: {#predefined-HDR}
228228
<dfn export>rec2100-hlg</dfn> {#valdef-color-rec2100-hlg}
229229
---------------------------
230230

231-
The ''rec2100-hlg'' [[Rec BT.2100]] colorspace accepts three numeric parameters,
231+
The ''rec2100-hlg'' [[Rec_BT.2100]] colorspace accepts three numeric parameters,
232232
representing the red, green, and blue channels of the color,
233233
with each having a valid range of [0, 1]
234234
regardless of the actual bit depth (10 or 12 bits per component).
235235

236236
The Hybrid Log-Gamma (HLG) electro-optical transfer function
237-
is used [[ARIB_STD-B67]],[[!Rec BT.2100]].
237+
is used [[ARIB_STD-B67]],[[!Rec_BT.2100]].
238238
HLG can be used with displays of different brightness
239239
in a wide range of viewing environments,
240240
with user control of the overall brightness level.
241241
A value of 0.75 represents "diffuse" or "media" white
242242
while an "18% reflectance grey" card
243-
has a value of 0.38. [[!Rec BT.2390]].
243+
has a value of 0.38. [[!Rec_BT.2390]].
244244

245245
It has the following characteristics:
246246
(The display primaries are the same as [[!Rec.2020]]):
@@ -278,7 +278,7 @@ Predefined colorspaces for HDR: {#predefined-HDR}
278278
</pre>
279279
</div>
280280

281-
Linear-light RGB signals are converted to HLG encoded as follows [[Rec BT.2390]]:
281+
Linear-light RGB signals are converted to HLG encoded as follows [[Rec_BT.2390]]:
282282

283283
<!-- From BT.2390 p.26
284284
confirmed with Froehlich p.43
@@ -298,7 +298,7 @@ Predefined colorspaces for HDR: {#predefined-HDR}
298298
</pre>
299299
Edash is the "gamma-corrected" (OETF-adjusted) signal.
300300

301-
The reverse conversion (HLG encoded to linear light) is as follows [[Rec BT.2390]]::
301+
The reverse conversion (HLG encoded to linear light) is as follows [[Rec_BT.2390]]::
302302

303303
<!-- From BT.2390 p.33
304304
-->
@@ -388,7 +388,7 @@ Converting JzCzHz colors to Jzazbz colors</h4>
388388

389389
The ''ICtCp'' colorspace
390390
is defined as Constant Intensity IC<sub>T</sub>C<sub>P</sub> signal format
391-
in [[!Rec BT.2100]] and accepts three numeric parameters,
391+
in [[!Rec_BT.2100]] and accepts three numeric parameters,
392392
with I representing the Intensity
393393
(similar to L in Lab, but covering a luminance range
394394
up to 10,000 cd/m<sup>2</sup>)
@@ -419,8 +419,8 @@ Converting JzCzHz colors to Jzazbz colors</h4>
419419
<!-- image state is display-referred? check -->
420420
</table>
421421

422-
Although [[Rec BT.2100]] defines IC<sub>T</sub>C<sub>P</sub>
423-
by a conversion from linear-light BT.2100 RGB [[BT.2100]],
422+
Although [[Rec_BT.2100]] defines IC<sub>T</sub>C<sub>P</sub>
423+
by a conversion from linear-light BT.2100 RGB [[Rec_BT.2100]],
424424
this conversion proceds via LMS
425425
and thus, any other color space can also be represented
426426
by applying an XYZ to LMS transform.
@@ -453,7 +453,7 @@ must map SDR media white
453453
to the same luminance as is used
454454
to display the 75% HLG value. [[!SMPTE-ST-2084]]
455455

456-
For further details, see also tables 3 and 4 in ITU Rpt BT.2408-0 [[!Rpt BT.2408]]
456+
For further details, see also tables 3 and 4 in ITU Rpt_BT.2408-0 [[!Rpt_BT.2408]]
457457

458458
Absolute HDR, using the PQ transfer function,
459459
should map SDR media white
@@ -651,4 +651,4 @@ Issue: Make some considerations about privacy and security.
651651

652652
<h2 class="no-num" id="a11y">Accessibility Considerations</h2>
653653

654-
Some individuals may have a sensitivity to very bright colors, so user agents should provide a mechanism to limit the maximum luminance at user option. The toe and knee procedure in section 5.4.1 <em>Mapping to display with limited brightness range</em> of [[Rec BT.2390]] is suggested as suitable.
654+
Some individuals may have a sensitivity to very bright colors, so user agents should provide a mechanism to limit the maximum luminance at user option. The toe and knee procedure in section 5.4.1 <em>Mapping to display with limited brightness range</em> of [[Rec_BT.2390]] is suggested as suitable.

0 commit comments

Comments
 (0)