- From: Michael Puckett via GitHub <sysbot+gh@w3.org>
- Date: Sun, 06 Jun 2021 16:00:20 +0000
- To: public-css-archive@w3.org
michaelcpuckett has just created a new issue for https://github.com/w3c/csswg-drafts: == input[type="range"] pseudo selector for current value (akin to aria-valuenow) == I would like to be able to use a native `<input type="range">` (which comes with arrow keyboard support) and style it (or its siblings, etc) based on its current value. If I create a comparable ARIA slider widget with JavaScript, I can style it based on the `[aria-valuenow]` attribute. I think the same feature should exist for the native element to enable more native interactivity for non-JS users. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6354 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 6 June 2021 16:00:36 UTC