Description
Passing in function names and angle units in uppercase causes culori to throw. Uppercase function names and angle units are allowed per the CSS spec.
Screenshots
Steps to reproduce
- Open the culori site
- Open the browser devtools console
- Enter
culori.parse("RGB(128 0 0)")
- Note that
undefined is returned
- Enter
culori.parse("hsl(0DEG 100% 50%)")
- Note that an error is thrown
Notes
Description
Passing in function names and angle units in uppercase causes culori to throw. Uppercase function names and angle units are allowed per the CSS spec.
Screenshots
Steps to reproduce
culori.parse("RGB(128 0 0)")undefinedis returnedculori.parse("hsl(0DEG 100% 50%)")Notes