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
The link modal posts search / suggestions merged via #1985
should be implemented as an ARIA combobox widget + listbox as done for the Tags suggestion. This was originally noted in the related issue #1040 but the implementation missed to address any accessibility feature.
The PR mentions this:
This needs some Accessibility eyes, We can navigate using arrows but I guess this is far from perfect.
So I'm opening a specific issue. The UI should basically replicate what was already done for the Tag suggestions, see #1141. I hope the great work done there can be re-used easily. Worth also considering some abstraction.
Worth noting the current implementation is actually an a11y regression compared to the current functionality in WordPress.
The text was updated successfully, but these errors were encountered:
The link modal posts search / suggestions merged via #1985
should be implemented as an ARIA combobox widget + listbox as done for the Tags suggestion. This was originally noted in the related issue #1040 but the implementation missed to address any accessibility feature.
The PR mentions this:
So I'm opening a specific issue. The UI should basically replicate what was already done for the Tag suggestions, see #1141. I hope the great work done there can be re-used easily. Worth also considering some abstraction.
Worth noting the current implementation is actually an a11y regression compared to the current functionality in WordPress.
The text was updated successfully, but these errors were encountered: