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
|[spinner-needs-labelling](docs/rules/spinner-needs-labelling.md)| Accessibility: Spinner must have either aria-label or label, aria-live and aria-busy attributes | ✅ |||
212
+
|[split-button-needs-labelling](docs/rules/split-button-needs-labelling.md)| Button must have an accessible name. | ✅ |||
212
213
|[switch-needs-labelling](docs/rules/switch-needs-labelling.md)| Accessibility: Switch must have an accessible label | ✅ |||
213
214
|[table-needs-labelling](docs/rules/table-needs-labelling.md)| Accessibility: Table must have proper labelling and semantic structure for screen readers | ✅ |||
214
215
|[tablist-and-tabs-need-labelling](docs/rules/tablist-and-tabs-need-labelling.md)| This rule aims to ensure that Tabs with icons but no text labels have an accessible name and that Tablist is properly labeled. | ✅ |||
Copy file name to clipboardExpand all lines: docs/rules/split-button-needs-labelling.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
-
# Accessibility: SplitButton must have text content or accessible name on primaryActionButton prop (`@microsoft/fluentui-jsx-a11y/split-button-needs-labelling`)
1
+
# Button must have an accessible name (`@microsoft/fluentui-jsx-a11y/split-button-needs-labelling`)
2
+
3
+
💼 This rule is enabled in the ✅ `recommended` config.
4
+
5
+
<!-- end auto-generated rule header -->
2
6
3
7
💼 This rule is enabled in the ✅ `recommended` config.
0 commit comments