Skip to content

Commit

Permalink
Merge pull request #16058 from primefaces/issue-16042
Browse files Browse the repository at this point in the history
Fixed #16042 - pFocusTrap: aria-hidden-focus accessibility rule viola…
  • Loading branch information
cetincakiroglu authored Jul 18, 2024
2 parents 287e74b + 43e4613 commit f503e11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/focustrap/focustrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export class FocusTrap {
class: 'p-hidden-accessible p-hidden-focusable',
tabindex,
role: 'presentation',
'aria-hidden': true,
'data-p-hidden-accessible': true,
'data-p-hidden-focusable': true,
onFocus: onFocus?.bind(this)
Expand Down

0 comments on commit f503e11

Please sign in to comment.