Re: [csswg-drafts] [css-forms-1] Define base appearance for datalist elements (#11851)

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:

![Image](https://github.com/user-attachments/assets/a2a2347c-a108-4f49-a359-4db7a77dc766)

-- 
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