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
## 2024-05-18 - Icon-Only Button Accessibility in Config Table
3
+
**Learning:** Config tables often rely heavily on icon-only buttons (like Edit/Save/Cancel) to save horizontal space, which frequently lack proper ARIA labels and tooltips, causing severe accessibility and usability issues for screen reader users and those navigating complex settings.
4
+
**Action:** Always ensure icon-only buttons in dense data tables or lists include `aria-label` and `title` attributes. Additionally, include visual loading states directly within the button for async actions (like Save) to prevent user confusion.
0 commit comments