Open
Description
See web-platform-tests/interop#547 by @joppekroon
Description
The datalist element is highly interesting, but due to the accessibility issues can not be relied upon to work.
MDN mentions three issues:
1. No support for Zoom. 2. No support for high contrast mode. 3. No announcement for content by some screen readers.
Rationale
Resolving these issues could lift the datalist to be a viable replacement to overengineered select/combo box solutions.
In my limited testing it looks like issue 3 has been fixed. Issue 2 seems to be fixed as well, on Windows the datalist listens to HCM although improved styling support in general would be appreciated of course. But issue 1, reacting to zoom, is still a problem.
Investigation Roadmap
No response
Also see #23 , filing this separately in case the scope is different.