feat(theme-classic): set aria-expanded on expandable sidebar categories (#6914)

This commit is contained in:
Pawel Kowaluk 2022-03-15 09:31:55 +01:00 committed by GitHub
parent ff1b7168ba
commit f4f4c1dfd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,6 +179,7 @@ function DocSidebarItemCategory({
}
}
aria-current={isCurrentPage ? 'page' : undefined}
aria-expanded={collapsible ? !collapsed : undefined}
href={collapsible ? hrefWithSSRFallback ?? '#' : hrefWithSSRFallback}
{...props}>
{label}