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
Copy file name to clipboardExpand all lines: docs/components/chip.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,9 +176,9 @@ Add an `aria-label` to chips whose labels need to be more descriptive.
176
176
177
177
### Focusable and disabled
178
178
179
-
By default, disabled chips are not focusable with the keyboard. Some use cases
180
-
encourage focusability of disabled toolbar items to increase their
181
-
discoverability.
179
+
By default, disabled chips are not focusable with the keyboard, while
180
+
"soft-disabled" chips are. Some use cases encourage focusability of disabled
181
+
toolbar items to increase their discoverability.
182
182
183
183
See the
184
184
[ARIA guidelines on focusability of disabled controls](https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#kbd_disabled_controls)<!-- {.external} -->
@@ -190,8 +190,8 @@ for guidance on when this is recommended.
190
190
Disabled until text is selected. Since both are disabled by default, keep
191
191
them focusable so that screen readers can discover the actions available.
0 commit comments