mirror of
https://github.com/apache/superset.git
synced 2026-07-25 08:02:28 +00:00
Icon-only buttons (delete, row settings, column settings) had no accessible name, making them invisible to screen readers despite being keyboard-focusable via tabIndex=0. Wires the existing label prop through as aria-label on the underlying div[role=button] and provides labels at all three call sites that previously passed none. WCAG 2.1 SC 4.1.2 (Name, Role, Value) — Level A. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>