mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
fix(backdrop): nvda no longer incorrectly announces backdrop (#22481)
resolves #22102
This commit is contained in:
@ -67,6 +67,7 @@ export class Backdrop implements ComponentInterface {
|
|||||||
return (
|
return (
|
||||||
<Host
|
<Host
|
||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
|
aria-hidden="true"
|
||||||
class={{
|
class={{
|
||||||
[mode]: true,
|
[mode]: true,
|
||||||
'backdrop-hide': !this.visible,
|
'backdrop-hide': !this.visible,
|
||||||
|
|||||||
Reference in New Issue
Block a user