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:
committed by
GitHub
parent
8c598b8783
commit
ee772703fe
@@ -8,7 +8,7 @@
|
||||
bitLink
|
||||
linkType="primary"
|
||||
bit-item-content
|
||||
aria-haspopup="true"
|
||||
aria-haspopup="dialog"
|
||||
(click)="openHistoryDialog()"
|
||||
>
|
||||
{{ "generatorHistory" | i18n }}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
bitLink
|
||||
linkType="primary"
|
||||
bit-item-content
|
||||
aria-haspopup="true"
|
||||
aria-haspopup="dialog"
|
||||
(click)="openHistoryDialog()"
|
||||
>
|
||||
{{ "generatorHistory" | i18n }}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
bitLink
|
||||
type="button"
|
||||
linkType="primary"
|
||||
aria-haspopup="true"
|
||||
aria-haspopup="dialog"
|
||||
(click)="openHistoryDialog()"
|
||||
>
|
||||
{{ "generatorHistory" | i18n }}
|
||||
|
||||
Reference in New Issue
Block a user