1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

When using assistive technology announce that a dialog is opened when the generator history link is clicked (#15815)

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2025-09-05 12:58:57 +02:00
committed by GitHub
parent 8c598b8783
commit ee772703fe
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
bitLink
linkType="primary"
bit-item-content
aria-haspopup="true"
aria-haspopup="dialog"
(click)="openHistoryDialog()"
>
{{ "generatorHistory" | i18n }}

View File

@@ -13,7 +13,7 @@
bitLink
linkType="primary"
bit-item-content
aria-haspopup="true"
aria-haspopup="dialog"
(click)="openHistoryDialog()"
>
{{ "generatorHistory" | i18n }}

View File

@@ -6,7 +6,7 @@
bitLink
type="button"
linkType="primary"
aria-haspopup="true"
aria-haspopup="dialog"
(click)="openHistoryDialog()"
>
{{ "generatorHistory" | i18n }}