- From: Gordon P. Hemsley via GitHub <sysbot+gh@w3.org>
- Date: Thu, 06 Oct 2022 02:23:17 +0000
- To: public-css-archive@w3.org
> There are no tests for this in WPT: There are some, but they're sort of hiding: ``` color-invalid.html:test_invalid_value("color", "rgb(none, none, none)"); color-invalid.html:test_invalid_value("color", "rgba(none, none, none, none)"); color-invalid.html:test_invalid_value("color", "rgb(128, 0, none)"); color-invalid.html:test_invalid_value("color", "rgb(255, 255, 255, none)"); color-invalid.html:test_invalid_value("color", "hsl(none, none, none)"); color-invalid.html:test_invalid_value("color", "hsla(none, none, none, none)"); color-invalid.html:test_invalid_value("color", "hsl(none, 100%, 50%)"); color-invalid.html:test_invalid_value("color", "hsla(120, 100%, 50%, none)"); ``` -- GitHub Notification of comment by GPHemsley Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7816#issuecomment-1269221986 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 6 October 2022 02:23:18 UTC