We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67809ac commit 869ba8eCopy full SHA for 869ba8e
1 file changed
src/Display/Collapsible/Collapsible.tsx
@@ -34,10 +34,10 @@ export const Collapsible: FC<Props> = ({
34
data-testid="collapsible-container"
35
{...defaultProps}
36
>
37
- <CollapsibleContent tabIndex={-1}>
+ <CollapsibleContent tabIndex={-1} role="region">
38
<CollapsibleHeader
39
className="collapsible-title"
40
- role="tab"
+ role="button"
41
aria-expanded={isOpenInternal}
42
isOpen={isOpenInternal}
43
0 commit comments