@hmcts/rpx-xui-common-lib 2.0.6 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/components/accessibility/accessibility.component.mjs +326 -577
- package/esm2020/lib/models/user-details.model.mjs +1 -1
- package/fesm2015/hmcts-rpx-xui-common-lib.mjs +312 -615
- package/fesm2015/hmcts-rpx-xui-common-lib.mjs.map +1 -1
- package/fesm2020/hmcts-rpx-xui-common-lib.mjs +312 -562
- package/fesm2020/hmcts-rpx-xui-common-lib.mjs.map +1 -1
- package/lib/components/accessibility/accessibility.component.d.ts +1 -4
- package/lib/exui-common-lib.module.d.ts +2 -2
- package/lib/models/user-details.model.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Component, EventEmitter, ViewEncapsulation, Input, Output, Injectable, InjectionToken, Inject, ViewChild, Pipe, ChangeDetectionStrategy, Directive, ElementRef, NgModule } from '@angular/core';
|
|
3
|
-
import * as i1 from '@angular/common';
|
|
4
|
-
import { formatDate, DOCUMENT, CommonModule } from '@angular/common';
|
|
5
3
|
import * as i2 from 'rpx-xui-translation';
|
|
6
4
|
import { RpxTranslationModule } from 'rpx-xui-translation';
|
|
5
|
+
import * as i1 from '@angular/common';
|
|
6
|
+
import { formatDate, DOCUMENT, CommonModule } from '@angular/common';
|
|
7
7
|
import * as i2$4 from '@angular/forms';
|
|
8
8
|
import { FormGroup, FormControl, Validators, FormArray, FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
9
9
|
import { combineLatest, BehaviorSubject, Subject, of as of$1, forkJoin, zip, iif } from 'rxjs';
|
|
@@ -27,737 +27,487 @@ import * as i3 from 'ngx-pagination';
|
|
|
27
27
|
import { NgxPaginationModule, PaginatePipe } from 'ngx-pagination';
|
|
28
28
|
import { MatLegacyInputModule } from '@angular/material/legacy-input';
|
|
29
29
|
|
|
30
|
-
function AccessibilityComponent_li_25_Template(rf, ctx) { if (rf & 1) {
|
|
31
|
-
i0.ɵɵelementStart(0, "li");
|
|
32
|
-
i0.ɵɵtext(1);
|
|
33
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
34
|
-
i0.ɵɵelementEnd();
|
|
35
|
-
} if (rf & 2) {
|
|
36
|
-
i0.ɵɵadvance(1);
|
|
37
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "zoom in up to 300% without the text spilling off the screen"));
|
|
38
|
-
} }
|
|
39
|
-
function AccessibilityComponent_li_57_Template(rf, ctx) { if (rf & 1) {
|
|
40
|
-
i0.ɵɵelementStart(0, "li");
|
|
41
|
-
i0.ɵɵtext(1);
|
|
42
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
43
|
-
i0.ɵɵelementEnd();
|
|
44
|
-
} if (rf & 2) {
|
|
45
|
-
i0.ɵɵadvance(1);
|
|
46
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some pages do not follow a logical tabbing order"));
|
|
47
|
-
} }
|
|
48
|
-
function AccessibilityComponent_li_58_Template(rf, ctx) { if (rf & 1) {
|
|
49
|
-
i0.ɵɵelementStart(0, "li");
|
|
50
|
-
i0.ɵɵtext(1);
|
|
51
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
52
|
-
i0.ɵɵelementEnd();
|
|
53
|
-
} if (rf & 2) {
|
|
54
|
-
i0.ɵɵadvance(1);
|
|
55
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some headings levels are skipped"));
|
|
56
|
-
} }
|
|
57
|
-
function AccessibilityComponent_li_59_Template(rf, ctx) { if (rf & 1) {
|
|
58
|
-
i0.ɵɵelementStart(0, "li");
|
|
59
|
-
i0.ɵɵtext(1);
|
|
60
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
61
|
-
i0.ɵɵelementEnd();
|
|
62
|
-
} if (rf & 2) {
|
|
63
|
-
i0.ɵɵadvance(1);
|
|
64
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some links do not work"));
|
|
65
|
-
} }
|
|
66
|
-
function AccessibilityComponent_li_60_Template(rf, ctx) { if (rf & 1) {
|
|
67
|
-
i0.ɵɵelementStart(0, "li");
|
|
68
|
-
i0.ɵɵtext(1);
|
|
69
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
70
|
-
i0.ɵɵelementEnd();
|
|
71
|
-
} if (rf & 2) {
|
|
72
|
-
i0.ɵɵadvance(1);
|
|
73
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "it may be difficult to navigate between pages"));
|
|
74
|
-
} }
|
|
75
|
-
function AccessibilityComponent_li_61_Template(rf, ctx) { if (rf & 1) {
|
|
76
|
-
i0.ɵɵelementStart(0, "li");
|
|
77
|
-
i0.ɵɵtext(1);
|
|
78
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
79
|
-
i0.ɵɵelementEnd();
|
|
80
|
-
} if (rf & 2) {
|
|
81
|
-
i0.ɵɵadvance(1);
|
|
82
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some headings and labels aren't specific enough"));
|
|
83
|
-
} }
|
|
84
|
-
function AccessibilityComponent_li_65_Template(rf, ctx) { if (rf & 1) {
|
|
85
|
-
i0.ɵɵelementStart(0, "li");
|
|
86
|
-
i0.ɵɵtext(1);
|
|
87
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
88
|
-
i0.ɵɵelementEnd();
|
|
89
|
-
} if (rf & 2) {
|
|
90
|
-
i0.ɵɵadvance(1);
|
|
91
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some buttons may not communicate collapsed status on mobile"));
|
|
92
|
-
} }
|
|
93
|
-
function AccessibilityComponent_li_162_Template(rf, ctx) { if (rf & 1) {
|
|
94
|
-
i0.ɵɵelementStart(0, "li")(1, "a", 38);
|
|
95
|
-
i0.ɵɵtext(2, "customer.service@justice.gov.uk");
|
|
96
|
-
i0.ɵɵelementEnd()();
|
|
97
|
-
} }
|
|
98
|
-
function AccessibilityComponent_p_228_Template(rf, ctx) { if (rf & 1) {
|
|
99
|
-
i0.ɵɵelementStart(0, "p", 1);
|
|
100
|
-
i0.ɵɵtext(1);
|
|
101
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
102
|
-
i0.ɵɵelementEnd();
|
|
103
|
-
} if (rf & 2) {
|
|
104
|
-
i0.ɵɵadvance(1);
|
|
105
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "It is difficult to understand how some pages are related to one another, and where they are in the context of the whole site. This fails WCAG 2.1 success criterion 2.4.5: Multiple Ways (Level AA)"));
|
|
106
|
-
} }
|
|
107
|
-
function AccessibilityComponent_p_229_Template(rf, ctx) { if (rf & 1) {
|
|
108
|
-
i0.ɵɵelementStart(0, "p", 1);
|
|
109
|
-
i0.ɵɵtext(1);
|
|
110
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
111
|
-
i0.ɵɵelementEnd();
|
|
112
|
-
} if (rf & 2) {
|
|
113
|
-
i0.ɵɵadvance(1);
|
|
114
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "Some users may struggle with keyboard order when tabbing after an error is presented. This fails WCAG 2.1 success criterion 2.4.3: Focus Order (Level A)."));
|
|
115
|
-
} }
|
|
116
|
-
function AccessibilityComponent_p_230_Template(rf, ctx) { if (rf & 1) {
|
|
117
|
-
i0.ɵɵelementStart(0, "p", 1);
|
|
118
|
-
i0.ɵɵtext(1);
|
|
119
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
120
|
-
i0.ɵɵelementEnd();
|
|
121
|
-
} if (rf & 2) {
|
|
122
|
-
i0.ɵɵadvance(1);
|
|
123
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "Some headings are skipped, so some users may struggle to navigate with screen reader via headings. This fails WCAG 2.1 success criterion 2.4.6: Headings and labels (Level AA)."));
|
|
124
|
-
} }
|
|
125
|
-
function AccessibilityComponent_p_231_Template(rf, ctx) { if (rf & 1) {
|
|
126
|
-
i0.ɵɵelementStart(0, "p", 1);
|
|
127
|
-
i0.ɵɵtext(1);
|
|
128
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
129
|
-
i0.ɵɵelementEnd();
|
|
130
|
-
} if (rf & 2) {
|
|
131
|
-
i0.ɵɵadvance(1);
|
|
132
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "Some error links do not take the user to the specific error field, so some people may struggle with interacting with the links. This fails WCAG 2.1 success criterion 3.2.1: On Focus (Level A)."));
|
|
133
|
-
} }
|
|
134
|
-
function AccessibilityComponent_p_232_Template(rf, ctx) { if (rf & 1) {
|
|
135
|
-
i0.ɵɵelementStart(0, "p", 1);
|
|
136
|
-
i0.ɵɵtext(1);
|
|
137
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
138
|
-
i0.ɵɵelementEnd();
|
|
139
|
-
} if (rf & 2) {
|
|
140
|
-
i0.ɵɵadvance(1);
|
|
141
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "The heading 'Filter' together with the non-unique 'Case List' headings heavily imply that a user is filtering one 'Case List' table, to which they have access, according to the filters they select. However, this is not the case. Some users may struggle with heading filters as it is not clear which ones correspond to the table data. This fails WCAG 2.1 success criterion 2.4.6: Headings and labels (Level AA)"));
|
|
142
|
-
} }
|
|
143
|
-
function AccessibilityComponent_p_233_Template(rf, ctx) { if (rf & 1) {
|
|
144
|
-
i0.ɵɵelementStart(0, "p", 1);
|
|
145
|
-
i0.ɵɵtext(1);
|
|
146
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
147
|
-
i0.ɵɵelementEnd();
|
|
148
|
-
} if (rf & 2) {
|
|
149
|
-
i0.ɵɵadvance(1);
|
|
150
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "Some users may struggle on mobile where a screen reader doesn't indicate that buttons are collapsible. This fails WCAG 2.1 success criterion 4.1.2: Name, Role, Value (Level A)"));
|
|
151
|
-
} }
|
|
152
|
-
function AccessibilityComponent_h2_234_Template(rf, ctx) { if (rf & 1) {
|
|
153
|
-
i0.ɵɵelementStart(0, "h2", 39);
|
|
154
|
-
i0.ɵɵtext(1);
|
|
155
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
156
|
-
i0.ɵɵelementEnd();
|
|
157
|
-
} if (rf & 2) {
|
|
158
|
-
i0.ɵɵadvance(1);
|
|
159
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(2, 1, "Disproportionate burden"), " ");
|
|
160
|
-
} }
|
|
161
|
-
function AccessibilityComponent_p_235_Template(rf, ctx) { if (rf & 1) {
|
|
162
|
-
i0.ɵɵelementStart(0, "p", 1);
|
|
163
|
-
i0.ɵɵtext(1);
|
|
164
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
165
|
-
i0.ɵɵelementStart(3, "a", 40);
|
|
166
|
-
i0.ɵɵtext(4);
|
|
167
|
-
i0.ɵɵpipe(5, "rpxTranslate");
|
|
168
|
-
i0.ɵɵelementEnd();
|
|
169
|
-
i0.ɵɵtext(6);
|
|
170
|
-
i0.ɵɵpipe(7, "rpxTranslate");
|
|
171
|
-
i0.ɵɵelementEnd();
|
|
172
|
-
} if (rf & 2) {
|
|
173
|
-
i0.ɵɵadvance(1);
|
|
174
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(2, 3, "We're considering if fixing some issues would be a"), " ");
|
|
175
|
-
i0.ɵɵadvance(3);
|
|
176
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 5, "disproportionate burden"));
|
|
177
|
-
i0.ɵɵadvance(2);
|
|
178
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(7, 7, "within the meaning of the accessibility regulations. These issues are:"), "");
|
|
179
|
-
} }
|
|
180
|
-
function AccessibilityComponent_ul_236_Template(rf, ctx) { if (rf & 1) {
|
|
181
|
-
i0.ɵɵelementStart(0, "ul", 5)(1, "li");
|
|
182
|
-
i0.ɵɵtext(2);
|
|
183
|
-
i0.ɵɵpipe(3, "rpxTranslate");
|
|
184
|
-
i0.ɵɵelementEnd();
|
|
185
|
-
i0.ɵɵelementStart(4, "li");
|
|
186
|
-
i0.ɵɵtext(5);
|
|
187
|
-
i0.ɵɵpipe(6, "rpxTranslate");
|
|
188
|
-
i0.ɵɵelementEnd();
|
|
189
|
-
i0.ɵɵelementStart(7, "li");
|
|
190
|
-
i0.ɵɵtext(8);
|
|
191
|
-
i0.ɵɵpipe(9, "rpxTranslate");
|
|
192
|
-
i0.ɵɵelementEnd()();
|
|
193
|
-
} if (rf & 2) {
|
|
194
|
-
i0.ɵɵadvance(2);
|
|
195
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 3, "Screen readers not picking up how pages are related to one another, and where they are in the context of the whole site"));
|
|
196
|
-
i0.ɵɵadvance(3);
|
|
197
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 5, "Screen readers not picking up on non-unique table headings on the same page"));
|
|
198
|
-
i0.ɵɵadvance(3);
|
|
199
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(9, 7, "Some labels, fields, error messages and other content not being clearly identified by screen readers and voice activation software on mobile devices."));
|
|
200
|
-
} }
|
|
201
|
-
function AccessibilityComponent_p_237_Template(rf, ctx) { if (rf & 1) {
|
|
202
|
-
i0.ɵɵelementStart(0, "p", 1);
|
|
203
|
-
i0.ɵɵtext(1);
|
|
204
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
205
|
-
i0.ɵɵelementEnd();
|
|
206
|
-
} if (rf & 2) {
|
|
207
|
-
i0.ɵɵadvance(1);
|
|
208
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "When this assessment is complete, we will update this accessibility statement, to cover whether or not disproportionate burden is being claimed."));
|
|
209
|
-
} }
|
|
210
30
|
class AccessibilityComponent {
|
|
211
31
|
constructor() {
|
|
212
32
|
}
|
|
213
|
-
ngOnInit() {
|
|
214
|
-
const urlRef = window.location.href;
|
|
215
|
-
// pointing to MC & preview. May need to refactor this if
|
|
216
|
-
// more applications added than MO & MC
|
|
217
|
-
if (urlRef.includes('manage-case')
|
|
218
|
-
|| urlRef.includes('xui-webapp')
|
|
219
|
-
&& !urlRef.includes('xui-mo-webapp')) {
|
|
220
|
-
this.isEndpointMC = true;
|
|
221
|
-
}
|
|
222
|
-
else {
|
|
223
|
-
this.isEndpointMC = false;
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
33
|
}
|
|
227
34
|
AccessibilityComponent.ɵfac = function AccessibilityComponent_Factory(t) { return new (t || AccessibilityComponent)(); };
|
|
228
|
-
AccessibilityComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AccessibilityComponent, selectors: [["xuilib-accessibility"]], decls:
|
|
35
|
+
AccessibilityComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AccessibilityComponent, selectors: [["xuilib-accessibility"]], decls: 250, vars: 231, consts: [["id", "Accessibility-statement-for-Expert-UI", 1, "govuk-heading-xl"], [1, "govuk-list"], ["href", "accessibility#immigration"], ["href", "accessibility#family"], [1, "govuk-body"], [1, "govuk-list", "govuk-list--bullet"], ["rel", "noopener noreferrer", "target", "_blank", "href", "https://mcmw.abilitynet.org.uk/"], ["id", "How-accessible-this-website-is", 1, "govuk-heading-l"], ["id", "What-to-do-if-you-cannot-access-parts-of-this-website", 1, "govuk-heading-l"], ["href", "mailto:HMCTSforms@justice.gov.uk"], ["id", "Reporting-accessibility-problems-with-this-website", 1, "govuk-heading-l"], ["href", "mailto:customer.service@justice.gov.uk"], ["id", "Enforcement-procedure ", 1, "govuk-heading-l"], ["rel", "noopener noreferrer", "target", "_blank", "href", "https://www.equalityadvisoryservice.com/"], ["id", "Contacting-us-by-phone-or-visiting-us-in-person", 1, "govuk-heading-l"], ["target", "_blank", "href", "https://courttribunalfinder.service.gov.uk/search/"], ["id", "Technical-information-about-this-website\u2019s-accessibility", 1, "govuk-heading-l"], ["rel", "noopener noreferrer", "target", "_blank", "href", "https://www.w3.org/TR/WCAG21/"], ["id", "Non-accessible-content", 1, "govuk-heading-l"], ["id", "Non-compliance-with-the-accessibility-regulations", 1, "govuk-heading-l"], ["id", "immigration", 1, "govuk-heading-m"], ["id", "family", 1, "govuk-heading-m"], [1, "govuk-list", "govuk-list--alpha"], ["id", "Disproportionate burden ", 1, "govuk-heading-m"], ["id", "Content-that\u2019s-not-within-the-scope-of-the-accessibility-regulations", 1, "govuk-heading-m"], ["id", "what-to-improve-accessibility", 1, "govuk-heading-l"], ["id", "preparation-of-this-accessibility-statement", 1, "govuk-heading-l"], ["target", "_blank", "href", "https://digitalaccessibilitycentre.org/"], [1, "govuk-heading-m"]], template: function AccessibilityComponent_Template(rf, ctx) { if (rf & 1) {
|
|
229
36
|
i0.ɵɵelementStart(0, "h1", 0);
|
|
230
37
|
i0.ɵɵtext(1);
|
|
231
38
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
232
|
-
i0.ɵɵpipe(3, "rpxTranslate");
|
|
233
39
|
i0.ɵɵelementEnd();
|
|
234
|
-
i0.ɵɵelementStart(
|
|
235
|
-
i0.ɵɵtext(
|
|
236
|
-
i0.ɵɵpipe(6, "rpxTranslate");
|
|
40
|
+
i0.ɵɵelementStart(3, "ul", 1)(4, "li")(5, "a", 2);
|
|
41
|
+
i0.ɵɵtext(6);
|
|
237
42
|
i0.ɵɵpipe(7, "rpxTranslate");
|
|
238
|
-
i0.ɵɵpipe(8, "rpxTranslate");
|
|
239
|
-
i0.ɵɵelementEnd();
|
|
240
|
-
i0.ɵɵelementStart(9, "ul", 2)(10, "li")(11, "a", 3);
|
|
241
|
-
i0.ɵɵtext(12);
|
|
242
|
-
i0.ɵɵpipe(13, "rpxTranslate");
|
|
243
43
|
i0.ɵɵelementEnd()();
|
|
244
|
-
i0.ɵɵelementStart(
|
|
245
|
-
i0.ɵɵtext(
|
|
246
|
-
i0.ɵɵpipe(
|
|
44
|
+
i0.ɵɵelementStart(8, "li")(9, "a", 3);
|
|
45
|
+
i0.ɵɵtext(10);
|
|
46
|
+
i0.ɵɵpipe(11, "rpxTranslate");
|
|
247
47
|
i0.ɵɵelementEnd()()();
|
|
248
|
-
i0.ɵɵelementStart(
|
|
249
|
-
i0.ɵɵtext(
|
|
250
|
-
i0.ɵɵpipe(
|
|
48
|
+
i0.ɵɵelementStart(12, "p", 4);
|
|
49
|
+
i0.ɵɵtext(13);
|
|
50
|
+
i0.ɵɵpipe(14, "rpxTranslate");
|
|
51
|
+
i0.ɵɵelementEnd();
|
|
52
|
+
i0.ɵɵelementStart(15, "ul", 5)(16, "li");
|
|
53
|
+
i0.ɵɵtext(17);
|
|
54
|
+
i0.ɵɵpipe(18, "rpxTranslate");
|
|
251
55
|
i0.ɵɵelementEnd();
|
|
252
|
-
i0.ɵɵelementStart(
|
|
56
|
+
i0.ɵɵelementStart(19, "li");
|
|
57
|
+
i0.ɵɵtext(20);
|
|
58
|
+
i0.ɵɵpipe(21, "rpxTranslate");
|
|
59
|
+
i0.ɵɵelementEnd();
|
|
60
|
+
i0.ɵɵelementStart(22, "li");
|
|
253
61
|
i0.ɵɵtext(23);
|
|
254
62
|
i0.ɵɵpipe(24, "rpxTranslate");
|
|
255
63
|
i0.ɵɵelementEnd();
|
|
256
|
-
i0.ɵɵ
|
|
257
|
-
i0.ɵɵ
|
|
258
|
-
i0.ɵɵ
|
|
259
|
-
i0.ɵɵpipe(28, "rpxTranslate");
|
|
260
|
-
i0.ɵɵelementEnd();
|
|
261
|
-
i0.ɵɵelementStart(29, "li");
|
|
262
|
-
i0.ɵɵtext(30);
|
|
263
|
-
i0.ɵɵpipe(31, "rpxTranslate");
|
|
64
|
+
i0.ɵɵelementStart(25, "li");
|
|
65
|
+
i0.ɵɵtext(26);
|
|
66
|
+
i0.ɵɵpipe(27, "rpxTranslate");
|
|
264
67
|
i0.ɵɵelementEnd();
|
|
265
|
-
i0.ɵɵelementStart(
|
|
266
|
-
i0.ɵɵtext(
|
|
267
|
-
i0.ɵɵpipe(
|
|
68
|
+
i0.ɵɵelementStart(28, "li");
|
|
69
|
+
i0.ɵɵtext(29);
|
|
70
|
+
i0.ɵɵpipe(30, "rpxTranslate");
|
|
268
71
|
i0.ɵɵelementEnd()();
|
|
269
|
-
i0.ɵɵelementStart(
|
|
72
|
+
i0.ɵɵelementStart(31, "p", 4);
|
|
73
|
+
i0.ɵɵtext(32);
|
|
74
|
+
i0.ɵɵpipe(33, "rpxTranslate");
|
|
75
|
+
i0.ɵɵelementEnd();
|
|
76
|
+
i0.ɵɵelementStart(34, "p", 4)(35, "a", 6);
|
|
270
77
|
i0.ɵɵtext(36);
|
|
271
78
|
i0.ɵɵpipe(37, "rpxTranslate");
|
|
272
79
|
i0.ɵɵelementEnd();
|
|
273
|
-
i0.ɵɵ
|
|
274
|
-
i0.ɵɵ
|
|
275
|
-
i0.ɵɵpipe(41, "rpxTranslate");
|
|
80
|
+
i0.ɵɵtext(38);
|
|
81
|
+
i0.ɵɵpipe(39, "rpxTranslate");
|
|
276
82
|
i0.ɵɵelementEnd();
|
|
277
|
-
i0.ɵɵ
|
|
278
|
-
i0.ɵɵ
|
|
83
|
+
i0.ɵɵelementStart(40, "h2", 7);
|
|
84
|
+
i0.ɵɵtext(41);
|
|
85
|
+
i0.ɵɵpipe(42, "rpxTranslate");
|
|
279
86
|
i0.ɵɵelementEnd();
|
|
280
|
-
i0.ɵɵelementStart(
|
|
281
|
-
i0.ɵɵtext(
|
|
282
|
-
i0.ɵɵpipe(
|
|
87
|
+
i0.ɵɵelementStart(43, "p", 4);
|
|
88
|
+
i0.ɵɵtext(44);
|
|
89
|
+
i0.ɵɵpipe(45, "rpxTranslate");
|
|
283
90
|
i0.ɵɵelementEnd();
|
|
284
|
-
i0.ɵɵelementStart(
|
|
91
|
+
i0.ɵɵelementStart(46, "ul", 5)(47, "li");
|
|
285
92
|
i0.ɵɵtext(48);
|
|
286
93
|
i0.ɵɵpipe(49, "rpxTranslate");
|
|
287
94
|
i0.ɵɵelementEnd();
|
|
288
|
-
i0.ɵɵelementStart(50, "
|
|
289
|
-
i0.ɵɵtext(
|
|
290
|
-
i0.ɵɵpipe(
|
|
95
|
+
i0.ɵɵelementStart(50, "li");
|
|
96
|
+
i0.ɵɵtext(51);
|
|
97
|
+
i0.ɵɵpipe(52, "rpxTranslate");
|
|
98
|
+
i0.ɵɵelementEnd();
|
|
99
|
+
i0.ɵɵelementStart(53, "li");
|
|
100
|
+
i0.ɵɵtext(54);
|
|
101
|
+
i0.ɵɵpipe(55, "rpxTranslate");
|
|
291
102
|
i0.ɵɵelementEnd();
|
|
292
|
-
i0.ɵɵelementStart(
|
|
293
|
-
i0.ɵɵtext(
|
|
294
|
-
i0.ɵɵpipe(
|
|
103
|
+
i0.ɵɵelementStart(56, "li");
|
|
104
|
+
i0.ɵɵtext(57);
|
|
105
|
+
i0.ɵɵpipe(58, "rpxTranslate");
|
|
106
|
+
i0.ɵɵelementEnd()();
|
|
107
|
+
i0.ɵɵelementStart(59, "h2", 8);
|
|
108
|
+
i0.ɵɵtext(60);
|
|
109
|
+
i0.ɵɵpipe(61, "rpxTranslate");
|
|
295
110
|
i0.ɵɵelementEnd();
|
|
296
|
-
i0.ɵɵ
|
|
297
|
-
i0.ɵɵtemplate(58, AccessibilityComponent_li_58_Template, 3, 3, "li", 6);
|
|
298
|
-
i0.ɵɵtemplate(59, AccessibilityComponent_li_59_Template, 3, 3, "li", 6);
|
|
299
|
-
i0.ɵɵtemplate(60, AccessibilityComponent_li_60_Template, 3, 3, "li", 6);
|
|
300
|
-
i0.ɵɵtemplate(61, AccessibilityComponent_li_61_Template, 3, 3, "li", 6);
|
|
301
|
-
i0.ɵɵelementStart(62, "li");
|
|
111
|
+
i0.ɵɵelementStart(62, "p", 4);
|
|
302
112
|
i0.ɵɵtext(63);
|
|
303
113
|
i0.ɵɵpipe(64, "rpxTranslate");
|
|
304
114
|
i0.ɵɵelementEnd();
|
|
305
|
-
i0.ɵɵ
|
|
306
|
-
i0.ɵɵelementEnd();
|
|
307
|
-
i0.ɵɵelementStart(66, "h2", 9);
|
|
115
|
+
i0.ɵɵelementStart(65, "ul", 5)(66, "li");
|
|
308
116
|
i0.ɵɵtext(67);
|
|
309
117
|
i0.ɵɵpipe(68, "rpxTranslate");
|
|
310
|
-
i0.ɵɵ
|
|
311
|
-
i0.ɵɵ
|
|
312
|
-
i0.ɵɵtext(70);
|
|
313
|
-
i0.ɵɵpipe(71, "rpxTranslate");
|
|
314
|
-
i0.ɵɵelementEnd();
|
|
315
|
-
i0.ɵɵelementStart(72, "ul", 5)(73, "li");
|
|
316
|
-
i0.ɵɵtext(74);
|
|
317
|
-
i0.ɵɵpipe(75, "rpxTranslate");
|
|
318
|
-
i0.ɵɵelementStart(76, "a", 10);
|
|
319
|
-
i0.ɵɵtext(77, " HMCTSforms@justice.gov.uk");
|
|
118
|
+
i0.ɵɵelementStart(69, "a", 9);
|
|
119
|
+
i0.ɵɵtext(70, " HMCTSforms@justice.gov.uk");
|
|
320
120
|
i0.ɵɵelementEnd()();
|
|
321
|
-
i0.ɵɵelementStart(
|
|
322
|
-
i0.ɵɵtext(
|
|
323
|
-
i0.ɵɵpipe(
|
|
324
|
-
i0.ɵɵelementEnd()();
|
|
325
|
-
i0.ɵɵelementStart(81, "h2", 11);
|
|
326
|
-
i0.ɵɵtext(82);
|
|
327
|
-
i0.ɵɵpipe(83, "rpxTranslate");
|
|
121
|
+
i0.ɵɵelementStart(71, "li");
|
|
122
|
+
i0.ɵɵtext(72);
|
|
123
|
+
i0.ɵɵpipe(73, "rpxTranslate");
|
|
328
124
|
i0.ɵɵelementEnd();
|
|
329
|
-
i0.ɵɵelementStart(
|
|
330
|
-
i0.ɵɵtext(
|
|
331
|
-
i0.ɵɵpipe(
|
|
125
|
+
i0.ɵɵelementStart(74, "li");
|
|
126
|
+
i0.ɵɵtext(75);
|
|
127
|
+
i0.ɵɵpipe(76, "rpxTranslate");
|
|
332
128
|
i0.ɵɵelementEnd()();
|
|
333
|
-
i0.ɵɵelementStart(
|
|
334
|
-
i0.ɵɵtext(
|
|
335
|
-
i0.ɵɵpipe(
|
|
129
|
+
i0.ɵɵelementStart(77, "p", 4);
|
|
130
|
+
i0.ɵɵtext(78);
|
|
131
|
+
i0.ɵɵpipe(79, "rpxTranslate");
|
|
132
|
+
i0.ɵɵelementEnd();
|
|
133
|
+
i0.ɵɵelementStart(80, "h2", 10);
|
|
134
|
+
i0.ɵɵtext(81);
|
|
135
|
+
i0.ɵɵpipe(82, "rpxTranslate");
|
|
336
136
|
i0.ɵɵelementEnd();
|
|
337
|
-
i0.ɵɵelementStart(
|
|
137
|
+
i0.ɵɵelementStart(83, "p", 4);
|
|
138
|
+
i0.ɵɵtext(84);
|
|
139
|
+
i0.ɵɵpipe(85, "rpxTranslate");
|
|
140
|
+
i0.ɵɵelementEnd();
|
|
141
|
+
i0.ɵɵelementStart(86, "ul", 5)(87, "li");
|
|
142
|
+
i0.ɵɵtext(88);
|
|
143
|
+
i0.ɵɵpipe(89, "rpxTranslate");
|
|
144
|
+
i0.ɵɵelementStart(90, "a", 11);
|
|
145
|
+
i0.ɵɵtext(91, " customer.service@justice.gov.uk");
|
|
146
|
+
i0.ɵɵelementEnd()();
|
|
147
|
+
i0.ɵɵelementStart(92, "li");
|
|
338
148
|
i0.ɵɵtext(93);
|
|
339
149
|
i0.ɵɵpipe(94, "rpxTranslate");
|
|
340
150
|
i0.ɵɵelementEnd()();
|
|
341
|
-
i0.ɵɵelementStart(95, "h2",
|
|
151
|
+
i0.ɵɵelementStart(95, "h2", 12);
|
|
342
152
|
i0.ɵɵtext(96);
|
|
343
153
|
i0.ɵɵpipe(97, "rpxTranslate");
|
|
344
154
|
i0.ɵɵelementEnd();
|
|
345
|
-
i0.ɵɵelementStart(98, "
|
|
346
|
-
i0.ɵɵtext(
|
|
347
|
-
i0.ɵɵpipe(
|
|
348
|
-
i0.ɵɵelementEnd()();
|
|
349
|
-
i0.ɵɵelementStart(102, "h2", 14);
|
|
350
|
-
i0.ɵɵtext(103);
|
|
351
|
-
i0.ɵɵpipe(104, "rpxTranslate");
|
|
155
|
+
i0.ɵɵelementStart(98, "p", 4);
|
|
156
|
+
i0.ɵɵtext(99);
|
|
157
|
+
i0.ɵɵpipe(100, "rpxTranslate");
|
|
352
158
|
i0.ɵɵelementEnd();
|
|
353
|
-
i0.ɵɵelementStart(
|
|
354
|
-
i0.ɵɵtext(
|
|
355
|
-
i0.ɵɵpipe(
|
|
159
|
+
i0.ɵɵelementStart(101, "p", 4);
|
|
160
|
+
i0.ɵɵtext(102);
|
|
161
|
+
i0.ɵɵpipe(103, "rpxTranslate");
|
|
162
|
+
i0.ɵɵelementStart(104, "a", 13);
|
|
163
|
+
i0.ɵɵtext(105);
|
|
164
|
+
i0.ɵɵpipe(106, "rpxTranslate");
|
|
356
165
|
i0.ɵɵelementEnd()();
|
|
357
|
-
i0.ɵɵelementStart(
|
|
358
|
-
i0.ɵɵtext(
|
|
359
|
-
i0.ɵɵpipe(
|
|
166
|
+
i0.ɵɵelementStart(107, "h1", 14);
|
|
167
|
+
i0.ɵɵtext(108);
|
|
168
|
+
i0.ɵɵpipe(109, "rpxTranslate");
|
|
360
169
|
i0.ɵɵelementEnd();
|
|
361
|
-
i0.ɵɵelementStart(
|
|
170
|
+
i0.ɵɵelementStart(110, "p", 4);
|
|
171
|
+
i0.ɵɵtext(111);
|
|
172
|
+
i0.ɵɵpipe(112, "rpxTranslate");
|
|
173
|
+
i0.ɵɵelementEnd();
|
|
174
|
+
i0.ɵɵelementStart(113, "p", 4);
|
|
362
175
|
i0.ɵɵtext(114);
|
|
363
176
|
i0.ɵɵpipe(115, "rpxTranslate");
|
|
364
|
-
i0.ɵɵelementEnd()
|
|
365
|
-
i0.ɵɵelementStart(116, "
|
|
177
|
+
i0.ɵɵelementEnd();
|
|
178
|
+
i0.ɵɵelementStart(116, "p", 4);
|
|
366
179
|
i0.ɵɵtext(117);
|
|
367
180
|
i0.ɵɵpipe(118, "rpxTranslate");
|
|
181
|
+
i0.ɵɵelementStart(119, "a", 15);
|
|
182
|
+
i0.ɵɵtext(120);
|
|
183
|
+
i0.ɵɵpipe(121, "rpxTranslate");
|
|
368
184
|
i0.ɵɵelementEnd();
|
|
369
|
-
i0.ɵɵ
|
|
370
|
-
i0.ɵɵ
|
|
371
|
-
i0.ɵɵ
|
|
372
|
-
i0.ɵɵelementEnd()();
|
|
373
|
-
i0.ɵɵelementStart(123, "h2", 17);
|
|
185
|
+
i0.ɵɵtext(122, ". ");
|
|
186
|
+
i0.ɵɵelementEnd();
|
|
187
|
+
i0.ɵɵelementStart(123, "p", 4);
|
|
374
188
|
i0.ɵɵtext(124);
|
|
375
189
|
i0.ɵɵpipe(125, "rpxTranslate");
|
|
376
190
|
i0.ɵɵelementEnd();
|
|
377
|
-
i0.ɵɵelementStart(126, "
|
|
378
|
-
i0.ɵɵtext(
|
|
379
|
-
i0.ɵɵpipe(
|
|
380
|
-
i0.ɵɵelementEnd()
|
|
381
|
-
i0.ɵɵelementStart(
|
|
382
|
-
i0.ɵɵtext(
|
|
383
|
-
i0.ɵɵpipe(
|
|
191
|
+
i0.ɵɵelementStart(126, "h1", 16);
|
|
192
|
+
i0.ɵɵtext(127);
|
|
193
|
+
i0.ɵɵpipe(128, "rpxTranslate");
|
|
194
|
+
i0.ɵɵelementEnd();
|
|
195
|
+
i0.ɵɵelementStart(129, "p", 4);
|
|
196
|
+
i0.ɵɵtext(130);
|
|
197
|
+
i0.ɵɵpipe(131, "rpxTranslate");
|
|
198
|
+
i0.ɵɵelementEnd();
|
|
199
|
+
i0.ɵɵelementStart(132, "p", 4);
|
|
200
|
+
i0.ɵɵtext(133);
|
|
201
|
+
i0.ɵɵpipe(134, "rpxTranslate");
|
|
202
|
+
i0.ɵɵelementStart(135, "a", 17);
|
|
203
|
+
i0.ɵɵtext(136);
|
|
204
|
+
i0.ɵɵpipe(137, "rpxTranslate");
|
|
384
205
|
i0.ɵɵelementEnd();
|
|
385
|
-
i0.ɵɵelementStart(133, "ul", 5)(134, "li");
|
|
386
|
-
i0.ɵɵtext(135);
|
|
387
|
-
i0.ɵɵpipe(136, "rpxTranslate");
|
|
388
|
-
i0.ɵɵelementEnd()();
|
|
389
|
-
i0.ɵɵelementStart(137, "h2", 19);
|
|
390
206
|
i0.ɵɵtext(138);
|
|
391
207
|
i0.ɵɵpipe(139, "rpxTranslate");
|
|
392
208
|
i0.ɵɵelementEnd();
|
|
393
|
-
i0.ɵɵelementStart(140, "
|
|
394
|
-
i0.ɵɵtext(
|
|
395
|
-
i0.ɵɵpipe(
|
|
396
|
-
i0.ɵɵelementEnd()();
|
|
397
|
-
i0.ɵɵelementStart(144, "p", 1);
|
|
398
|
-
i0.ɵɵtext(145);
|
|
399
|
-
i0.ɵɵpipe(146, "rpxTranslate");
|
|
209
|
+
i0.ɵɵelementStart(140, "h1", 18);
|
|
210
|
+
i0.ɵɵtext(141);
|
|
211
|
+
i0.ɵɵpipe(142, "rpxTranslate");
|
|
400
212
|
i0.ɵɵelementEnd();
|
|
401
|
-
i0.ɵɵelementStart(
|
|
402
|
-
i0.ɵɵtext(
|
|
403
|
-
i0.ɵɵpipe(
|
|
213
|
+
i0.ɵɵelementStart(143, "p", 4);
|
|
214
|
+
i0.ɵɵtext(144);
|
|
215
|
+
i0.ɵɵpipe(145, "rpxTranslate");
|
|
404
216
|
i0.ɵɵelementEnd();
|
|
405
|
-
i0.ɵɵelementStart(
|
|
406
|
-
i0.ɵɵtext(
|
|
407
|
-
i0.ɵɵpipe(
|
|
217
|
+
i0.ɵɵelementStart(146, "h2", 19);
|
|
218
|
+
i0.ɵɵtext(147);
|
|
219
|
+
i0.ɵɵpipe(148, "rpxTranslate");
|
|
408
220
|
i0.ɵɵelementEnd();
|
|
409
|
-
i0.ɵɵelementStart(
|
|
410
|
-
i0.ɵɵtext(
|
|
411
|
-
i0.ɵɵpipe(
|
|
221
|
+
i0.ɵɵelementStart(149, "p", 4);
|
|
222
|
+
i0.ɵɵtext(150);
|
|
223
|
+
i0.ɵɵpipe(151, "rpxTranslate");
|
|
412
224
|
i0.ɵɵelementEnd();
|
|
413
|
-
i0.ɵɵelementStart(
|
|
414
|
-
i0.ɵɵtext(
|
|
415
|
-
i0.ɵɵpipe(
|
|
416
|
-
i0.ɵɵ
|
|
417
|
-
i0.ɵɵ
|
|
418
|
-
i0.ɵɵ
|
|
419
|
-
i0.ɵɵ
|
|
420
|
-
i0.ɵɵ
|
|
421
|
-
i0.ɵɵ
|
|
422
|
-
i0.ɵɵ
|
|
423
|
-
i0.ɵɵ
|
|
424
|
-
i0.ɵɵ
|
|
425
|
-
i0.ɵɵ
|
|
225
|
+
i0.ɵɵelementStart(152, "p", 4);
|
|
226
|
+
i0.ɵɵtext(153);
|
|
227
|
+
i0.ɵɵpipe(154, "rpxTranslate");
|
|
228
|
+
i0.ɵɵelementEnd();
|
|
229
|
+
i0.ɵɵelementStart(155, "p", 4);
|
|
230
|
+
i0.ɵɵtext(156);
|
|
231
|
+
i0.ɵɵpipe(157, "rpxTranslate");
|
|
232
|
+
i0.ɵɵelementEnd();
|
|
233
|
+
i0.ɵɵelementStart(158, "h3", 20);
|
|
234
|
+
i0.ɵɵtext(159);
|
|
235
|
+
i0.ɵɵpipe(160, "rpxTranslate");
|
|
236
|
+
i0.ɵɵelementEnd();
|
|
237
|
+
i0.ɵɵelementStart(161, "p", 4);
|
|
238
|
+
i0.ɵɵtext(162);
|
|
239
|
+
i0.ɵɵpipe(163, "rpxTranslate");
|
|
426
240
|
i0.ɵɵelementEnd();
|
|
427
|
-
i0.ɵɵelementStart(
|
|
241
|
+
i0.ɵɵelementStart(164, "h3", 21);
|
|
242
|
+
i0.ɵɵtext(165);
|
|
243
|
+
i0.ɵɵpipe(166, "rpxTranslate");
|
|
244
|
+
i0.ɵɵelementEnd();
|
|
245
|
+
i0.ɵɵelementStart(167, "ol", 22)(168, "li");
|
|
428
246
|
i0.ɵɵtext(169);
|
|
429
247
|
i0.ɵɵpipe(170, "rpxTranslate");
|
|
430
248
|
i0.ɵɵelementEnd();
|
|
431
|
-
i0.ɵɵelementStart(171, "
|
|
249
|
+
i0.ɵɵelementStart(171, "li");
|
|
432
250
|
i0.ɵɵtext(172);
|
|
433
251
|
i0.ɵɵpipe(173, "rpxTranslate");
|
|
434
252
|
i0.ɵɵelementEnd();
|
|
435
|
-
i0.ɵɵelementStart(174, "
|
|
253
|
+
i0.ɵɵelementStart(174, "li");
|
|
436
254
|
i0.ɵɵtext(175);
|
|
437
255
|
i0.ɵɵpipe(176, "rpxTranslate");
|
|
438
|
-
i0.ɵɵ
|
|
256
|
+
i0.ɵɵelementEnd()();
|
|
257
|
+
i0.ɵɵelementStart(177, "h2", 23);
|
|
439
258
|
i0.ɵɵtext(178);
|
|
440
259
|
i0.ɵɵpipe(179, "rpxTranslate");
|
|
441
|
-
i0.ɵɵelementEnd()
|
|
442
|
-
i0.ɵɵelementStart(180, "
|
|
260
|
+
i0.ɵɵelementEnd();
|
|
261
|
+
i0.ɵɵelementStart(180, "p", 4);
|
|
443
262
|
i0.ɵɵtext(181);
|
|
444
263
|
i0.ɵɵpipe(182, "rpxTranslate");
|
|
445
264
|
i0.ɵɵelementEnd();
|
|
446
|
-
i0.ɵɵelementStart(183, "
|
|
447
|
-
i0.ɵɵtext(
|
|
448
|
-
i0.ɵɵpipe(
|
|
265
|
+
i0.ɵɵelementStart(183, "ol", 22)(184, "li");
|
|
266
|
+
i0.ɵɵtext(185);
|
|
267
|
+
i0.ɵɵpipe(186, "rpxTranslate");
|
|
449
268
|
i0.ɵɵelementEnd();
|
|
450
|
-
i0.ɵɵelementStart(
|
|
451
|
-
i0.ɵɵtext(
|
|
452
|
-
i0.ɵɵpipe(
|
|
269
|
+
i0.ɵɵelementStart(187, "li");
|
|
270
|
+
i0.ɵɵtext(188);
|
|
271
|
+
i0.ɵɵpipe(189, "rpxTranslate");
|
|
453
272
|
i0.ɵɵelementEnd();
|
|
454
|
-
i0.ɵɵelementStart(
|
|
455
|
-
i0.ɵɵtext(
|
|
456
|
-
i0.ɵɵpipe(
|
|
457
|
-
i0.ɵɵelementStart(192, "a", 25);
|
|
458
|
-
i0.ɵɵtext(193);
|
|
459
|
-
i0.ɵɵpipe(194, "rpxTranslate");
|
|
273
|
+
i0.ɵɵelementStart(190, "li");
|
|
274
|
+
i0.ɵɵtext(191);
|
|
275
|
+
i0.ɵɵpipe(192, "rpxTranslate");
|
|
460
276
|
i0.ɵɵelementEnd();
|
|
461
|
-
i0.ɵɵ
|
|
277
|
+
i0.ɵɵelementStart(193, "li");
|
|
278
|
+
i0.ɵɵtext(194);
|
|
279
|
+
i0.ɵɵpipe(195, "rpxTranslate");
|
|
462
280
|
i0.ɵɵelementEnd();
|
|
463
|
-
i0.ɵɵelementStart(196, "
|
|
281
|
+
i0.ɵɵelementStart(196, "li");
|
|
464
282
|
i0.ɵɵtext(197);
|
|
465
283
|
i0.ɵɵpipe(198, "rpxTranslate");
|
|
466
284
|
i0.ɵɵelementEnd();
|
|
467
|
-
i0.ɵɵelementStart(199, "
|
|
285
|
+
i0.ɵɵelementStart(199, "li");
|
|
468
286
|
i0.ɵɵtext(200);
|
|
469
287
|
i0.ɵɵpipe(201, "rpxTranslate");
|
|
470
288
|
i0.ɵɵelementEnd();
|
|
471
|
-
i0.ɵɵelementStart(202, "
|
|
289
|
+
i0.ɵɵelementStart(202, "li");
|
|
472
290
|
i0.ɵɵtext(203);
|
|
473
291
|
i0.ɵɵpipe(204, "rpxTranslate");
|
|
474
|
-
i0.ɵɵelementEnd();
|
|
475
|
-
i0.ɵɵelementStart(205, "
|
|
292
|
+
i0.ɵɵelementEnd()();
|
|
293
|
+
i0.ɵɵelementStart(205, "h2", 24);
|
|
476
294
|
i0.ɵɵtext(206);
|
|
477
295
|
i0.ɵɵpipe(207, "rpxTranslate");
|
|
478
|
-
i0.ɵɵ
|
|
296
|
+
i0.ɵɵelementEnd();
|
|
297
|
+
i0.ɵɵelementStart(208, "p", 4);
|
|
479
298
|
i0.ɵɵtext(209);
|
|
480
299
|
i0.ɵɵpipe(210, "rpxTranslate");
|
|
481
300
|
i0.ɵɵelementEnd();
|
|
482
|
-
i0.ɵɵ
|
|
483
|
-
i0.ɵɵ
|
|
301
|
+
i0.ɵɵelementStart(211, "p", 4);
|
|
302
|
+
i0.ɵɵtext(212);
|
|
303
|
+
i0.ɵɵpipe(213, "rpxTranslate");
|
|
484
304
|
i0.ɵɵelementEnd();
|
|
485
|
-
i0.ɵɵelementStart(
|
|
486
|
-
i0.ɵɵtext(
|
|
487
|
-
i0.ɵɵpipe(
|
|
305
|
+
i0.ɵɵelementStart(214, "h1", 25);
|
|
306
|
+
i0.ɵɵtext(215);
|
|
307
|
+
i0.ɵɵpipe(216, "rpxTranslate");
|
|
488
308
|
i0.ɵɵelementEnd();
|
|
489
|
-
i0.ɵɵelementStart(
|
|
490
|
-
i0.ɵɵtext(
|
|
491
|
-
i0.ɵɵpipe(
|
|
309
|
+
i0.ɵɵelementStart(217, "p", 4);
|
|
310
|
+
i0.ɵɵtext(218);
|
|
311
|
+
i0.ɵɵpipe(219, "rpxTranslate");
|
|
492
312
|
i0.ɵɵelementEnd();
|
|
493
|
-
i0.ɵɵelementStart(
|
|
494
|
-
i0.ɵɵtext(
|
|
495
|
-
i0.ɵɵpipe(
|
|
313
|
+
i0.ɵɵelementStart(220, "p", 4);
|
|
314
|
+
i0.ɵɵtext(221);
|
|
315
|
+
i0.ɵɵpipe(222, "rpxTranslate");
|
|
496
316
|
i0.ɵɵelementEnd();
|
|
497
|
-
i0.ɵɵelementStart(
|
|
498
|
-
i0.ɵɵtext(
|
|
499
|
-
i0.ɵɵpipe(
|
|
317
|
+
i0.ɵɵelementStart(223, "h1", 26);
|
|
318
|
+
i0.ɵɵtext(224);
|
|
319
|
+
i0.ɵɵpipe(225, "rpxTranslate");
|
|
500
320
|
i0.ɵɵelementEnd();
|
|
501
|
-
i0.ɵɵelementStart(
|
|
502
|
-
i0.ɵɵtext(
|
|
503
|
-
i0.ɵɵpipe(
|
|
321
|
+
i0.ɵɵelementStart(226, "p", 4);
|
|
322
|
+
i0.ɵɵtext(227);
|
|
323
|
+
i0.ɵɵpipe(228, "rpxTranslate");
|
|
504
324
|
i0.ɵɵelementEnd();
|
|
505
|
-
i0.ɵɵ
|
|
506
|
-
i0.ɵɵ
|
|
507
|
-
i0.ɵɵ
|
|
508
|
-
i0.ɵɵ
|
|
509
|
-
i0.ɵɵ
|
|
510
|
-
i0.ɵɵ
|
|
511
|
-
i0.ɵɵtemplate(234, AccessibilityComponent_h2_234_Template, 3, 3, "h2", 32);
|
|
512
|
-
i0.ɵɵtemplate(235, AccessibilityComponent_p_235_Template, 8, 9, "p", 31);
|
|
513
|
-
i0.ɵɵtemplate(236, AccessibilityComponent_ul_236_Template, 10, 9, "ul", 33);
|
|
514
|
-
i0.ɵɵtemplate(237, AccessibilityComponent_p_237_Template, 3, 3, "p", 31);
|
|
515
|
-
i0.ɵɵelementStart(238, "h2", 34);
|
|
516
|
-
i0.ɵɵtext(239);
|
|
517
|
-
i0.ɵɵpipe(240, "rpxTranslate");
|
|
325
|
+
i0.ɵɵelementStart(229, "p", 4);
|
|
326
|
+
i0.ɵɵtext(230);
|
|
327
|
+
i0.ɵɵpipe(231, "rpxTranslate");
|
|
328
|
+
i0.ɵɵelementStart(232, "a", 27);
|
|
329
|
+
i0.ɵɵtext(233);
|
|
330
|
+
i0.ɵɵpipe(234, "rpxTranslate");
|
|
518
331
|
i0.ɵɵelementEnd();
|
|
519
|
-
i0.ɵɵ
|
|
520
|
-
i0.ɵɵtext(242);
|
|
521
|
-
i0.ɵɵpipe(243, "rpxTranslate");
|
|
332
|
+
i0.ɵɵtext(235, ".");
|
|
522
333
|
i0.ɵɵelementEnd();
|
|
523
|
-
i0.ɵɵelementStart(
|
|
524
|
-
i0.ɵɵtext(
|
|
525
|
-
i0.ɵɵpipe(
|
|
334
|
+
i0.ɵɵelementStart(236, "h3", 28);
|
|
335
|
+
i0.ɵɵtext(237);
|
|
336
|
+
i0.ɵɵpipe(238, "rpxTranslate");
|
|
526
337
|
i0.ɵɵelementEnd();
|
|
527
|
-
i0.ɵɵelementStart(
|
|
528
|
-
i0.ɵɵtext(
|
|
529
|
-
i0.ɵɵpipe(
|
|
338
|
+
i0.ɵɵelementStart(239, "p", 4);
|
|
339
|
+
i0.ɵɵtext(240);
|
|
340
|
+
i0.ɵɵpipe(241, "rpxTranslate");
|
|
530
341
|
i0.ɵɵelementEnd();
|
|
531
|
-
i0.ɵɵelementStart(
|
|
532
|
-
i0.ɵɵtext(
|
|
533
|
-
i0.ɵɵpipe(
|
|
342
|
+
i0.ɵɵelementStart(242, "p", 4);
|
|
343
|
+
i0.ɵɵtext(243);
|
|
344
|
+
i0.ɵɵpipe(244, "rpxTranslate");
|
|
534
345
|
i0.ɵɵelementEnd();
|
|
535
|
-
i0.ɵɵelementStart(
|
|
536
|
-
i0.ɵɵtext(
|
|
537
|
-
i0.ɵɵpipe(255, "rpxTranslate");
|
|
346
|
+
i0.ɵɵelementStart(245, "ol", 5)(246, "li");
|
|
347
|
+
i0.ɵɵtext(247, "Nicola Whitcher - 02380 384324");
|
|
538
348
|
i0.ɵɵelementEnd();
|
|
539
|
-
i0.ɵɵelementStart(
|
|
540
|
-
i0.ɵɵtext(
|
|
541
|
-
i0.ɵɵpipe(258, "rpxTranslate");
|
|
542
|
-
i0.ɵɵelementStart(259, "a", 36);
|
|
543
|
-
i0.ɵɵtext(260);
|
|
544
|
-
i0.ɵɵpipe(261, "rpxTranslate");
|
|
349
|
+
i0.ɵɵelementStart(248, "li");
|
|
350
|
+
i0.ɵɵtext(249, "Hannah Townley - 02380 384313");
|
|
545
351
|
i0.ɵɵelementEnd()();
|
|
546
|
-
i0.ɵɵelementStart(262, "h2", 37);
|
|
547
|
-
i0.ɵɵtext(263);
|
|
548
|
-
i0.ɵɵpipe(264, "rpxTranslate");
|
|
549
|
-
i0.ɵɵelementEnd();
|
|
550
|
-
i0.ɵɵelementStart(265, "p", 1);
|
|
551
|
-
i0.ɵɵtext(266);
|
|
552
|
-
i0.ɵɵpipe(267, "rpxTranslate");
|
|
553
|
-
i0.ɵɵelementEnd();
|
|
554
|
-
i0.ɵɵelementStart(268, "p", 1);
|
|
555
|
-
i0.ɵɵtext(269);
|
|
556
|
-
i0.ɵɵpipe(270, "rpxTranslate");
|
|
557
|
-
i0.ɵɵelementStart(271, "a", 36);
|
|
558
|
-
i0.ɵɵtext(272);
|
|
559
|
-
i0.ɵɵpipe(273, "rpxTranslate");
|
|
560
|
-
i0.ɵɵelementEnd();
|
|
561
|
-
i0.ɵɵtext(274);
|
|
562
|
-
i0.ɵɵpipe(275, "rpxTranslate");
|
|
563
|
-
i0.ɵɵelementEnd();
|
|
564
352
|
} if (rf & 2) {
|
|
565
353
|
i0.ɵɵadvance(1);
|
|
566
|
-
i0.ɵɵ
|
|
567
|
-
i0.ɵɵadvance(
|
|
568
|
-
i0.ɵɵ
|
|
569
|
-
i0.ɵɵadvance(7);
|
|
570
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 109, "Immigration and Asylum"));
|
|
354
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 77, "Accessibility statement for Expert UI"));
|
|
355
|
+
i0.ɵɵadvance(5);
|
|
356
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 79, "Immigration and Asylum"));
|
|
571
357
|
i0.ɵɵadvance(4);
|
|
572
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
358
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(11, 81, "Family Public Law"), " ");
|
|
573
359
|
i0.ɵɵadvance(3);
|
|
574
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
360
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(14, 83, "This website is run by HM Courts & Tribunals Service. We want as many people as possible to be able to use this website. For example, you should be able to:"));
|
|
575
361
|
i0.ɵɵadvance(4);
|
|
576
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
577
|
-
i0.ɵɵadvance(
|
|
578
|
-
i0.ɵɵ
|
|
579
|
-
i0.ɵɵadvance(2);
|
|
580
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(28, 117, "navigate most of the website using just a keyboard"));
|
|
362
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(18, 85, "change colours, contrast levels and fonts"));
|
|
363
|
+
i0.ɵɵadvance(3);
|
|
364
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(21, 87, "zoom in up to 300% without the text spilling off the screen"));
|
|
581
365
|
i0.ɵɵadvance(3);
|
|
582
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
366
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(24, 89, "navigate most of the website using just a keyboard"));
|
|
583
367
|
i0.ɵɵadvance(3);
|
|
584
|
-
i0.ɵɵ
|
|
368
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(27, 91, "navigate most of the website using speech recognition software"));
|
|
585
369
|
i0.ɵɵadvance(3);
|
|
586
|
-
i0.ɵɵ
|
|
370
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(30, 93, "listen to most of the website using a screen reader (including the most recent versions of JAWS, NVDA and VoiceOver)"), " ");
|
|
371
|
+
i0.ɵɵadvance(3);
|
|
372
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(33, 95, "We\u2019ve also made the website text as simple as possible to understand."));
|
|
587
373
|
i0.ɵɵadvance(4);
|
|
588
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
374
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(37, 97, "AbilityNet"));
|
|
589
375
|
i0.ɵɵadvance(2);
|
|
590
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
376
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(39, 99, "has advice on making your device easier to use if you have a disability."), "");
|
|
591
377
|
i0.ɵɵadvance(3);
|
|
592
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
378
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(42, 101, "How accessible this website is"));
|
|
593
379
|
i0.ɵɵadvance(3);
|
|
594
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
380
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(45, 103, "We know some parts of the website are not fully accessible:"));
|
|
595
381
|
i0.ɵɵadvance(4);
|
|
596
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
382
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(49, 105, "some pages are difficult to navigate using just a keyboard"));
|
|
597
383
|
i0.ɵɵadvance(3);
|
|
598
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
599
|
-
i0.ɵɵadvance(
|
|
600
|
-
i0.ɵɵ
|
|
601
|
-
i0.ɵɵadvance(
|
|
602
|
-
i0.ɵɵ
|
|
603
|
-
i0.ɵɵadvance(
|
|
604
|
-
i0.ɵɵ
|
|
605
|
-
i0.ɵɵadvance(1);
|
|
606
|
-
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
607
|
-
i0.ɵɵadvance(1);
|
|
608
|
-
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
609
|
-
i0.ɵɵadvance(2);
|
|
610
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(64, 137, "some PDFs may not be fully accessible to a screen reader"));
|
|
611
|
-
i0.ɵɵadvance(2);
|
|
612
|
-
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
613
|
-
i0.ɵɵadvance(2);
|
|
614
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(68, 139, "Feedback and contact information"));
|
|
384
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(52, 107, "some pages can\u2019t be listened to in full using a screen reader"));
|
|
385
|
+
i0.ɵɵadvance(3);
|
|
386
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(55, 109, "some pages have problems with colour contrasts between text and background"));
|
|
387
|
+
i0.ɵɵadvance(3);
|
|
388
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(58, 111, "some PDFs may not be fully accessible to a screen reader"));
|
|
389
|
+
i0.ɵɵadvance(3);
|
|
390
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(61, 113, "Feedback and contact information"));
|
|
615
391
|
i0.ɵɵadvance(3);
|
|
616
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
392
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(64, 115, "If you need information on this website in a different format like accessible PDF, large print, easy read, audio recording or braille, you can:"));
|
|
617
393
|
i0.ɵɵadvance(4);
|
|
618
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
394
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(68, 117, "email:"), " ");
|
|
619
395
|
i0.ɵɵadvance(5);
|
|
620
|
-
i0.ɵɵ
|
|
396
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(73, 119, "call:"), " +44 (0) 300 123 1711");
|
|
621
397
|
i0.ɵɵadvance(3);
|
|
622
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
623
|
-
i0.ɵɵadvance(4);
|
|
624
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(87, 149, "call: 01634 887900"));
|
|
398
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(76, 121, "contact your service representative"));
|
|
625
399
|
i0.ɵɵadvance(3);
|
|
626
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
627
|
-
i0.ɵɵadvance(4);
|
|
628
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(94, 153, "call: 0300 123 1372"));
|
|
400
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(79, 123, "We\u2019ll consider your request and get back to you in 10 working days."));
|
|
629
401
|
i0.ɵɵadvance(3);
|
|
630
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
631
|
-
i0.ɵɵadvance(4);
|
|
632
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(101, 157, "call: 0300 123 1372"));
|
|
402
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(82, 125, "Reporting accessibility problems with this website"));
|
|
633
403
|
i0.ɵɵadvance(3);
|
|
634
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
404
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(85, 127, "We\u2019re always looking to improve the accessibility of this website. If you find any problems not listed on this page or think we\u2019re not meeting accessibility requirements, contact:"));
|
|
635
405
|
i0.ɵɵadvance(4);
|
|
636
|
-
i0.ɵɵ
|
|
406
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(89, 129, "email:"), " ");
|
|
407
|
+
i0.ɵɵadvance(5);
|
|
408
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(94, 131, "telephone:"), " +44 (0) 300 123 1711");
|
|
637
409
|
i0.ɵɵadvance(3);
|
|
638
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
639
|
-
i0.ɵɵadvance(4);
|
|
640
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(115, 165, "call: 0300 123 1711"));
|
|
410
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(97, 133, "Enforcement procedure"));
|
|
641
411
|
i0.ɵɵadvance(3);
|
|
642
|
-
i0.ɵɵ
|
|
643
|
-
i0.ɵɵadvance(4);
|
|
644
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(122, 169, "call: 0300 123 7050"));
|
|
412
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(100, 135, "The Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the \u2018accessibility regulations\u2019)."), " ");
|
|
645
413
|
i0.ɵɵadvance(3);
|
|
646
|
-
i0.ɵɵ
|
|
647
|
-
i0.ɵɵadvance(4);
|
|
648
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(129, 173, "call: 0300 323 0185"));
|
|
414
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(103, 137, "If you\u2019re not happy with how we respond to your complaint,"), " ");
|
|
649
415
|
i0.ɵɵadvance(3);
|
|
650
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
651
|
-
i0.ɵɵadvance(4);
|
|
652
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(136, 177, "call: 0300 303 0648"));
|
|
416
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(106, 139, "contact the Equality Advisory and Support Service (EASS)."));
|
|
653
417
|
i0.ɵɵadvance(3);
|
|
654
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
655
|
-
i0.ɵɵadvance(4);
|
|
656
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(143, 181, "call: 0300 123 1142"));
|
|
418
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(109, 141, "Contacting us by phone or visiting us in person"));
|
|
657
419
|
i0.ɵɵadvance(3);
|
|
658
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
420
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(112, 143, "We provide a text relay service for people who are D/deaf, hearing impaired or have a speech impediment."));
|
|
659
421
|
i0.ɵɵadvance(3);
|
|
660
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
422
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(115, 145, "Our offices and tribunal venues have audio induction loops, or if you contact us before your visit we can arrange a British Sign Language (BSL) interpreter. You can also request step-free access or a foreign language interpreter."));
|
|
661
423
|
i0.ɵɵadvance(3);
|
|
662
|
-
i0.ɵɵ
|
|
424
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(118, 147, "If you have a question about accessibility in our Tribunal venues, you can contact the First-tier Tribunal enquiry line:"), " +44 (0) 300 123 1711. You can ");
|
|
663
425
|
i0.ɵɵadvance(3);
|
|
664
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
665
|
-
i0.ɵɵadvance(4);
|
|
666
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(159, 191, "email:"), " ");
|
|
667
|
-
i0.ɵɵadvance(4);
|
|
668
|
-
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
426
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(121, 149, "find the contact details for court and tribunal venues"));
|
|
669
427
|
i0.ɵɵadvance(4);
|
|
670
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
428
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(125, 151, "You can also contact your service representative for more information."));
|
|
671
429
|
i0.ɵɵadvance(3);
|
|
672
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
430
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(128, 153, "Technical information about this website\u2019s accessibility"));
|
|
673
431
|
i0.ɵɵadvance(3);
|
|
674
|
-
i0.ɵɵ
|
|
432
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(131, 155, "HMCTS is committed to making its website accessible, in accordance with the Public Sector Bodies (Websites and Mobile Applications) (No.2) Accessibility Regulations 2018."));
|
|
675
433
|
i0.ɵɵadvance(3);
|
|
676
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
434
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(134, 157, "This website is partially compliant with the"), " ");
|
|
677
435
|
i0.ɵɵadvance(3);
|
|
678
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
436
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(137, 159, "Web Content Accessibility Guidelines version 2.1"));
|
|
437
|
+
i0.ɵɵadvance(2);
|
|
438
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(139, 161, ", due to the non-compliances listed below."));
|
|
439
|
+
i0.ɵɵadvance(3);
|
|
440
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(142, 163, "Non-accessible content"), " ");
|
|
441
|
+
i0.ɵɵadvance(3);
|
|
442
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(145, 165, "The content listed below is non-compliant for the following reasons."));
|
|
443
|
+
i0.ɵɵadvance(3);
|
|
444
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(148, 167, "Non-compliance with the accessibility regulations"));
|
|
679
445
|
i0.ɵɵadvance(3);
|
|
680
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
446
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(151, 169, "Some pages cannot be navigated completely using just a keyboard, so some people won\u2019t be able to tab through the pages. This fails WCAG 2.1 success criterion 2.1 (keyboard accessible)."));
|
|
681
447
|
i0.ɵɵadvance(3);
|
|
682
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
448
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(154, 171, "Some pages can\u2019t be listened to in full using a screen reader, so some people won\u2019t be able to access the information. This fails WCAG 2.1 success criterion 1.2.5 (audio description \u2013 prerecorded)."));
|
|
683
449
|
i0.ɵɵadvance(3);
|
|
684
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
450
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(157, 173, "Some of the contrast ratios don\u2019t meet the current accessibility requirements. This fails WCAG 2.1 success criterion 1.4.3 (contrast \u2013 minimum)."));
|
|
685
451
|
i0.ɵɵadvance(3);
|
|
686
|
-
i0.ɵɵ
|
|
452
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(160, 175, "Immigration and Asylum"));
|
|
687
453
|
i0.ɵɵadvance(3);
|
|
688
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
454
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(163, 177, "Some of the images on the service include text and are not accessible for some low vision users. We have identified a solution for this issue that we will implement as soon as possible."));
|
|
455
|
+
i0.ɵɵadvance(3);
|
|
456
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(166, 179, "Family Public Law"), " ");
|
|
689
457
|
i0.ɵɵadvance(4);
|
|
690
|
-
i0.ɵɵ
|
|
458
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(170, 181, "The navigation system used in family public law cannot be rendered well by screen readers, so features can\u2019t be listened to in full"), " ");
|
|
691
459
|
i0.ɵɵadvance(3);
|
|
692
|
-
i0.ɵɵ
|
|
460
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(173, 183, "Some essential functions within the family public law digital service cannot be accessed properly using screen readers"), " ");
|
|
693
461
|
i0.ɵɵadvance(3);
|
|
694
|
-
i0.ɵɵ
|
|
462
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(176, 185, "Some complex forms within the service will not be rendered correctly or cannot be listened to by screen readers"), " ");
|
|
695
463
|
i0.ɵɵadvance(3);
|
|
696
|
-
i0.ɵɵ
|
|
464
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(179, 187, "Disproportionate burden"), " ");
|
|
697
465
|
i0.ɵɵadvance(3);
|
|
698
|
-
i0.ɵɵ
|
|
699
|
-
i0.ɵɵadvance(
|
|
700
|
-
i0.ɵɵ
|
|
466
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(182, 189, "For Manage organisation, Register organisation, Approve organisations and Manage cases, we found the following issues that are currently being triaged to find out if there is a disproportionate burden:"));
|
|
467
|
+
i0.ɵɵadvance(4);
|
|
468
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(186, 191, "Screen readers can\u2019t switch between headers, read content in tabs and buttons"));
|
|
701
469
|
i0.ɵɵadvance(3);
|
|
702
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
470
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(189, 193, "Screen readers can\u2019t tab between radio buttons, read links or content"));
|
|
703
471
|
i0.ɵɵadvance(3);
|
|
704
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
472
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(192, 195, "Colour contrast ratios uneven between page background and content"));
|
|
705
473
|
i0.ɵɵadvance(3);
|
|
706
|
-
i0.ɵɵ
|
|
474
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(195, 197, "Some labels, fields, error messages and other content can\u2019t be clearly identified by screen readers and voice activation software"), " ");
|
|
707
475
|
i0.ɵɵadvance(3);
|
|
708
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
476
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(198, 199, "Some page headings and titles don\u2019t follow a logical structure for screen readers"));
|
|
709
477
|
i0.ɵɵadvance(3);
|
|
710
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
711
|
-
i0.ɵɵadvance(2);
|
|
712
|
-
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
713
|
-
i0.ɵɵadvance(1);
|
|
714
|
-
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
715
|
-
i0.ɵɵadvance(1);
|
|
716
|
-
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
717
|
-
i0.ɵɵadvance(1);
|
|
718
|
-
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
719
|
-
i0.ɵɵadvance(1);
|
|
720
|
-
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
721
|
-
i0.ɵɵadvance(1);
|
|
722
|
-
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
723
|
-
i0.ɵɵadvance(1);
|
|
724
|
-
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
725
|
-
i0.ɵɵadvance(1);
|
|
726
|
-
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
727
|
-
i0.ɵɵadvance(1);
|
|
728
|
-
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
729
|
-
i0.ɵɵadvance(1);
|
|
730
|
-
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
731
|
-
i0.ɵɵadvance(2);
|
|
732
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(240, 235, "Content that\u2019s not within the scope of the accessibility regulations"), " ");
|
|
478
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(201, 201, "The navigation of some pages isn\u2019t clear"));
|
|
733
479
|
i0.ɵɵadvance(3);
|
|
734
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
480
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(204, 203, "Some headings, links and button labels aren\u2019t clearly descriptive"));
|
|
735
481
|
i0.ɵɵadvance(3);
|
|
736
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
482
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(207, 205, "Content that\u2019s not within the scope of the accessibility regulations"), " ");
|
|
737
483
|
i0.ɵɵadvance(3);
|
|
738
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
484
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(210, 207, "PDFs, documents and attachments to email notifications published before 23 September 2018 may not meet accessibility standards. For example, they may not be structured so they\u2019re accessible to a screen reader."));
|
|
739
485
|
i0.ɵɵadvance(3);
|
|
740
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
486
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(213, 209, "Any new PDFs or Word documents we publish will meet accessibility standards."));
|
|
741
487
|
i0.ɵɵadvance(3);
|
|
742
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
488
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(216, 211, "What we\u2019re doing to improve accessibility"));
|
|
743
489
|
i0.ɵɵadvance(3);
|
|
744
|
-
i0.ɵɵ
|
|
490
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(219, 213, "We\u2019re committed to ensuring our services are accessible to all our users and that they comply with level AA of the Web Content Accessibility Guidelines \u2013 WCAG 2.1."));
|
|
745
491
|
i0.ɵɵadvance(3);
|
|
746
|
-
i0.ɵɵ
|
|
492
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(222, 215, "We\u2019re actively working to improve the identified issues and make them AA-compliant by 23 September 2020. We\u2019re also continuing to improve all other AAA-level accessibility issues as we iterate the service."));
|
|
747
493
|
i0.ɵɵadvance(3);
|
|
748
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
494
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(225, 217, "Preparation of this accessibility statement"));
|
|
749
495
|
i0.ɵɵadvance(3);
|
|
750
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
496
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(228, 219, "This statement was prepared on 16 September 2019. It was last reviewed on 16 September 2020."));
|
|
751
497
|
i0.ɵɵadvance(3);
|
|
752
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
498
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(231, 221, "This website was last tested on 19 May 2020. The test was carried out by the"), " ");
|
|
753
499
|
i0.ɵɵadvance(3);
|
|
754
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
755
|
-
i0.ɵɵadvance(
|
|
756
|
-
i0.ɵɵ
|
|
757
|
-
|
|
500
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(234, 223, "Digital Accessibility Centre (DAC)"));
|
|
501
|
+
i0.ɵɵadvance(4);
|
|
502
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(238, 225, "Family Private Law:"));
|
|
503
|
+
i0.ɵɵadvance(3);
|
|
504
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(241, 227, "This service has not yet been tested for accessibility issues. In the future, we will conduct an accessibility audit in order to find out if there are any accessibility issues. The accessibility statement will be updated with any relevant changes that we find."));
|
|
505
|
+
i0.ɵɵadvance(3);
|
|
506
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(244, 229, "If there are any issues with accessing information or using this website please contact:"));
|
|
507
|
+
} }, dependencies: [i2.RpxTranslatePipe], styles: [".govuk-list--alpha[_ngcontent-%COMP%]{padding-left:20px;list-style-type:lower-alpha}"] });
|
|
758
508
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AccessibilityComponent, [{
|
|
759
509
|
type: Component,
|
|
760
|
-
args: [{ selector: 'xuilib-accessibility', template: "<h1 class=\"govuk-heading-xl\" id=\"Accessibility-statement-for-Expert-UI\">{{'Accessibility statement for MyHMCTS' |\n rpxTranslate }}\n {{isEndpointMC ? 'Manage Cases' : 'Manage Organisation' | rpxTranslate}}</h1>\n\n<p class=\"govuk-body\">{{'MyHMCTS' |rpxTranslate}} {{isEndpointMC ? 'Manage Cases' : 'Manage Organisation' |\n rpxTranslate}} {{'is used across several services. Please use links to find contact information for each service.' |\n rpxTranslate}}</p>\n\n<ul class=\"govuk-list\">\n <li><a href=\"accessibility#immigration\">{{'Immigration and Asylum' | rpxTranslate}}</a></li>\n <li><a href=\"accessibility#family\">{{'Family Public Law' | rpxTranslate}} </a></li>\n</ul>\n\n<p class=\"govuk-body\">{{'This website is run by HM Courts & Tribunals Service. We want as many people as possible to be\n able to use this website. For example, you should be able to:' | rpxTranslate}}</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'change colours, contrast levels and fonts' | rpxTranslate}}</li>\n <li *ngIf=\"isEndpointMC\">{{'zoom in up to 300% without the text spilling off the screen' | rpxTranslate}}</li>\n <li>{{'navigate most of the website using just a keyboard' | rpxTranslate}}</li>\n <li>{{'navigate most of the website using speech recognition software' | rpxTranslate}}</li>\n <li>{{'listen to most of the website using a screen reader (including the most recent versions of JAWS, NVDA and\n VoiceOver)' | rpxTranslate}}\n </li>\n</ul>\n\n<p class=\"govuk-body\">{{'We\\\u2019ve also made the website text as simple as possible to understand.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\"><a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://mcmw.abilitynet.org.uk/\">{{'AbilityNet'\n | rpxTranslate}}</a>\n {{'has advice on making your device easier to use if you have a disability.' | rpxTranslate}}</p>\n\n<h2 class=\"govuk-heading-l\" id=\"How-accessible-this-website-is\">{{'How accessible this website is' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'We know some parts of the website are not fully accessible:' | rpxTranslate}}</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'some pages can\\'t be zoomed in to 400% without content overlapping' | rpxTranslate}}</li>\n <li>{{'some page titles aren\\'t page specific' | rpxTranslate}}</li>\n <li *ngIf=\"!isEndpointMC\">{{'some pages do not follow a logical tabbing order' | rpxTranslate}}</li>\n <li *ngIf=\"!isEndpointMC\">{{'some headings levels are skipped' | rpxTranslate}}</li>\n <li *ngIf=\"!isEndpointMC\">{{'some links do not work' | rpxTranslate}}</li>\n <li *ngIf=\"isEndpointMC\">{{'it may be difficult to navigate between pages' | rpxTranslate}}</li>\n <li *ngIf=\"isEndpointMC\">{{'some headings and labels aren\\'t specific enough' | rpxTranslate}}</li>\n <li>{{'some PDFs may not be fully accessible to a screen reader' | rpxTranslate}}</li>\n <li *ngIf=\"isEndpointMC\">{{'some buttons may not communicate collapsed status on mobile' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"What-to-do-if-you-cannot-access-parts-of-this-website\">{{'Feedback and contact\n information' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'If you\\'re a legal professional and need information on this website in a different format like\n accessible PDF, large print, easy read, audio recording or braille, you can:' | rpxTranslate}}</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'email:' | rpxTranslate}} <a href=\"mailto:HMCTSforms@justice.gov.uk\"> HMCTSforms@justice.gov.uk</a></li>\n <li>{{'call the service you require, as listed below.' | rpxTranslate}}</li>\n</ul>\n\n\n<h2 class=\"govuk-heading-l\" id=\"Adoption\">{{'Adoption' | rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 01634 887900' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Divorce-and-financial-remedy\">{{'Divorce and Financial Remedy' | rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 0300 123 1372' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Civil-damages-service\">{{'Civil Damages Service' | rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 0300 123 1372' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Family-public-law\">{{'Family Public Law' | rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 0330 808 4424' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Immigration-and-asylum-chamber\">{{'Immigration and Asylum Chamber' | rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 0300 123 1711' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Online-civil-money-claims\">{{'Online Civil Money Claims' | rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 0300 123 7050' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Private-law\">{{'Private Law' | rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 0300 323 0185' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Probate\">{{'Probate' | rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 0300 303 0648' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Social-security-and-child-support\">{{'Social Security and Child Support' |\n rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 0300 123 1142' | rpxTranslate}}</li>\n</ul>\n\n<p class=\"govuk-body\">{{'We\\'ll consider your request and get back to you in 10 working days.' | rpxTranslate}}</p>\n<p class=\"govuk-body\">{{'If you a member of HMCTS staff or the Judiciary speak to your line manager or equivalent in the\n first instance.' | rpxTranslate}}</p>\n\n<h2 class=\"govuk-heading-l\" id=\"Reporting-accessibility-problems-with-this-website\">{{'Reporting accessibility problems\n with this website' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'We\\'re always looking to improve the accessibility of this website. If you\\'re a legal professional and find any problems not listed on this page or think we\\'re not meeting accessibility requirements, contact:' | rpxTranslate}}</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'email:' | rpxTranslate}} <a href=\"mailto:MCTSforms@justice.gov.uk\"> HMCTSforms@justice.gov.uk</a></li>\n <li *ngIf=\"isEndpointMC\"><a href=\"mailto:customer.service@justice.gov.uk\">customer.service@justice.gov.uk</a></li>\n <li>call the service you require as listed above.</li>\n</ul>\n\n<p class=\"govuk-body\">{{'If you a member of HMCTS staff or the Judiciary speak to your line manager or equivalent in the\n first instance.' | rpxTranslate}}</p>\n\n\n<h2 class=\"govuk-heading-l\" id=\"Enforcement-procedure \">{{'Enforcement procedure' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'The Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public Sector\n Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the \\\u2018accessibility\n regulations\\\u2019).' | rpxTranslate}} </p>\n\n<p class=\"govuk-body\">{{'If you\\\u2019re not happy with how we respond to your complaint,' | rpxTranslate}} <a\n rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.equalityadvisoryservice.com/\">{{'contact\n the Equality Advisory and Support Service (EASS).' | rpxTranslate}}</a></p>\n\n<h1 class=\"govuk-heading-l\" id=\"Contacting-us-by-phone-or-visiting-us-in-person\">{{'Contacting us by phone or visiting\n us\n in person' | rpxTranslate}}</h1>\n\n<p class=\"govuk-body\">{{'We provide a text relay service for people who are D/deaf, hearing impaired or have a speech\n impediment.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'Our offices and tribunal venues have audio induction loops, or if you contact us before your\n visit\n we can arrange a British Sign Language (BSL) interpreter. You can also request step-free access or a foreign language\n interpreter.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'Find out how to contact us using the contact details above or ' | rpxTranslate}} <a\n target=\"_blank\" href=\"https://courttribunalfinder.service.gov.uk/search/\">{{'find\n the contact details for court and tribunal venues' | rpxTranslate}}</a>. </p>\n\n\n<h2 class=\"govuk-heading-l\" id=\"Technical-information-about-this-website-accessibility\">{{'Technical information about\n this website\\\u2019s accessibility' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'HMCTS is committed to making its website accessible, in accordance with the Public Sector\n Bodies (Websites and Mobile Applications) (No.2)\n Accessibility Regulations 2018.' | rpxTranslate}}</p>\n\n\n<h2 class=\"govuk-heading-l\" id=\"Compliance-status\">{{'Compliance Status' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'This website is partially compliant with the ' | rpxTranslate}}<a target=\"_blank\"\n href=\"https://www.w3.org/TR/WCAG21/\">\n {{'Web Content Accessibility Guidelines version 2.1 ' | rpxTranslate}}</a>\n {{'due to the non-compliances listed below.' | rpxTranslate}}\n</p>\n<h2 class=\"govuk-heading-l\" id=\"Non-accessible-content\">{{'Non-accessible content' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'The content listed below is non-compliant for the following reasons.' | rpxTranslate}}</p>\n\n\n<h2 class=\"govuk-heading-l\" id=\"Non-compliance-with-the-accessibility-regulations\">{{'Non-compliance with the\n accessibility\n regulations' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'When zoomed in 200%, content overlaps and does not reflow, so some people will have difficulty\n viewing pages.\n This fails WCAG 2.1 success criterion 1.4.10: Reflow (Level AA).' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'Some page titles are not unique to the screens, so screenreader users may struggle to know\n which page they are on.\n This fails WCAG 2.1 success criterion 2.4.2: Page Titled (Level A)' | rpxTranslate}}</p>\n\n<p *ngIf=\"isEndpointMC\" class=\"govuk-body\">{{'It is difficult to understand how some pages are related to one another,\n and where they are in\n the context of the whole site.\n This fails WCAG 2.1 success criterion 2.4.5: Multiple Ways (Level AA)' | rpxTranslate}}</p>\n\n<p *ngIf=\"!isEndpointMC\" class=\"govuk-body\">{{'Some users may struggle with keyboard order when tabbing after an error\n is presented. This fails WCAG 2.1 success criterion 2.4.3: Focus Order (Level A).' | rpxTranslate}}</p>\n<p *ngIf=\"!isEndpointMC\" class=\"govuk-body\">{{'Some headings are skipped, so some users may struggle to navigate with\n screen reader via headings. This fails WCAG 2.1 success criterion 2.4.6: Headings and labels (Level AA).' |\n rpxTranslate}}</p>\n<p *ngIf=\"!isEndpointMC\" class=\"govuk-body\">{{'Some error links do not take the user to the specific error field, so\n some people may struggle with interacting with the links. This fails WCAG 2.1 success criterion 3.2.1: On Focus (Level\n A).' | rpxTranslate}}</p>\n<p *ngIf=\"isEndpointMC\" class=\"govuk-body\">{{'The heading \\'Filter\\' together with the non-unique \\'Case List\\' headings\n heavily imply that a user is filtering one \\'Case List\\' table, to which they have access, according to the filters they select. However, this is\n not the case. Some users may struggle with heading filters as it is not clear which ones correspond to the table data.\n This fails WCAG 2.1 success criterion 2.4.6: Headings and labels (Level AA)' | rpxTranslate}}</p>\n\n<p *ngIf=\"isEndpointMC\" class=\"govuk-body\">{{'Some users may struggle on mobile where a screen reader doesn\\'t indicate\n that buttons are collapsible. This fails WCAG 2.1 success criterion 4.1.2: Name, Role, Value (Level A)' | rpxTranslate}}</p>\n\n<h2 *ngIf=\"!isEndpointMC\" class=\"govuk-heading-m\" id=\"Disproportionate-burden\">{{'Disproportionate burden' | rpxTranslate}} </h2>\n\n<p *ngIf=\"!isEndpointMC\" class=\"govuk-body\">{{'We\\'re considering if fixing some issues would be a' | rpxTranslate}} <a\n target=\"_blank\" href=\"https://www.legislation.gov.uk/uksi/2018/952/regulation/7/made/\">{{'disproportionate burden' |\n rpxTranslate}}</a> {{'within the meaning of\n the accessibility regulations. These issues are:' | rpxTranslate}}</p>\n\n<ul *ngIf=\"!isEndpointMC\" class=\"govuk-list govuk-list--bullet\">\n <li>{{'Screen readers not picking up how pages are related to one another, and where they are in the context of the\n whole site' | rpxTranslate}}</li>\n <li>{{'Screen readers not picking up on non-unique table headings on the same page' | rpxTranslate}}</li>\n <li>{{'Some labels, fields, error messages and other content not being clearly identified by screen readers and voice\n activation software on mobile devices.' | rpxTranslate}}</li>\n</ul>\n\n<p *ngIf=\"!isEndpointMC\" class=\"govuk-body\">{{'When this assessment is complete, we will update this accessibility\n statement, to cover whether or not disproportionate burden is being claimed.' | rpxTranslate}}</p>\n\n<h2 class=\"govuk-heading-m\" id=\"Content-that\u2019s-not-within-the-scope-of-the-accessibility-regulations\">{{'Content that\\\u2019s\n not\n within the scope of the accessibility regulations' | rpxTranslate}} </h2>\n\n<p class=\"govuk-body\">{{'PDFs, documents and attachments to email notifications published before 23 September 2018 may\n not\n meet accessibility standards. For example, they may not be structured so they\\\u2019re accessible to a screen reader.' |\n rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'Any new PDFs or Word documents we publish will meet accessibility standards.' | rpxTranslate}}\n</p>\n\n<h2 class=\"govuk-heading-l\" id=\"what-to-improve-accessibility\">{{'What we\\\u2019re doing to improve accessibility' |\n rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'We\\\u2019re committed to ensuring our services are accessible to all our users and that they comply\n with\n level AA of the Web Content Accessibility Guidelines \u2013 WCAG 2.1.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'We\\\u2019re actively working to improve the identified issues and aiming to make them AA-compliant\n by December 2024.' | rpxTranslate}}</p>\n<p class=\"govuk-body\">{{'We\\\u2019re currently preparing for an external audit carried out by the ' | rpxTranslate}}\n <a target=\"_blank\" href=\"https://digitalaccessibilitycentre.org/\"> {{'Digital Accessibility Centre (DAC).' |\n rpxTranslate}} </a>\n</p>\n\n<h2 class=\"govuk-heading-l\" id=\"preparation-of-this-accessibility-statement\">{{'Preparation of this accessibility\n statement' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'This statement was prepared on 16 September 2019. It was last reviewed in Spring/Summer 2023.'\n | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'This website was last tested on 19 May 2020. The service will be tested by' | rpxTranslate}} <a\n target=\"_blank\" href=\"https://digitalaccessibilitycentre.org/\">{{'Digital\n Accessibility Centre (DAC)' | rpxTranslate}}</a> {{'on 20 November 2023.' | rpxTranslate}}</p>", styles: [".govuk-list--alpha{padding-left:20px;list-style-type:lower-alpha}\n"] }]
|
|
510
|
+
args: [{ selector: 'xuilib-accessibility', template: "<h1 class=\"govuk-heading-xl\" id=\"Accessibility-statement-for-Expert-UI\">{{'Accessibility statement for Expert UI' | rpxTranslate}}</h1>\n\n<ul class=\"govuk-list\">\n <li><a href=\"accessibility#immigration\">{{'Immigration and Asylum' | rpxTranslate}}</a></li>\n <li><a href=\"accessibility#family\">{{'Family Public Law' | rpxTranslate}} </a></li>\n</ul>\n\n<p class=\"govuk-body\">{{'This website is run by HM Courts & Tribunals Service. We want as many people as possible to be\n able to use this website. For example, you should be able to:' | rpxTranslate}}</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'change colours, contrast levels and fonts' | rpxTranslate}}</li>\n <li>{{'zoom in up to 300% without the text spilling off the screen' | rpxTranslate}}</li>\n <li>{{'navigate most of the website using just a keyboard' | rpxTranslate}}</li>\n <li>{{'navigate most of the website using speech recognition software' | rpxTranslate}}</li>\n <li>{{'listen to most of the website using a screen reader (including the most recent versions of JAWS, NVDA and\n VoiceOver)' | rpxTranslate}}\n </li>\n</ul>\n\n<p class=\"govuk-body\">{{'We\\\u2019ve also made the website text as simple as possible to understand.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\"><a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://mcmw.abilitynet.org.uk/\">{{'AbilityNet' | rpxTranslate}}</a>\n {{'has advice on making your device easier to use if you have a disability.' | rpxTranslate}}</p>\n\n<h2 class=\"govuk-heading-l\" id=\"How-accessible-this-website-is\">{{'How accessible this website is' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'We know some parts of the website are not fully accessible:' | rpxTranslate}}</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'some pages are difficult to navigate using just a keyboard' | rpxTranslate}}</li>\n <li>{{'some pages can\\\u2019t be listened to in full using a screen reader' | rpxTranslate}}</li>\n <li>{{'some pages have problems with colour contrasts between text and background' | rpxTranslate}}</li>\n <li>{{'some PDFs may not be fully accessible to a screen reader' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"What-to-do-if-you-cannot-access-parts-of-this-website\">{{'Feedback and contact\n information' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'If you need information on this website in a different format like accessible PDF, large print,\n easy read, audio recording or braille, you can:' | rpxTranslate}}</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'email:' | rpxTranslate}} <a href=\"mailto:HMCTSforms@justice.gov.uk\"> HMCTSforms@justice.gov.uk</a></li>\n <li>{{'call:' | rpxTranslate}} +44 (0) 300 123 1711</li>\n <li>{{'contact your service representative' | rpxTranslate}}</li>\n</ul>\n\n<p class=\"govuk-body\">{{'We\\\u2019ll consider your request and get back to you in 10 working days.' | rpxTranslate}}</p>\n\n<h2 class=\"govuk-heading-l\" id=\"Reporting-accessibility-problems-with-this-website\">{{'Reporting accessibility problems\n with this website' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'We\\\u2019re always looking to improve the accessibility of this website. If you find any problems not\n listed on this page or think we\\\u2019re not meeting accessibility requirements, contact:' | rpxTranslate}}</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'email:' | rpxTranslate}} <a href=\"mailto:customer.service@justice.gov.uk\"> customer.service@justice.gov.uk</a></li>\n <li>{{'telephone:' | rpxTranslate}} +44 (0) 300 123 1711</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Enforcement-procedure \">{{'Enforcement procedure' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'The Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public Sector\n Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the \\\u2018accessibility\n regulations\\\u2019).' | rpxTranslate}} </p>\n\n<p class=\"govuk-body\">{{'If you\\\u2019re not happy with how we respond to your complaint,' | rpxTranslate}} <a rel=\"noopener noreferrer\"\n target=\"_blank\"\n href=\"https://www.equalityadvisoryservice.com/\">{{'contact\n the Equality Advisory and Support Service (EASS).' | rpxTranslate}}</a></p>\n\n<h1 class=\"govuk-heading-l\" id=\"Contacting-us-by-phone-or-visiting-us-in-person\">{{'Contacting us by phone or visiting us\n in person' | rpxTranslate}}</h1>\n\n<p class=\"govuk-body\">{{'We provide a text relay service for people who are D/deaf, hearing impaired or have a speech\n impediment.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'Our offices and tribunal venues have audio induction loops, or if you contact us before your visit\n we can arrange a British Sign Language (BSL) interpreter. You can also request step-free access or a foreign language\n interpreter.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'If you have a question about accessibility in our Tribunal venues, you can contact the First-tier\n Tribunal enquiry line:' | rpxTranslate}} +44 (0) 300 123 1711. You can <a target=\"_blank\"\n href=\"https://courttribunalfinder.service.gov.uk/search/\">{{'find\n the contact details for court and tribunal venues' | rpxTranslate}}</a>. </p>\n\n<p class=\"govuk-body\">{{'You can also contact your service representative for more information.' | rpxTranslate}}</p>\n\n<h1 class=\"govuk-heading-l\" id=\"Technical-information-about-this-website\u2019s-accessibility\">{{'Technical information about\n this website\\\u2019s accessibility' | rpxTranslate}}</h1>\n\n<p class=\"govuk-body\">{{'HMCTS is committed to making its website accessible, in accordance with the Public Sector Bodies\n (Websites and Mobile Applications) (No.2) Accessibility Regulations 2018.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'This website is partially compliant with the' | rpxTranslate}} <a rel=\"noopener noreferrer\" target=\"_blank\"\n href=\"https://www.w3.org/TR/WCAG21/\">{{'Web Content\n Accessibility Guidelines version 2.1' | rpxTranslate}}</a>{{', due to the non-compliances listed below.' | rpxTranslate}}</p>\n\n<h1 class=\"govuk-heading-l\" id=\"Non-accessible-content\">{{'Non-accessible content' | rpxTranslate}} </h1>\n\n<p class=\"govuk-body\">{{'The content listed below is non-compliant for the following reasons.' | rpxTranslate}}</p>\n\n<h2 class=\"govuk-heading-l\" id=\"Non-compliance-with-the-accessibility-regulations\">{{'Non-compliance with the accessibility\n regulations' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'Some pages cannot be navigated completely using just a keyboard, so some people won\\\u2019t be able to\n tab through the pages. This fails WCAG 2.1 success criterion 2.1 (keyboard accessible).' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'Some pages can\\\u2019t be listened to in full using a screen reader, so some people won\\\u2019t be able to\n access the information. This fails WCAG 2.1 success criterion 1.2.5 (audio description \u2013 prerecorded).' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'Some of the contrast ratios don\\\u2019t meet the current accessibility requirements. This fails WCAG 2.1\n success criterion 1.4.3 (contrast \u2013 minimum).' | rpxTranslate}}</p>\n\n<h3 class=\"govuk-heading-m\" id=\"immigration\">{{'Immigration and Asylum' | rpxTranslate}}</h3>\n\n<p class=\"govuk-body\">{{'Some of the images on the service include text and are not accessible for some low vision users.\n We have identified a solution for this issue that we will implement as soon as possible.' | rpxTranslate}}</p>\n\n<h3 class=\"govuk-heading-m\" id=\"family\">{{'Family Public Law' | rpxTranslate}} </h3>\n\n<ol class=\"govuk-list govuk-list--alpha\">\n <li>{{'The navigation system used in family public law cannot be rendered well by screen readers, so features can\\\u2019t be\n listened to in full' | rpxTranslate}}\n </li>\n <li>{{'Some essential functions within the family public law digital service cannot be accessed properly using screen\n readers' | rpxTranslate}}\n </li>\n <li>{{'Some complex forms within the service will not be rendered correctly or cannot be listened to by screen readers' | rpxTranslate}}\n </li>\n</ol>\n\n<h2 class=\"govuk-heading-m\" id=\"Disproportionate burden \">{{'Disproportionate burden' | rpxTranslate}} </h2>\n\n<p class=\"govuk-body\">{{'For Manage organisation, Register organisation, Approve organisations and Manage cases, we found\n the following issues that are currently being triaged to find out if there is a disproportionate burden:' | rpxTranslate}}</p>\n\n<ol class=\"govuk-list govuk-list--alpha\">\n <li>{{'Screen readers can\\\u2019t switch between headers, read content in tabs and buttons' | rpxTranslate}}</li>\n <li>{{'Screen readers can\\\u2019t tab between radio buttons, read links or content' | rpxTranslate}}</li>\n <li>{{'Colour contrast ratios uneven between page background and content' | rpxTranslate}}</li>\n <li>{{'Some labels, fields, error messages and other content can\\\u2019t be clearly identified by screen readers and voice\n activation software' | rpxTranslate}}\n </li>\n <li>{{'Some page headings and titles don\\\u2019t follow a logical structure for screen readers' | rpxTranslate}}</li>\n <li>{{'The navigation of some pages isn\\\u2019t clear' | rpxTranslate}}</li>\n <li>{{'Some headings, links and button labels aren\\\u2019t clearly descriptive' | rpxTranslate}}</li>\n</ol>\n\n<h2 class=\"govuk-heading-m\" id=\"Content-that\u2019s-not-within-the-scope-of-the-accessibility-regulations\">{{'Content that\\\u2019s not\n within the scope of the accessibility regulations' | rpxTranslate}} </h2>\n\n<p class=\"govuk-body\">{{'PDFs, documents and attachments to email notifications published before 23 September 2018 may not\n meet accessibility standards. For example, they may not be structured so they\\\u2019re accessible to a screen reader.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'Any new PDFs or Word documents we publish will meet accessibility standards.' | rpxTranslate}}</p>\n\n<h1 class=\"govuk-heading-l\" id=\"what-to-improve-accessibility\">{{'What we\\\u2019re doing to improve accessibility' | rpxTranslate}}</h1>\n\n<p class=\"govuk-body\">{{'We\\\u2019re committed to ensuring our services are accessible to all our users and that they comply with\n level AA of the Web Content Accessibility Guidelines \u2013 WCAG 2.1.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'We\\\u2019re actively working to improve the identified issues and make them AA-compliant by 23 September\n 2020. We\\\u2019re also continuing to improve all other AAA-level accessibility issues as we iterate the service.' | rpxTranslate}}</p>\n\n<h1 class=\"govuk-heading-l\" id=\"preparation-of-this-accessibility-statement\">{{'Preparation of this accessibility\n statement' | rpxTranslate}}</h1>\n\n<p class=\"govuk-body\">{{'This statement was prepared on 16 September 2019. It was last reviewed on 16 September 2020.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'This website was last tested on 19 May 2020. The test was carried out by the' | rpxTranslate}} <a target=\"_blank\"\n href=\"https://digitalaccessibilitycentre.org/\">{{'Digital\n Accessibility Centre (DAC)' | rpxTranslate}}</a>.</p>\n\n<h3 class=\"govuk-heading-m\">{{'Family Private Law:' | rpxTranslate}}</h3>\n\n<p class=\"govuk-body\">{{'This service has not yet been tested for accessibility issues. In the future, we will conduct an\n accessibility audit in order to find out if there are any accessibility issues. The accessibility statement will be\n updated with any relevant changes that we find.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'If there are any issues with accessing information or using this website please contact:' | rpxTranslate}}</p>\n\n<ol class=\"govuk-list govuk-list--bullet\">\n <li>Nicola Whitcher - 02380 384324</li>\n <li>Hannah Townley - 02380 384313</li>\n</ol>", styles: [".govuk-list--alpha{padding-left:20px;list-style-type:lower-alpha}\n"] }]
|
|
761
511
|
}], function () { return []; }, null); })();
|
|
762
512
|
|
|
763
513
|
function CheckboxListComponent_div_0_div_7_Template(rf, ctx) { if (rf & 1) {
|