Hello WordPress Community,
I hope this message finds you well. I am reaching out for assistance regarding an accessibility issue I am facing on my client’s website. Despite my efforts, the accessibility score is currently at 78%, which falls short of the desired standards.
Upon conducting an audit, two specific issues have been identified, and I’m seeking guidance on how to address them effectively:
- Issue 1: div#app_status_detail
- Class:
accordion-collapse collapse show - Aria-labelledby:
status - Data-bs-parent:
#app_status
Code Snippet:htmlCopy code<div id="app_status_detail" class="accordion-collapse collapse show" aria-labelledby="status" data-bs-parent="#app_status">
- Issue 2: div#app_status > div.accordion-item > div#status > button.accordion-button
- Selector:
div#app_status > div.accordion-item > div#status > button.accordion-button - Class:
accordion-button - Type:
button - Data-bs-toggle:
collapse - Data-bs-target:
#app_status_detail - Aria-expanded:
true - Aria-controls:
app_status_detail
Code Snippet:htmlCopy code<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#app_status_detail" aria-expanded="true" aria-controls="app_status_detail">
I have already made several attempts to rectify these issues, but unfortunately, the accessibility score remains suboptimal. I would greatly appreciate any insights, suggestions, or solutions that the WordPress community can provide to help enhance the website’s accessibility.
Here is the link of the website:
Thank you in advance for your time and assistance.
Best regards,
Cynthia
- This topic was modified 11 hours, 59 minutes ago by .
- This topic was modified 11 hours, 59 minutes ago by . Reason: redundant link removed
The page I need help with: [log in to see the link]
