mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
[PM-281] A11y visual distinction required for page links (#9878)
* [PM-281] Visual distinction required for login page links * add bitLink to report links * add bitLink to billing history * [PM-281] Adding more references to bitLink and incorporating changes to aria labels for a variety of buttons * Added editItemWithName to announce links within reports even better --------- Co-authored-by: Vicki League <vleague@bitwarden.com> Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
<bit-callout type="warning">
|
||||
{{ "experimentalFeature" | i18n }}
|
||||
<a href="https://bitwarden.com/help/auto-fill-browser/" target="_blank" rel="noreferrer">{{
|
||||
"learnMoreAboutAutofill" | i18n
|
||||
}}</a>
|
||||
<a
|
||||
bitLink
|
||||
href="https://bitwarden.com/help/auto-fill-browser/"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>{{ "learnMoreAboutAutofill" | i18n }}</a
|
||||
>
|
||||
</bit-callout>
|
||||
|
||||
<bit-form-control>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<form [formGroup]="ssoConfigForm" [bitSubmit]="submit" *ngIf="!loading">
|
||||
<p>
|
||||
{{ "ssoPolicyHelpStart" | i18n }}
|
||||
<a routerLink="../policies">{{ "ssoPolicyHelpAnchor" | i18n }}</a>
|
||||
<a bitLink routerLink="../policies">{{ "ssoPolicyHelpAnchor" | i18n }}</a>
|
||||
{{ "ssoPolicyHelpEnd" | i18n }}
|
||||
<br />
|
||||
</p>
|
||||
@@ -31,7 +31,7 @@
|
||||
<input bitInput type="text" formControlName="ssoIdentifier" />
|
||||
<bit-hint>
|
||||
{{ "ssoIdentifierHintPartOne" | i18n }}
|
||||
<a routerLink="../domain-verification">{{ "domainVerification" | i18n }}</a>
|
||||
<a bitLink routerLink="../domain-verification">{{ "domainVerification" | i18n }}</a>
|
||||
</bit-hint>
|
||||
</bit-form-field>
|
||||
|
||||
@@ -70,7 +70,9 @@
|
||||
</bit-label>
|
||||
<bit-hint>
|
||||
{{ "memberDecryptionKeyConnectorDescStart" | i18n }}
|
||||
<a routerLink="../policies">{{ "memberDecryptionKeyConnectorDescLink" | i18n }}</a>
|
||||
<a bitLink routerLink="../policies">{{
|
||||
"memberDecryptionKeyConnectorDescLink" | i18n
|
||||
}}</a>
|
||||
{{ "memberDecryptionKeyConnectorDescEnd" | i18n }}
|
||||
</bit-hint>
|
||||
</bit-radio-button>
|
||||
@@ -85,15 +87,15 @@
|
||||
</bit-label>
|
||||
<bit-hint>
|
||||
{{ "memberDecryptionOptionTdeDescriptionPartOne" | i18n }}
|
||||
<a routerLink="../policies">{{
|
||||
<a bitLink routerLink="../policies">{{
|
||||
"memberDecryptionOptionTdeDescriptionLinkOne" | i18n
|
||||
}}</a>
|
||||
{{ "memberDecryptionOptionTdeDescriptionPartTwo" | i18n }}
|
||||
<a routerLink="../policies">{{
|
||||
<a bitLink routerLink="../policies">{{
|
||||
"memberDecryptionOptionTdeDescriptionLinkTwo" | i18n
|
||||
}}</a>
|
||||
{{ "memberDecryptionOptionTdeDescriptionPartThree" | i18n }}
|
||||
<a routerLink="../policies">{{
|
||||
<a bitLink routerLink="../policies">{{
|
||||
"memberDecryptionOptionTdeDescriptionLinkThree" | i18n
|
||||
}}</a>
|
||||
{{ "memberDecryptionOptionTdeDescriptionPartFour" | i18n }}
|
||||
|
||||
Reference in New Issue
Block a user