Skip to content

Commit c51af8e

Browse files
committedJan 11, 2025··
[docs] Fix broken anchor link to w3.org
1 parent 02dba2b commit c51af8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/data/base/components/button/button.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Instead, `aria-disabled` is used, which makes the Button focusable.
142142

143143
This should be used whenever the disabled Button needs to be read by screen readers.
144144

145-
Base UI uses this prop internally in [menu items](/base-ui/react-menu/), making it possible to use the keyboard to navigate to disabled items (in compliance with [ARIA guidelines](https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#x6-7-focusability-of-disabled-controls)).
145+
Base UI uses this prop internally in [menu items](/base-ui/react-menu/), making it possible to use the keyboard to navigate to disabled items (in compliance with [ARIA guidelines](https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#focusabilityofdisabledcontrols)).
146146

147147
The following demo shows how the `focusableWhenDisabled` prop works—use the <kbd class="key">Tab</kbd> key to navigate within this document to see that only the second Button accepts the focus:
148148

0 commit comments

Comments
 (0)
Please sign in to comment.