Skip to content

Commit c88b21c

Browse files
committed
fix(ui-focusable): fix Focusable example using the wrong ARIA tag
tooltips should use aria-describedby INSTUI-4313
1 parent 62ab0f8 commit c88b21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-focusable/src/Focusable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: example
1515
console.log(options)
1616
return <span>
1717
<div>
18-
<Button aria-labelledby="focusable-example1-button focusable-example1-tooltip" id="focusable-example1-button">Focus me!</Button>
18+
<Button aria-describedby="focusable-example1-tooltip">Focus me!</Button>
1919
</div>
2020
{options.focused && (
2121
<ContextView

0 commit comments

Comments
 (0)