Opened 10 years ago
Closed 10 years ago
#36725 closed defect (bug) (fixed)
Star rating improve accessibility hiding empty elements
| Reported by: | afercia | Owned by: | afercia |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.6 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-screenshots has-patch |
| Cc: | Focuses: | ui, accessibility |
Description
The star rating is correctly announced by screen readers thanks to some screen-reader-text used in the markup:
By the way, some screen readers (see VoiceOver in the screenshot below) try to read out also the content of empty elements because there's some CSS generated content:
Hiding the stars with aria-hidden="true" will make assistive technologies completely ignore these elements, improving the users experience.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)


In 37330: