You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(a11y): add aria-describedby to svg and make star icons decorative
- Icon.astro: add aria-describedby to normalizedProps when desc is
provided and icon is meaningful, binding <svg> to its <desc id>
(WCAG 1.1.1 / 4.1.2)
- map.astro: remove per-star title props so each icon is decorative;
the <figure aria-label> and <figcaption> carry the collective meaning
and screen readers no longer announce each star separately
0 commit comments