Issue :
ARIA role of aria-expanded is missing for the show more/show less option when used.

Fix: When show more link is specified add aria-expanded=false
and when show less exists on the page add aria-expanded=true

https://www.w3.org/TR/wai-aria-practices-1.1/examples/accordion/accordio...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

smustgrave created an issue. See original summary.

smustgrave’s picture

smustgrave’s picture

FileSize
1.08 KB
smustgrave’s picture

Status: Active » Needs review
smustgrave’s picture

508 team identified a 2nd issue that this patch should resolve. Hoping this can be incorporated into the module.

Status: Needs review » Needs work

The last submitted patch, 5: facets-508-show-more-3136374-5.patch, failed testing. View results

smustgrave’s picture

Status: Needs work » Needs review

Added the wrong test.

jannakha’s picture

Status: Needs review » Reviewed & tested by the community

Thanks for the patch!

borisson_’s picture

Issue tags: +Accessibility

This looks great and increases our accessiblity, thanks!

mkalkbrenner’s picture

Version: 8.x-1.4 » 8.x-1.x-dev
Status: Reviewed & tested by the community » Fixed

Committed after re-testing. Thanks for your help!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.