Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): improve a11y of footer with role="list"
QList used to have role="list" by default, added with #14609. But, it was later removed with #14784 since it's also used with the menu role commonly. So, now QItems have role="listitem" but their parent(QList) doesn't have the list role, which is invalid.
- Loading branch information