You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All other the relative color functions allow the alpha component to be specified / [<alpha-value> | none] ]? except the relative rgb() function which is currently specified as [ / <alpha-value> ]?.
I am guessing this is just a mistake, but if it is intentional, it would be good to call it out in prose as well.
The text was updated successfully, but these errors were encountered:
All other the relative color functions allow the alpha component to be specified
/ [<alpha-value> | none] ]?
except the relativergb()
function which is currently specified as[ / <alpha-value> ]?
.I am guessing this is just a mistake, but if it is intentional, it would be good to call it out in prose as well.
The text was updated successfully, but these errors were encountered: