File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ ED: https://drafts.csswg.org/css-color-hdr/
1010Work Status : exploring
1111Editor : Chris Lilley, W3C, https://svgees.us/, w3cid 1438
1212Abstract : This module defines additions to CSS Color 4 to enable High Dynamic Range (HDR).
13+ WPT Path Prefix : css/css-color-hdr/
14+ WPT Display : open
1315</pre>
1416
1517<pre class=biblio>
@@ -267,6 +269,13 @@ The 'dynamic-range-limit' property {#the-dynamic-range-limit-property}
267269 Canonical order : per grammar
268270 </pre>
269271
272+ <wpt>
273+ computed.html
274+ inheritance.html
275+ interpolation.html
276+ parsing.html
277+ </wpt>
278+
270279 <dl dfn-type="value" dfn-for="dynamic-range-limit">
271280 <dt> <dfn>standard</dfn>
272281 <dd>
@@ -312,6 +321,13 @@ Mixing Dynamic Range Limits: the ''dynamic-range-limit-mix()'' function {#dynami
312321 <dfn>dynamic-range-limit-mix()</dfn> = dynamic-range-limit-mix( [ <<ident>> && <<percentage [0,100]>> ]+)
313322</pre>
314323
324+ <wpt>
325+ computed.html
326+ inheritance.html
327+ interpolation.html
328+ parsing.html
329+ </wpt>
330+
315331 If the sum of all percentages is 0%, then the function is invalid.
316332
317333<h3 id="computing-dynamic-range-limit">
@@ -339,6 +355,10 @@ Mixing Dynamic Range Limits: the ''dynamic-range-limit-mix()'' function {#dynami
339355 <var> p_standard</var> , <var> p_constrained_high</var> , and <var> p_high</var> ,
340356 omitting parameters with a percentage equal to 0%.
341357
358+ <wpt>
359+ computed.html
360+ </wpt>
361+
342362 <div class="example" id="ex-hdr-limit-mix">
343363 The computed value of
344364 <pre class="lang-css">
You can’t perform that action at this time.
0 commit comments