Skip to content

Commit

Permalink
Fixed #14818 - Sidebar | Combination of role 'complementary' and aria…
Browse files Browse the repository at this point in the history
…-modal attribute causes accessibility violation
  • Loading branch information
mehmetcetin01140 committed Feb 22, 2024
1 parent fc8747b commit 4216e76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/sidebar/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const hideAnimation = animation([animate('{{transition}}', style({ transform: '{
role="complementary"
[attr.data-pc-name]="'sidebar'"
[attr.data-pc-section]="'root'"
[attr.aria-modal]="modal"
(keydown)="onKeyDown($event)"
>
<ng-container *ngIf="headlessTemplate; else notHeadless">
Expand Down

0 comments on commit 4216e76

Please sign in to comment.