- From: Mason Freed via GitHub <sysbot+gh@w3.org>
- Date: Mon, 10 Mar 2025 17:22:45 +0000
- To: public-css-archive@w3.org
One more comment here - datalist already interacts with the in-page control in some browsers in some cases. That feels like that should be standardized also. For example: ```html <input type=range list=foo> <datalist id=foo> <option value=1> <option value=65> <option value=90> </datalist> ``` Renders like this in Chrome:  -- GitHub Notification of comment by mfreed7 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11851#issuecomment-2711313786 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 10 March 2025 17:22:46 UTC