You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Number inputs with increment/decrement steppers (e.g. port, line number) may not expose the current value to the a11y tree via aria-valuenow. Screen reader users may not hear the value after using the stepper. Verifiable only in DOM.
Error Message
Debug Logs
System Information
$ bounty info
Screenshots
395.mp4
Steps to Reproduce
Settings Page: Find a number input with stepper. Change value via stepper. Inspect the input for aria-valuenow.
Expected Behavior
Input has aria-valuenow reflecting current value (and aria-valuemin/aria-valuemax if applicable).