#4898 - aria-expanded is implemented incorrectly
| Identifier | #4898 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | aria-expanded is implemented incorrectly |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| Description | aria-expanded is meant to be placed on the element that does the expansion (which is referencing the expanded element via its aria-controls). However, we are placing it on the element being expanded.
This is giving HTML5 validation errors on w3.org. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
I have done a big review of ARIA, implemented some simple parts, and am putting together a new issue that documents the more complex stuff that we could do.