We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b6e9d commit efb1d21Copy full SHA for efb1d21
css-color-hdr-1/Overview.bs
@@ -1096,7 +1096,7 @@ and both place media white at a component value of 1.0.
1096
highlight: js
1097
</pre>
1098
1099
-<h3 id="rec2100-pq_code">
+<h3 id="rec2100-hlg_code">
1100
Sample code for ''rec2100-hlg''
1101
</h3>
1102
css-color-hdr-1/rec2100-hlg.js
@@ -55,5 +55,5 @@ function hlg_decode(RGB) {
55
56
function spow (base, exp) {
57
let sign = base < 0? -1 : 1;
58
- return sign * (Math.abs(base) ** exp);
+ return sign * (Math.abs(base) ** exp);
59
}
0 commit comments