Changes between Initial Version and Version 1 of Ticket #61028
- Timestamp:
- 04/26/2024 05:04:20 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61028
- Property Keywords has-patch added; needs-patch removed
-
Property
Version
changed from
6.5
to3.8
-
Property
Component
changed from
General
toAdministration
-
Property
Milestone
changed from
Awaiting Review
to6.6
-
Ticket #61028 – Description
initial v1 7 7 }}} 8 8 9 [ https://www.dropbox.com/s/1xlv1dvvehr9s5p/Screenshot%202024-04-17%20at%204.48.50%20PM.png?dl=0 / Screenshot]9 [[Image(https://core.trac.wordpress.org/raw-attachment/ticket/61028/current-screen-reader-output.png, alt="dashicons character is shown in speech viewer with text: 'Close, button, group'", title="")]] 10 10 11 11 Expected screen reader output: … … 15 15 }}} 16 16 17 [ https://www.dropbox.com/s/wyptnkouuqngllj/Screenshot%202024-04-17%20at%204.49.00%20PM.png?dl=0 / Screenshot]17 [[Image(https://core.trac.wordpress.org/raw-attachment/ticket/61028/expected-screen-reader-output.png, alt="speech viewer should only show text: 'Close, button'", title="")]] 18 18 19 This can be fixed by addin d aria-hidden="true"to the icon span.19 This can be fixed by adding `aria-hidden="true"` to the icon span. 20 20 21 21