strido opened a new pull request, #1034:
URL: https://github.com/apache/wicket/pull/1034

   Improved accessibility support with the following changes
   
   - The up and down arrow keys in the auto-complete dropdown should not move 
the cursor to the start or end of the text field
   - aria-expanded should be set on the input element to indicate whether the 
dropdown is expanded or collapsed
   - aria-selected should be set on the element that is currently selected in 
the dropdown
   - aria-activedescendant attribute should be used on the input field, 
pointing to the currently selected item in the dropdown. This allows screen 
readers to track the active selection in the list.
   - aria-live should not be set on the dropdown as it will cause a screen 
reader to read out everything in the dropdown, which disrupts the navigaition 
workflow


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to