File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
## RELEASE NOTES
2
+ ### Version 2.68.6-non-descriptive-headings
3
+ ** EUI-3155** Accessibility amends for non-descriptive headings
4
+
2
5
### Version 2.67.5-dynamiclist-fix-in-complex
3
6
** EUI-2350** Dynamic Lists in Complex Types
4
7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hmcts/ccd-case-ui-toolkit" ,
3
- "version" : " 2.67.5-dynamiclist-fix-in-complex " ,
3
+ "version" : " 2.68.6-non-descriptive-headings " ,
4
4
"engines" : {
5
5
"yarn" : " ^1.12.3" ,
6
6
"npm" : " ^5.6.0"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ <h2 class="heading-h2">
6
6
{{caseField | ccdFieldLabel}}
7
7
</ h2 >
8
8
< button class ="button " type ="button " (click) ="addItem(true) " [disabled] ="isNotAuthorisedToCreate() "> Add new</ button >
9
- < h2 class ="heading-h2 error-spacing ">
9
+ < h2 *ngIf =" caseField.hint_text || formArray.errors " class ="heading-h2 error-spacing ">
10
10
< span *ngIf ="caseField.hint_text " class ="form-hint "> {{caseField.hint_text}}</ span >
11
11
< span *ngIf ="formArray.errors " class ="error-message "> {{formArray.errors | ccdFirstError}}</ span >
12
12
</ h2 >
Original file line number Diff line number Diff line change 1
- < form >
1
+ < h2 class ="heading-h2 " aria-label ="Filters "> Filters</ h2 >
2
+ < form class ="global-display ">
2
3
< div class ="form-group " style ="margin-top: 13px; ">
3
4
< label class ="form-label " for ="s-jurisdiction "> Jurisdiction*</ label >
4
5
< select class ="form-control form-control-3-4 ccd-dropdown " id ="s-jurisdiction "
Original file line number Diff line number Diff line change 1
1
< table *ngIf ="hasResults() || hasDrafts() ">
2
2
< caption >
3
- < h2 class ="heading-h2 "> {{ caseState ? 'Case List ' : 'Search result' }}</ h2 >
3
+ < h2 class ="heading-h2 "> {{ caseState ? 'Your cases ' : 'Search result' }}</ h2 >
4
4
< div *ngIf ="(hasResults() || hasDrafts()) " class ="pagination-top "
5
5
attr.aria-label ="{{ getTotalResults() }} results have been found ">
6
6
< span class ="text-16 "> Displaying {{ getFirstResult() }} - {{ getLastResult() }} out of {{ getTotalResults() }} results</ span >
You can’t perform that action at this time.
0 commit comments