Skip to content

Commit f2a11c4

Browse files
committed
[css-color-4] Refer to UA-defined limit for large and infinite values of color components #10507
1 parent 79865f5 commit f2a11c4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

css-color-4/Overview.bs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5982,6 +5982,11 @@ Resolving Lab and LCH values</h3>
59825982
<pre class="lang-css"><span class="swatch" style="--color: rgb(77.61% 36.34% 2.45%)"></span> lch(52.2345% 72.2 56.2)</pre>
59835983
</div>
59845984

5985+
Although the values of a, b and C
5986+
are theoretically unbounded,
5987+
there may be an
5988+
[=implementation-defined limit for values approaching infinity=].
5989+
59855990
<wpt>
59865991
parsing/color-computed-lab.html
59875992
</wpt>
@@ -6005,6 +6010,11 @@ Resolving Oklab and OkLCh values</h3>
60056010
<pre class="lang-css"><span class="swatch" style="--color: rgb(50.2% 0.7% 49.9%)"></span> oklch(42.1% 0.192 328.6)</pre>
60066011
</div>
60076012

6013+
Although the values of a, b and C
6014+
are theoretically unbounded,
6015+
there may be an
6016+
[=implementation-defined limit for values approaching infinity=].
6017+
60086018
<wpt>
60096019
parsing/color-computed-lab.html
60106020
</wpt>
@@ -6037,6 +6047,11 @@ Resolving values of the ''color()'' function</h3>
60376047
<pre class="lang-css"><span class="swatch" style="--color: rgb(95.1% 53.3% 33%)"></span> color(xyz-d65 0.472 0.372 0.131)</pre>
60386048
</div>
60396049

6050+
Although the values of r, g, b, x, y and z
6051+
are theoretically unbounded,
6052+
there may be an
6053+
[=implementation-defined limit for values approaching infinity=].
6054+
60406055
<wpt>
60416056
parsing/color-computed-color-function.html
60426057
</wpt>

0 commit comments

Comments
 (0)