Skip to content

Commit

Permalink
Merge pull request #14858 from primefaces/issue-14818
Browse files Browse the repository at this point in the history
Fixed #14818 - Sidebar | Combination of role 'complementary' and aria…
  • Loading branch information
cetincakiroglu committed Feb 22, 2024
2 parents fc8747b + 4216e76 commit 4e24f85
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 4e24f85

Please sign in to comment.