We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839c2e6 commit 3ebe9b6Copy full SHA for 3ebe9b6
src/cdk/dialog/dialog.ts
@@ -401,7 +401,8 @@ export class Dialog implements OnDestroy {
401
sibling !== overlayContainer &&
402
sibling.nodeName !== 'SCRIPT' &&
403
sibling.nodeName !== 'STYLE' &&
404
- !sibling.hasAttribute('aria-live')
+ !sibling.hasAttribute('aria-live') &&
405
+ !sibling.hasAttribute('popover')
406
) {
407
this._ariaHiddenElements.set(sibling, sibling.getAttribute('aria-hidden'));
408
sibling.setAttribute('aria-hidden', 'true');
0 commit comments