[
https://issues.apache.org/jira/browse/WICKET-7039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17737482#comment-17737482
]
ASF subversion and git services commented on WICKET-7039:
---------------------------------------------------------
Commit cc731e8629df9c1e77c88993d61c4b4f44a721d1 in wicket's branch
refs/heads/master from Johannes Renoth
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=cc731e8629 ]
WICKET-7039 (#593)
- Add aria-autocomplete = list to Component bound to AutoCompleteBehavior
- Add aria-live = polite to wicket-aa Autocomplete Choice div
Co-authored-by: renoth <[email protected]>
> Improve Accessibility of wicket-autocomplete.js
> -----------------------------------------------
>
> Key: WICKET-7039
> URL: https://issues.apache.org/jira/browse/WICKET-7039
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-extensions
> Reporter: Johannes Renoth
> Priority: Major
>
> Accessibility can be improved easily with the WAI-ARIA Framework
> [https://developer.mozilla.org/en-US/docs/Learn/Accessibility/WAI-ARIA_basics]
> by adding certain attributes to the Markup.
> In case of wicket-autocomplete it would be very helpful to add some of those
> Attributes to the Markup
> For example
> aria-autocomplete on the searchfield
> [https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-autocomplete]
> aria-live on the Resultlist or an element surrounding the Resultlist
> [https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live]
> I can help with the implementation
--
This message was sent by Atlassian Jira
(v8.20.10#820010)