Changes between Initial Version and Version 3 of Ticket #34833
- Timestamp:
- Sep 13, 2023, 1:26:58 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34833
- Property Component Uncategorized → contrib.admin
- Property Triage Stage Unreviewed → Accepted
- Property Type Uncategorized → Cleanup/optimization
- Property Easy pickings set
- Property Keywords accessibility screen reader landmarks added
-
Ticket #34833 – Description
initial v3 3 3 Usage of the correct HTML main tag is ideal, but might prove problematic if CSS was written with overly specific HTML elements. We can get the same benefits for screen reader users with `role="main"`. 4 4 5 --- 6 7 See [https://dequeuniversity.com/rules/axe/4.8/landmark-one-main?application=RuleDescription recommendation from Axe] on the importance of having a main landmark.