Skip to content

Commit

Permalink
adds a tabindex in the 3rd place
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneBenHMCTS committed Jan 9, 2025
1 parent 9da0726 commit c1ecb9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/ccd-case-ui-toolkit",
"version": "7.1.33-accesible-errors",
"version": "7.1.33-accesible-errors2",
"engines": {
"node": ">=18.19.0"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/ccd-case-ui-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/ccd-case-ui-toolkit",
"version": "7.1.33-accesible-errors",
"version": "7.1.33-accesible-errors2",
"engines": {
"node": ">=18.19.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2 class="govuk-error-summary__title" id="error-summary-title">
<div *ngFor="let validationError of validationErrors" class="govuk-error-summary__body">
<ul class="govuk-list govuk-error-summary__list">
<li>
<a (click)="navigateToErrorElement(validationError.id)" class="validation-error">
<a (click)="navigateToErrorElement(validationError.id)" tabindex="0" class="validation-error">
{{ validationError.message | rpxTranslate: getRpxTranslatePipeArgs(validationError.label | rpxTranslate): null }}
</a>
</li>
Expand Down

0 comments on commit c1ecb9a

Please sign in to comment.