discourse/plugins
Kris f66339338e
A11Y: SVG icons should be hidden unless a label is provided (#33059)
This is fairly minor because usually SVGs aren't focusable, but this
adds `aria-hidden='true'` to all SVGs by default unless either an
`aria-label` or `label` is provided. This gets reported to us in
automated tests from time to time.

So now:

1. SVG: `aria-hidden="true"` (new behavior, safe default when no label
is provided)
2. SVG with `label` param: `aria-hidden="true"` and `sr-only` label is
provided
3. SVG with `aria-label` param: `aria-hidden="false"` and `aria-label`
is provided
2025-06-04 08:21:36 -04:00
..
automation Update translations (#33052) 2025-06-03 17:37:13 +02:00
chat Update translations (#33052) 2025-06-03 17:37:13 +02:00
checklist UX: rich editor checklist undoable input rule (#32877) 2025-05-23 14:20:27 +10:00
discourse-details UX: rich editor [details] caret hover and padding (#33057) 2025-06-03 15:23:21 -03:00
discourse-lazy-videos Update translations (#32939) 2025-05-27 22:11:24 +02:00
discourse-local-dates A11Y: SVG icons should be hidden unless a label is provided (#33059) 2025-06-04 08:21:36 -04:00
discourse-narrative-bot Update translations (#33052) 2025-06-03 17:37:13 +02:00
discourse-presence UX: avoid presence layout shift (#33022) 2025-05-30 17:30:44 -04:00
footnote UX: rich editor footnotes position (#32566) 2025-05-05 09:12:09 -03:00
poll Update translations (#33052) 2025-06-03 17:37:13 +02:00
spoiler-alert Update translations (#33052) 2025-06-03 17:37:13 +02:00
styleguide Update translations (#33052) 2025-06-03 17:37:13 +02:00