We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given the following markup
<input type="date"></input>
move screen reader focus to the input.
Expect JAWS to announce something like
date, edit
JAWS announces
date time, edit
https://codepen.io/ptrfrncsmrph-the-vuer/full/RNbJMWz
JAWS 2025.2412.50
Windows 11 Enterprise
Chrome 131.0.6778.266
The text was updated successfully, but these errors were encountered:
works as expected with NVDA/Chrome. Suggests it is a JAWS bug
Sorry, something went wrong.
No branches or pull requests
Summary
Given the following markup
move screen reader focus to the input.
Expected result
Expect JAWS to announce something like
Actual result
JAWS announces
Example
https://codepen.io/ptrfrncsmrph-the-vuer/full/RNbJMWz
Additional Information
JAWS version and build number
JAWS 2025.2412.50
Operating System and version
Windows 11 Enterprise
Browser and version:
Chrome 131.0.6778.266
The text was updated successfully, but these errors were encountered: