[wp-trac] [WordPress Trac] #63603: Replace deprecated / non-standard CSS for `speak` and `aural`

WordPress Trac noreply at wordpress.org
Fri Jun 20 10:01:42 UTC 2025


#63603: Replace deprecated / non-standard CSS for `speak` and `aural`
--------------------------------+-----------------------------
 Reporter:  krokodok            |      Owner:  (none)
     Type:  enhancement         |     Status:  new
 Priority:  normal              |  Milestone:  Awaiting Review
Component:  General             |    Version:  trunk
 Severity:  normal              |   Keywords:
  Focuses:  accessibility, css  |
--------------------------------+-----------------------------
 Both `speak: never` and `@media aural` are deprecated and/or non-standard.
 They are exclusively used for font-icons on pseudo elements. We can
 replace them with the syntax `content: "\icon-code" / ""`, which is widely
 supported.

 Examples of files where this is used:
 – …/src/wp-admin/css/common.css
 – …/src/wp-admin/css/themes.css

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63603>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list