What is the expected outcome in these cases?
color( srgb calc(infinity) 1 0 )
color( srgb calc(-infinity) 1 0 )
color( xyz calc(infinity) 1 0 )
color( xyz calc(-infinity) 1 0 )
Currently each engine does something different.
I think Firefox makes the most sense:
color( srgb calc(infinity) 1 0 ) /* bright yellow */
color( srgb calc(-infinity) 1 0 ) /* bright green */
color( xyz calc(infinity) 1 0 ) /* bright pink */
color( xyz calc(-infinity) 1 0 ) /* bright green */
What is the expected outcome in these cases?
Currently each engine does something different.
I think Firefox makes the most sense: