Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61028


Ignore:
Timestamp:
04/26/2024 05:04:20 PM (13 months ago)
Author:
sabernhardt
Comment:

I changed the version to 3.8 because [26395] is when the icon was introduced. For more historical context:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61028

    • Property Keywords has-patch added; needs-patch removed
    • Property Version changed from 6.5 to 3.8
    • Property Component changed from General to Administration
    • Property Milestone changed from Awaiting Review to 6.6
  • Ticket #61028 – Description

    initial v1  
    77}}}
    88
    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="")]]
    1010
    1111Expected screen reader output:
     
    1515}}}
    1616
    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="")]]
    1818
    19 This can be fixed by addind aria-hidden="true" to the icon span.
     19This can be fixed by adding `aria-hidden="true"` to the icon span.
    2020
    2121