- From: Luke Warlow via GitHub <noreply@w3.org>
- Date: Wed, 18 Jun 2025 20:21:17 +0000
- To: public-css-archive@w3.org
lukewarlow has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-forms-1] What does control-value() return for `<input type="checkbox">` == Given `<input type="checkbox" value="foo" checked>` what does `control-value()` resolve to? Currently the spec suggests it would be "foo"? Should be conditional based on whether it's checked like the form submission behaviour? Would it make sense to allow access to the boolean "checked" state (we have `:checked` so I'm guessing not)? Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12368 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 18 June 2025 20:21:18 UTC