@hmcts/rpx-xui-common-lib 2.0.16 → 2.0.17
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 +382 -370
- package/fesm2015/hmcts-rpx-xui-common-lib.mjs +345 -330
- package/fesm2015/hmcts-rpx-xui-common-lib.mjs.map +1 -1
- package/fesm2020/hmcts-rpx-xui-common-lib.mjs +342 -330
- package/fesm2020/hmcts-rpx-xui-common-lib.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -27,14 +27,14 @@ 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
|
|
30
|
+
function AccessibilityComponent_li_25_Template(rf, ctx) { if (rf & 1) {
|
|
31
31
|
i0.ɵɵelementStart(0, "li");
|
|
32
32
|
i0.ɵɵtext(1);
|
|
33
33
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
34
34
|
i0.ɵɵelementEnd();
|
|
35
35
|
} if (rf & 2) {
|
|
36
36
|
i0.ɵɵadvance(1);
|
|
37
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "
|
|
37
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "zoom in up to 300% without the text spilling off the screen"));
|
|
38
38
|
} }
|
|
39
39
|
function AccessibilityComponent_li_57_Template(rf, ctx) { if (rf & 1) {
|
|
40
40
|
i0.ɵɵelementStart(0, "li");
|
|
@@ -43,7 +43,7 @@ function AccessibilityComponent_li_57_Template(rf, ctx) { if (rf & 1) {
|
|
|
43
43
|
i0.ɵɵelementEnd();
|
|
44
44
|
} if (rf & 2) {
|
|
45
45
|
i0.ɵɵadvance(1);
|
|
46
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some
|
|
46
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some pages do not follow a logical tabbing order"));
|
|
47
47
|
} }
|
|
48
48
|
function AccessibilityComponent_li_58_Template(rf, ctx) { if (rf & 1) {
|
|
49
49
|
i0.ɵɵelementStart(0, "li");
|
|
@@ -52,7 +52,7 @@ function AccessibilityComponent_li_58_Template(rf, ctx) { if (rf & 1) {
|
|
|
52
52
|
i0.ɵɵelementEnd();
|
|
53
53
|
} if (rf & 2) {
|
|
54
54
|
i0.ɵɵadvance(1);
|
|
55
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some
|
|
55
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some headings levels are skipped"));
|
|
56
56
|
} }
|
|
57
57
|
function AccessibilityComponent_li_59_Template(rf, ctx) { if (rf & 1) {
|
|
58
58
|
i0.ɵɵelementStart(0, "li");
|
|
@@ -61,18 +61,27 @@ function AccessibilityComponent_li_59_Template(rf, ctx) { if (rf & 1) {
|
|
|
61
61
|
i0.ɵɵelementEnd();
|
|
62
62
|
} if (rf & 2) {
|
|
63
63
|
i0.ɵɵadvance(1);
|
|
64
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "
|
|
64
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some links do not work"));
|
|
65
65
|
} }
|
|
66
66
|
function AccessibilityComponent_li_60_Template(rf, ctx) { if (rf & 1) {
|
|
67
67
|
i0.ɵɵelementStart(0, "li");
|
|
68
68
|
i0.ɵɵtext(1);
|
|
69
69
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
70
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();
|
|
71
80
|
} if (rf & 2) {
|
|
72
81
|
i0.ɵɵadvance(1);
|
|
73
82
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some headings and labels aren't specific enough"));
|
|
74
83
|
} }
|
|
75
|
-
function
|
|
84
|
+
function AccessibilityComponent_li_65_Template(rf, ctx) { if (rf & 1) {
|
|
76
85
|
i0.ɵɵelementStart(0, "li");
|
|
77
86
|
i0.ɵɵtext(1);
|
|
78
87
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
@@ -81,12 +90,12 @@ function AccessibilityComponent_li_64_Template(rf, ctx) { if (rf & 1) {
|
|
|
81
90
|
i0.ɵɵadvance(1);
|
|
82
91
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some buttons may not communicate collapsed status on mobile"));
|
|
83
92
|
} }
|
|
84
|
-
function
|
|
93
|
+
function AccessibilityComponent_li_162_Template(rf, ctx) { if (rf & 1) {
|
|
85
94
|
i0.ɵɵelementStart(0, "li")(1, "a", 38);
|
|
86
95
|
i0.ɵɵtext(2, "customer.service@justice.gov.uk");
|
|
87
96
|
i0.ɵɵelementEnd()();
|
|
88
97
|
} }
|
|
89
|
-
function
|
|
98
|
+
function AccessibilityComponent_p_228_Template(rf, ctx) { if (rf & 1) {
|
|
90
99
|
i0.ɵɵelementStart(0, "p", 1);
|
|
91
100
|
i0.ɵɵtext(1);
|
|
92
101
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
@@ -95,7 +104,7 @@ function AccessibilityComponent_p_227_Template(rf, ctx) { if (rf & 1) {
|
|
|
95
104
|
i0.ɵɵadvance(1);
|
|
96
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)"));
|
|
97
106
|
} }
|
|
98
|
-
function
|
|
107
|
+
function AccessibilityComponent_p_229_Template(rf, ctx) { if (rf & 1) {
|
|
99
108
|
i0.ɵɵelementStart(0, "p", 1);
|
|
100
109
|
i0.ɵɵtext(1);
|
|
101
110
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
@@ -104,7 +113,7 @@ function AccessibilityComponent_p_228_Template(rf, ctx) { if (rf & 1) {
|
|
|
104
113
|
i0.ɵɵadvance(1);
|
|
105
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)."));
|
|
106
115
|
} }
|
|
107
|
-
function
|
|
116
|
+
function AccessibilityComponent_p_230_Template(rf, ctx) { if (rf & 1) {
|
|
108
117
|
i0.ɵɵelementStart(0, "p", 1);
|
|
109
118
|
i0.ɵɵtext(1);
|
|
110
119
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
@@ -113,7 +122,7 @@ function AccessibilityComponent_p_229_Template(rf, ctx) { if (rf & 1) {
|
|
|
113
122
|
i0.ɵɵadvance(1);
|
|
114
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)."));
|
|
115
124
|
} }
|
|
116
|
-
function
|
|
125
|
+
function AccessibilityComponent_p_231_Template(rf, ctx) { if (rf & 1) {
|
|
117
126
|
i0.ɵɵelementStart(0, "p", 1);
|
|
118
127
|
i0.ɵɵtext(1);
|
|
119
128
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
@@ -122,7 +131,7 @@ function AccessibilityComponent_p_230_Template(rf, ctx) { if (rf & 1) {
|
|
|
122
131
|
i0.ɵɵadvance(1);
|
|
123
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)."));
|
|
124
133
|
} }
|
|
125
|
-
function
|
|
134
|
+
function AccessibilityComponent_p_232_Template(rf, ctx) { if (rf & 1) {
|
|
126
135
|
i0.ɵɵelementStart(0, "p", 1);
|
|
127
136
|
i0.ɵɵtext(1);
|
|
128
137
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
@@ -131,7 +140,7 @@ function AccessibilityComponent_p_231_Template(rf, ctx) { if (rf & 1) {
|
|
|
131
140
|
i0.ɵɵadvance(1);
|
|
132
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)"));
|
|
133
142
|
} }
|
|
134
|
-
function
|
|
143
|
+
function AccessibilityComponent_p_233_Template(rf, ctx) { if (rf & 1) {
|
|
135
144
|
i0.ɵɵelementStart(0, "p", 1);
|
|
136
145
|
i0.ɵɵtext(1);
|
|
137
146
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
@@ -140,7 +149,7 @@ function AccessibilityComponent_p_232_Template(rf, ctx) { if (rf & 1) {
|
|
|
140
149
|
i0.ɵɵadvance(1);
|
|
141
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)"));
|
|
142
151
|
} }
|
|
143
|
-
function
|
|
152
|
+
function AccessibilityComponent_h2_234_Template(rf, ctx) { if (rf & 1) {
|
|
144
153
|
i0.ɵɵelementStart(0, "h2", 39);
|
|
145
154
|
i0.ɵɵtext(1);
|
|
146
155
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
@@ -149,7 +158,7 @@ function AccessibilityComponent_h2_233_Template(rf, ctx) { if (rf & 1) {
|
|
|
149
158
|
i0.ɵɵadvance(1);
|
|
150
159
|
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(2, 1, "Disproportionate burden"), " ");
|
|
151
160
|
} }
|
|
152
|
-
function
|
|
161
|
+
function AccessibilityComponent_p_235_Template(rf, ctx) { if (rf & 1) {
|
|
153
162
|
i0.ɵɵelementStart(0, "p", 1);
|
|
154
163
|
i0.ɵɵtext(1);
|
|
155
164
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
@@ -168,7 +177,7 @@ function AccessibilityComponent_p_234_Template(rf, ctx) { if (rf & 1) {
|
|
|
168
177
|
i0.ɵɵadvance(2);
|
|
169
178
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(7, 7, "within the meaning of the accessibility regulations. These issues are:"), "");
|
|
170
179
|
} }
|
|
171
|
-
function
|
|
180
|
+
function AccessibilityComponent_ul_236_Template(rf, ctx) { if (rf & 1) {
|
|
172
181
|
i0.ɵɵelementStart(0, "ul", 5)(1, "li");
|
|
173
182
|
i0.ɵɵtext(2);
|
|
174
183
|
i0.ɵɵpipe(3, "rpxTranslate");
|
|
@@ -189,7 +198,7 @@ function AccessibilityComponent_ul_235_Template(rf, ctx) { if (rf & 1) {
|
|
|
189
198
|
i0.ɵɵadvance(3);
|
|
190
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."));
|
|
191
200
|
} }
|
|
192
|
-
function
|
|
201
|
+
function AccessibilityComponent_p_237_Template(rf, ctx) { if (rf & 1) {
|
|
193
202
|
i0.ɵɵelementStart(0, "p", 1);
|
|
194
203
|
i0.ɵɵtext(1);
|
|
195
204
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
@@ -216,7 +225,7 @@ class AccessibilityComponent {
|
|
|
216
225
|
}
|
|
217
226
|
}
|
|
218
227
|
AccessibilityComponent.ɵfac = function AccessibilityComponent_Factory(t) { return new (t || AccessibilityComponent)(); };
|
|
219
|
-
AccessibilityComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AccessibilityComponent, selectors: [["xuilib-accessibility"]], decls:
|
|
228
|
+
AccessibilityComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AccessibilityComponent, selectors: [["xuilib-accessibility"]], decls: 276, vars: 261, consts: [["id", "Accessibility-statement-for-Expert-UI", 1, "govuk-heading-xl"], [1, "govuk-body"], [1, "govuk-list"], ["href", "accessibility#Immigration-and-asylum-chamber"], ["href", "accessibility#Family-public-law"], [1, "govuk-list", "govuk-list--bullet"], [4, "ngIf"], ["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", "Adoption", 1, "govuk-heading-l"], ["id", "Divorce-and-financial-remedy", 1, "govuk-heading-l"], ["id", "Civil-damages-service", 1, "govuk-heading-l"], ["id", "Family-public-law", 1, "govuk-heading-l"], ["id", "Immigration-and-asylum-chamber", 1, "govuk-heading-l"], ["id", "Online-civil-money-claims", 1, "govuk-heading-l"], ["id", "Private-law", 1, "govuk-heading-l"], ["id", "Probate", 1, "govuk-heading-l"], ["id", "Social-security-and-child-support", 1, "govuk-heading-l"], ["id", "Reporting-accessibility-problems-with-this-website", 1, "govuk-heading-l"], ["href", "mailto:MCTSforms@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-accessibility", 1, "govuk-heading-l"], ["id", "Compliance-status", 1, "govuk-heading-l"], ["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"], ["class", "govuk-body", 4, "ngIf"], ["class", "govuk-heading-m", "id", "Disproportionate-burden", 4, "ngIf"], ["class", "govuk-list govuk-list--bullet", 4, "ngIf"], ["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"], ["target", "_blank", "href", "https://digitalaccessibilitycentre.org/"], ["id", "preparation-of-this-accessibility-statement", 1, "govuk-heading-l"], ["href", "mailto:customer.service@justice.gov.uk"], ["id", "Disproportionate-burden", 1, "govuk-heading-m"], ["target", "_blank", "href", "https://www.legislation.gov.uk/uksi/2018/952/regulation/7/made/"]], template: function AccessibilityComponent_Template(rf, ctx) { if (rf & 1) {
|
|
220
229
|
i0.ɵɵelementStart(0, "h1", 0);
|
|
221
230
|
i0.ɵɵtext(1);
|
|
222
231
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
@@ -244,346 +253,349 @@ AccessibilityComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Acce
|
|
|
244
253
|
i0.ɵɵtext(23);
|
|
245
254
|
i0.ɵɵpipe(24, "rpxTranslate");
|
|
246
255
|
i0.ɵɵelementEnd();
|
|
247
|
-
i0.ɵɵ
|
|
248
|
-
i0.ɵɵ
|
|
249
|
-
i0.ɵɵ
|
|
256
|
+
i0.ɵɵtemplate(25, AccessibilityComponent_li_25_Template, 3, 3, "li", 6);
|
|
257
|
+
i0.ɵɵelementStart(26, "li");
|
|
258
|
+
i0.ɵɵtext(27);
|
|
259
|
+
i0.ɵɵpipe(28, "rpxTranslate");
|
|
250
260
|
i0.ɵɵelementEnd();
|
|
251
|
-
i0.ɵɵelementStart(
|
|
252
|
-
i0.ɵɵtext(
|
|
253
|
-
i0.ɵɵpipe(
|
|
261
|
+
i0.ɵɵelementStart(29, "li");
|
|
262
|
+
i0.ɵɵtext(30);
|
|
263
|
+
i0.ɵɵpipe(31, "rpxTranslate");
|
|
254
264
|
i0.ɵɵelementEnd();
|
|
255
|
-
i0.ɵɵelementStart(
|
|
256
|
-
i0.ɵɵtext(
|
|
257
|
-
i0.ɵɵpipe(
|
|
265
|
+
i0.ɵɵelementStart(32, "li");
|
|
266
|
+
i0.ɵɵtext(33);
|
|
267
|
+
i0.ɵɵpipe(34, "rpxTranslate");
|
|
258
268
|
i0.ɵɵelementEnd()();
|
|
259
|
-
i0.ɵɵelementStart(
|
|
260
|
-
i0.ɵɵtext(
|
|
261
|
-
i0.ɵɵpipe(
|
|
269
|
+
i0.ɵɵelementStart(35, "p", 1);
|
|
270
|
+
i0.ɵɵtext(36);
|
|
271
|
+
i0.ɵɵpipe(37, "rpxTranslate");
|
|
262
272
|
i0.ɵɵelementEnd();
|
|
263
|
-
i0.ɵɵelementStart(
|
|
264
|
-
i0.ɵɵtext(
|
|
265
|
-
i0.ɵɵpipe(
|
|
273
|
+
i0.ɵɵelementStart(38, "p", 1)(39, "a", 7);
|
|
274
|
+
i0.ɵɵtext(40);
|
|
275
|
+
i0.ɵɵpipe(41, "rpxTranslate");
|
|
266
276
|
i0.ɵɵelementEnd();
|
|
267
|
-
i0.ɵɵtext(
|
|
268
|
-
i0.ɵɵpipe(
|
|
277
|
+
i0.ɵɵtext(42);
|
|
278
|
+
i0.ɵɵpipe(43, "rpxTranslate");
|
|
269
279
|
i0.ɵɵelementEnd();
|
|
270
|
-
i0.ɵɵelementStart(
|
|
271
|
-
i0.ɵɵtext(
|
|
272
|
-
i0.ɵɵpipe(
|
|
280
|
+
i0.ɵɵelementStart(44, "h2", 8);
|
|
281
|
+
i0.ɵɵtext(45);
|
|
282
|
+
i0.ɵɵpipe(46, "rpxTranslate");
|
|
273
283
|
i0.ɵɵelementEnd();
|
|
274
|
-
i0.ɵɵelementStart(
|
|
275
|
-
i0.ɵɵtext(
|
|
276
|
-
i0.ɵɵpipe(
|
|
284
|
+
i0.ɵɵelementStart(47, "p", 1);
|
|
285
|
+
i0.ɵɵtext(48);
|
|
286
|
+
i0.ɵɵpipe(49, "rpxTranslate");
|
|
277
287
|
i0.ɵɵelementEnd();
|
|
278
|
-
i0.ɵɵelementStart(
|
|
279
|
-
i0.ɵɵtext(
|
|
280
|
-
i0.ɵɵpipe(
|
|
288
|
+
i0.ɵɵelementStart(50, "ul", 5)(51, "li");
|
|
289
|
+
i0.ɵɵtext(52);
|
|
290
|
+
i0.ɵɵpipe(53, "rpxTranslate");
|
|
281
291
|
i0.ɵɵelementEnd();
|
|
282
|
-
i0.ɵɵelementStart(
|
|
283
|
-
i0.ɵɵtext(
|
|
284
|
-
i0.ɵɵpipe(
|
|
292
|
+
i0.ɵɵelementStart(54, "li");
|
|
293
|
+
i0.ɵɵtext(55);
|
|
294
|
+
i0.ɵɵpipe(56, "rpxTranslate");
|
|
285
295
|
i0.ɵɵelementEnd();
|
|
286
|
-
i0.ɵɵtemplate(
|
|
287
|
-
i0.ɵɵtemplate(
|
|
288
|
-
i0.ɵɵtemplate(
|
|
289
|
-
i0.ɵɵtemplate(
|
|
290
|
-
i0.ɵɵtemplate(
|
|
291
|
-
i0.ɵɵelementStart(
|
|
292
|
-
i0.ɵɵtext(
|
|
293
|
-
i0.ɵɵpipe(
|
|
296
|
+
i0.ɵɵtemplate(57, AccessibilityComponent_li_57_Template, 3, 3, "li", 6);
|
|
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");
|
|
302
|
+
i0.ɵɵtext(63);
|
|
303
|
+
i0.ɵɵpipe(64, "rpxTranslate");
|
|
294
304
|
i0.ɵɵelementEnd();
|
|
295
|
-
i0.ɵɵtemplate(
|
|
305
|
+
i0.ɵɵtemplate(65, AccessibilityComponent_li_65_Template, 3, 3, "li", 6);
|
|
296
306
|
i0.ɵɵelementEnd();
|
|
297
|
-
i0.ɵɵelementStart(
|
|
298
|
-
i0.ɵɵtext(
|
|
299
|
-
i0.ɵɵpipe(
|
|
307
|
+
i0.ɵɵelementStart(66, "h2", 9);
|
|
308
|
+
i0.ɵɵtext(67);
|
|
309
|
+
i0.ɵɵpipe(68, "rpxTranslate");
|
|
300
310
|
i0.ɵɵelementEnd();
|
|
301
|
-
i0.ɵɵelementStart(
|
|
302
|
-
i0.ɵɵtext(
|
|
303
|
-
i0.ɵɵpipe(
|
|
311
|
+
i0.ɵɵelementStart(69, "p", 1);
|
|
312
|
+
i0.ɵɵtext(70);
|
|
313
|
+
i0.ɵɵpipe(71, "rpxTranslate");
|
|
304
314
|
i0.ɵɵelementEnd();
|
|
305
|
-
i0.ɵɵelementStart(
|
|
306
|
-
i0.ɵɵtext(
|
|
307
|
-
i0.ɵɵpipe(
|
|
308
|
-
i0.ɵɵelementStart(
|
|
309
|
-
i0.ɵɵtext(
|
|
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");
|
|
310
320
|
i0.ɵɵelementEnd()();
|
|
311
|
-
i0.ɵɵelementStart(
|
|
312
|
-
i0.ɵɵtext(
|
|
313
|
-
i0.ɵɵpipe(
|
|
321
|
+
i0.ɵɵelementStart(78, "li");
|
|
322
|
+
i0.ɵɵtext(79);
|
|
323
|
+
i0.ɵɵpipe(80, "rpxTranslate");
|
|
314
324
|
i0.ɵɵelementEnd()();
|
|
315
|
-
i0.ɵɵelementStart(
|
|
316
|
-
i0.ɵɵtext(
|
|
317
|
-
i0.ɵɵpipe(
|
|
325
|
+
i0.ɵɵelementStart(81, "h2", 11);
|
|
326
|
+
i0.ɵɵtext(82);
|
|
327
|
+
i0.ɵɵpipe(83, "rpxTranslate");
|
|
318
328
|
i0.ɵɵelementEnd();
|
|
319
|
-
i0.ɵɵelementStart(
|
|
320
|
-
i0.ɵɵtext(
|
|
321
|
-
i0.ɵɵpipe(
|
|
329
|
+
i0.ɵɵelementStart(84, "ul", 5)(85, "li");
|
|
330
|
+
i0.ɵɵtext(86);
|
|
331
|
+
i0.ɵɵpipe(87, "rpxTranslate");
|
|
322
332
|
i0.ɵɵelementEnd()();
|
|
323
|
-
i0.ɵɵelementStart(
|
|
324
|
-
i0.ɵɵtext(
|
|
325
|
-
i0.ɵɵpipe(
|
|
333
|
+
i0.ɵɵelementStart(88, "h2", 12);
|
|
334
|
+
i0.ɵɵtext(89);
|
|
335
|
+
i0.ɵɵpipe(90, "rpxTranslate");
|
|
326
336
|
i0.ɵɵelementEnd();
|
|
327
|
-
i0.ɵɵelementStart(
|
|
328
|
-
i0.ɵɵtext(
|
|
329
|
-
i0.ɵɵpipe(
|
|
337
|
+
i0.ɵɵelementStart(91, "ul", 5)(92, "li");
|
|
338
|
+
i0.ɵɵtext(93);
|
|
339
|
+
i0.ɵɵpipe(94, "rpxTranslate");
|
|
330
340
|
i0.ɵɵelementEnd()();
|
|
331
|
-
i0.ɵɵelementStart(
|
|
332
|
-
i0.ɵɵtext(
|
|
333
|
-
i0.ɵɵpipe(
|
|
341
|
+
i0.ɵɵelementStart(95, "h2", 13);
|
|
342
|
+
i0.ɵɵtext(96);
|
|
343
|
+
i0.ɵɵpipe(97, "rpxTranslate");
|
|
334
344
|
i0.ɵɵelementEnd();
|
|
335
|
-
i0.ɵɵelementStart(
|
|
336
|
-
i0.ɵɵtext(
|
|
337
|
-
i0.ɵɵpipe(
|
|
345
|
+
i0.ɵɵelementStart(98, "ul", 5)(99, "li");
|
|
346
|
+
i0.ɵɵtext(100);
|
|
347
|
+
i0.ɵɵpipe(101, "rpxTranslate");
|
|
338
348
|
i0.ɵɵelementEnd()();
|
|
339
|
-
i0.ɵɵelementStart(
|
|
340
|
-
i0.ɵɵtext(
|
|
341
|
-
i0.ɵɵpipe(
|
|
349
|
+
i0.ɵɵelementStart(102, "h2", 14);
|
|
350
|
+
i0.ɵɵtext(103);
|
|
351
|
+
i0.ɵɵpipe(104, "rpxTranslate");
|
|
342
352
|
i0.ɵɵelementEnd();
|
|
343
|
-
i0.ɵɵelementStart(
|
|
344
|
-
i0.ɵɵtext(
|
|
345
|
-
i0.ɵɵpipe(
|
|
353
|
+
i0.ɵɵelementStart(105, "ul", 5)(106, "li");
|
|
354
|
+
i0.ɵɵtext(107);
|
|
355
|
+
i0.ɵɵpipe(108, "rpxTranslate");
|
|
346
356
|
i0.ɵɵelementEnd()();
|
|
347
|
-
i0.ɵɵelementStart(
|
|
348
|
-
i0.ɵɵtext(
|
|
349
|
-
i0.ɵɵpipe(
|
|
357
|
+
i0.ɵɵelementStart(109, "h2", 15);
|
|
358
|
+
i0.ɵɵtext(110);
|
|
359
|
+
i0.ɵɵpipe(111, "rpxTranslate");
|
|
350
360
|
i0.ɵɵelementEnd();
|
|
351
|
-
i0.ɵɵelementStart(
|
|
352
|
-
i0.ɵɵtext(
|
|
353
|
-
i0.ɵɵpipe(
|
|
361
|
+
i0.ɵɵelementStart(112, "ul", 5)(113, "li");
|
|
362
|
+
i0.ɵɵtext(114);
|
|
363
|
+
i0.ɵɵpipe(115, "rpxTranslate");
|
|
354
364
|
i0.ɵɵelementEnd()();
|
|
355
|
-
i0.ɵɵelementStart(
|
|
356
|
-
i0.ɵɵtext(
|
|
357
|
-
i0.ɵɵpipe(
|
|
365
|
+
i0.ɵɵelementStart(116, "h2", 16);
|
|
366
|
+
i0.ɵɵtext(117);
|
|
367
|
+
i0.ɵɵpipe(118, "rpxTranslate");
|
|
358
368
|
i0.ɵɵelementEnd();
|
|
359
|
-
i0.ɵɵelementStart(
|
|
360
|
-
i0.ɵɵtext(
|
|
361
|
-
i0.ɵɵpipe(
|
|
369
|
+
i0.ɵɵelementStart(119, "ul", 5)(120, "li");
|
|
370
|
+
i0.ɵɵtext(121);
|
|
371
|
+
i0.ɵɵpipe(122, "rpxTranslate");
|
|
362
372
|
i0.ɵɵelementEnd()();
|
|
363
|
-
i0.ɵɵelementStart(
|
|
364
|
-
i0.ɵɵtext(
|
|
365
|
-
i0.ɵɵpipe(
|
|
373
|
+
i0.ɵɵelementStart(123, "h2", 17);
|
|
374
|
+
i0.ɵɵtext(124);
|
|
375
|
+
i0.ɵɵpipe(125, "rpxTranslate");
|
|
366
376
|
i0.ɵɵelementEnd();
|
|
367
|
-
i0.ɵɵelementStart(
|
|
368
|
-
i0.ɵɵtext(
|
|
369
|
-
i0.ɵɵpipe(
|
|
377
|
+
i0.ɵɵelementStart(126, "ul", 5)(127, "li");
|
|
378
|
+
i0.ɵɵtext(128);
|
|
379
|
+
i0.ɵɵpipe(129, "rpxTranslate");
|
|
370
380
|
i0.ɵɵelementEnd()();
|
|
371
|
-
i0.ɵɵelementStart(
|
|
372
|
-
i0.ɵɵtext(
|
|
373
|
-
i0.ɵɵpipe(
|
|
381
|
+
i0.ɵɵelementStart(130, "h2", 18);
|
|
382
|
+
i0.ɵɵtext(131);
|
|
383
|
+
i0.ɵɵpipe(132, "rpxTranslate");
|
|
374
384
|
i0.ɵɵelementEnd();
|
|
375
|
-
i0.ɵɵelementStart(
|
|
376
|
-
i0.ɵɵtext(
|
|
377
|
-
i0.ɵɵpipe(
|
|
385
|
+
i0.ɵɵelementStart(133, "ul", 5)(134, "li");
|
|
386
|
+
i0.ɵɵtext(135);
|
|
387
|
+
i0.ɵɵpipe(136, "rpxTranslate");
|
|
378
388
|
i0.ɵɵelementEnd()();
|
|
379
|
-
i0.ɵɵelementStart(
|
|
380
|
-
i0.ɵɵtext(
|
|
381
|
-
i0.ɵɵpipe(
|
|
389
|
+
i0.ɵɵelementStart(137, "h2", 19);
|
|
390
|
+
i0.ɵɵtext(138);
|
|
391
|
+
i0.ɵɵpipe(139, "rpxTranslate");
|
|
382
392
|
i0.ɵɵelementEnd();
|
|
383
|
-
i0.ɵɵelementStart(
|
|
384
|
-
i0.ɵɵtext(
|
|
385
|
-
i0.ɵɵpipe(
|
|
393
|
+
i0.ɵɵelementStart(140, "ul", 5)(141, "li");
|
|
394
|
+
i0.ɵɵtext(142);
|
|
395
|
+
i0.ɵɵpipe(143, "rpxTranslate");
|
|
386
396
|
i0.ɵɵelementEnd()();
|
|
387
|
-
i0.ɵɵelementStart(
|
|
388
|
-
i0.ɵɵtext(
|
|
389
|
-
i0.ɵɵpipe(
|
|
397
|
+
i0.ɵɵelementStart(144, "p", 1);
|
|
398
|
+
i0.ɵɵtext(145);
|
|
399
|
+
i0.ɵɵpipe(146, "rpxTranslate");
|
|
390
400
|
i0.ɵɵelementEnd();
|
|
391
|
-
i0.ɵɵelementStart(
|
|
392
|
-
i0.ɵɵtext(
|
|
393
|
-
i0.ɵɵpipe(
|
|
401
|
+
i0.ɵɵelementStart(147, "p", 1);
|
|
402
|
+
i0.ɵɵtext(148);
|
|
403
|
+
i0.ɵɵpipe(149, "rpxTranslate");
|
|
394
404
|
i0.ɵɵelementEnd();
|
|
395
|
-
i0.ɵɵelementStart(
|
|
396
|
-
i0.ɵɵtext(
|
|
397
|
-
i0.ɵɵpipe(
|
|
405
|
+
i0.ɵɵelementStart(150, "h2", 20);
|
|
406
|
+
i0.ɵɵtext(151);
|
|
407
|
+
i0.ɵɵpipe(152, "rpxTranslate");
|
|
398
408
|
i0.ɵɵelementEnd();
|
|
399
|
-
i0.ɵɵelementStart(
|
|
400
|
-
i0.ɵɵtext(
|
|
401
|
-
i0.ɵɵpipe(
|
|
409
|
+
i0.ɵɵelementStart(153, "p", 1);
|
|
410
|
+
i0.ɵɵtext(154);
|
|
411
|
+
i0.ɵɵpipe(155, "rpxTranslate");
|
|
402
412
|
i0.ɵɵelementEnd();
|
|
403
|
-
i0.ɵɵelementStart(
|
|
404
|
-
i0.ɵɵtext(
|
|
405
|
-
i0.ɵɵpipe(
|
|
406
|
-
i0.ɵɵelementStart(
|
|
407
|
-
i0.ɵɵtext(
|
|
413
|
+
i0.ɵɵelementStart(156, "ul", 5)(157, "li");
|
|
414
|
+
i0.ɵɵtext(158);
|
|
415
|
+
i0.ɵɵpipe(159, "rpxTranslate");
|
|
416
|
+
i0.ɵɵelementStart(160, "a", 21);
|
|
417
|
+
i0.ɵɵtext(161, " HMCTSforms@justice.gov.uk");
|
|
408
418
|
i0.ɵɵelementEnd()();
|
|
409
|
-
i0.ɵɵtemplate(
|
|
410
|
-
i0.ɵɵelementStart(
|
|
411
|
-
i0.ɵɵtext(
|
|
419
|
+
i0.ɵɵtemplate(162, AccessibilityComponent_li_162_Template, 3, 0, "li", 6);
|
|
420
|
+
i0.ɵɵelementStart(163, "li");
|
|
421
|
+
i0.ɵɵtext(164, "call the service you require as listed above.");
|
|
412
422
|
i0.ɵɵelementEnd()();
|
|
413
|
-
i0.ɵɵelementStart(
|
|
414
|
-
i0.ɵɵtext(
|
|
415
|
-
i0.ɵɵpipe(
|
|
423
|
+
i0.ɵɵelementStart(165, "p", 1);
|
|
424
|
+
i0.ɵɵtext(166);
|
|
425
|
+
i0.ɵɵpipe(167, "rpxTranslate");
|
|
416
426
|
i0.ɵɵelementEnd();
|
|
417
|
-
i0.ɵɵelementStart(
|
|
418
|
-
i0.ɵɵtext(
|
|
419
|
-
i0.ɵɵpipe(
|
|
427
|
+
i0.ɵɵelementStart(168, "h2", 22);
|
|
428
|
+
i0.ɵɵtext(169);
|
|
429
|
+
i0.ɵɵpipe(170, "rpxTranslate");
|
|
420
430
|
i0.ɵɵelementEnd();
|
|
421
|
-
i0.ɵɵelementStart(
|
|
422
|
-
i0.ɵɵtext(
|
|
423
|
-
i0.ɵɵpipe(
|
|
431
|
+
i0.ɵɵelementStart(171, "p", 1);
|
|
432
|
+
i0.ɵɵtext(172);
|
|
433
|
+
i0.ɵɵpipe(173, "rpxTranslate");
|
|
424
434
|
i0.ɵɵelementEnd();
|
|
425
|
-
i0.ɵɵelementStart(
|
|
426
|
-
i0.ɵɵtext(
|
|
427
|
-
i0.ɵɵpipe(
|
|
428
|
-
i0.ɵɵelementStart(
|
|
429
|
-
i0.ɵɵtext(
|
|
430
|
-
i0.ɵɵpipe(
|
|
435
|
+
i0.ɵɵelementStart(174, "p", 1);
|
|
436
|
+
i0.ɵɵtext(175);
|
|
437
|
+
i0.ɵɵpipe(176, "rpxTranslate");
|
|
438
|
+
i0.ɵɵelementStart(177, "a", 23);
|
|
439
|
+
i0.ɵɵtext(178);
|
|
440
|
+
i0.ɵɵpipe(179, "rpxTranslate");
|
|
431
441
|
i0.ɵɵelementEnd()();
|
|
432
|
-
i0.ɵɵelementStart(
|
|
433
|
-
i0.ɵɵtext(
|
|
434
|
-
i0.ɵɵpipe(
|
|
442
|
+
i0.ɵɵelementStart(180, "h1", 24);
|
|
443
|
+
i0.ɵɵtext(181);
|
|
444
|
+
i0.ɵɵpipe(182, "rpxTranslate");
|
|
435
445
|
i0.ɵɵelementEnd();
|
|
436
|
-
i0.ɵɵelementStart(
|
|
437
|
-
i0.ɵɵtext(
|
|
438
|
-
i0.ɵɵpipe(
|
|
446
|
+
i0.ɵɵelementStart(183, "p", 1);
|
|
447
|
+
i0.ɵɵtext(184);
|
|
448
|
+
i0.ɵɵpipe(185, "rpxTranslate");
|
|
439
449
|
i0.ɵɵelementEnd();
|
|
440
|
-
i0.ɵɵelementStart(
|
|
441
|
-
i0.ɵɵtext(
|
|
442
|
-
i0.ɵɵpipe(
|
|
450
|
+
i0.ɵɵelementStart(186, "p", 1);
|
|
451
|
+
i0.ɵɵtext(187);
|
|
452
|
+
i0.ɵɵpipe(188, "rpxTranslate");
|
|
443
453
|
i0.ɵɵelementEnd();
|
|
444
|
-
i0.ɵɵelementStart(
|
|
445
|
-
i0.ɵɵtext(
|
|
446
|
-
i0.ɵɵpipe(
|
|
447
|
-
i0.ɵɵelementStart(
|
|
448
|
-
i0.ɵɵtext(
|
|
449
|
-
i0.ɵɵpipe(
|
|
454
|
+
i0.ɵɵelementStart(189, "p", 1);
|
|
455
|
+
i0.ɵɵtext(190);
|
|
456
|
+
i0.ɵɵpipe(191, "rpxTranslate");
|
|
457
|
+
i0.ɵɵelementStart(192, "a", 25);
|
|
458
|
+
i0.ɵɵtext(193);
|
|
459
|
+
i0.ɵɵpipe(194, "rpxTranslate");
|
|
450
460
|
i0.ɵɵelementEnd();
|
|
451
|
-
i0.ɵɵtext(
|
|
461
|
+
i0.ɵɵtext(195, ". ");
|
|
452
462
|
i0.ɵɵelementEnd();
|
|
453
|
-
i0.ɵɵelementStart(
|
|
454
|
-
i0.ɵɵtext(
|
|
455
|
-
i0.ɵɵpipe(
|
|
463
|
+
i0.ɵɵelementStart(196, "h2", 26);
|
|
464
|
+
i0.ɵɵtext(197);
|
|
465
|
+
i0.ɵɵpipe(198, "rpxTranslate");
|
|
456
466
|
i0.ɵɵelementEnd();
|
|
457
|
-
i0.ɵɵelementStart(
|
|
458
|
-
i0.ɵɵtext(
|
|
459
|
-
i0.ɵɵpipe(
|
|
467
|
+
i0.ɵɵelementStart(199, "p", 1);
|
|
468
|
+
i0.ɵɵtext(200);
|
|
469
|
+
i0.ɵɵpipe(201, "rpxTranslate");
|
|
460
470
|
i0.ɵɵelementEnd();
|
|
461
|
-
i0.ɵɵelementStart(
|
|
462
|
-
i0.ɵɵtext(
|
|
463
|
-
i0.ɵɵpipe(
|
|
471
|
+
i0.ɵɵelementStart(202, "h2", 27);
|
|
472
|
+
i0.ɵɵtext(203);
|
|
473
|
+
i0.ɵɵpipe(204, "rpxTranslate");
|
|
464
474
|
i0.ɵɵelementEnd();
|
|
465
|
-
i0.ɵɵelementStart(
|
|
466
|
-
i0.ɵɵtext(
|
|
467
|
-
i0.ɵɵpipe(
|
|
468
|
-
i0.ɵɵelementStart(
|
|
469
|
-
i0.ɵɵtext(
|
|
470
|
-
i0.ɵɵpipe(
|
|
475
|
+
i0.ɵɵelementStart(205, "p", 1);
|
|
476
|
+
i0.ɵɵtext(206);
|
|
477
|
+
i0.ɵɵpipe(207, "rpxTranslate");
|
|
478
|
+
i0.ɵɵelementStart(208, "a", 28);
|
|
479
|
+
i0.ɵɵtext(209);
|
|
480
|
+
i0.ɵɵpipe(210, "rpxTranslate");
|
|
471
481
|
i0.ɵɵelementEnd();
|
|
472
|
-
i0.ɵɵtext(
|
|
473
|
-
i0.ɵɵpipe(
|
|
482
|
+
i0.ɵɵtext(211);
|
|
483
|
+
i0.ɵɵpipe(212, "rpxTranslate");
|
|
474
484
|
i0.ɵɵelementEnd();
|
|
475
|
-
i0.ɵɵelementStart(
|
|
476
|
-
i0.ɵɵtext(
|
|
477
|
-
i0.ɵɵpipe(
|
|
485
|
+
i0.ɵɵelementStart(213, "h2", 29);
|
|
486
|
+
i0.ɵɵtext(214);
|
|
487
|
+
i0.ɵɵpipe(215, "rpxTranslate");
|
|
478
488
|
i0.ɵɵelementEnd();
|
|
479
|
-
i0.ɵɵelementStart(
|
|
480
|
-
i0.ɵɵtext(
|
|
481
|
-
i0.ɵɵpipe(
|
|
489
|
+
i0.ɵɵelementStart(216, "p", 1);
|
|
490
|
+
i0.ɵɵtext(217);
|
|
491
|
+
i0.ɵɵpipe(218, "rpxTranslate");
|
|
482
492
|
i0.ɵɵelementEnd();
|
|
483
|
-
i0.ɵɵelementStart(
|
|
484
|
-
i0.ɵɵtext(
|
|
485
|
-
i0.ɵɵpipe(
|
|
493
|
+
i0.ɵɵelementStart(219, "h2", 30);
|
|
494
|
+
i0.ɵɵtext(220);
|
|
495
|
+
i0.ɵɵpipe(221, "rpxTranslate");
|
|
486
496
|
i0.ɵɵelementEnd();
|
|
487
|
-
i0.ɵɵelementStart(
|
|
488
|
-
i0.ɵɵtext(
|
|
489
|
-
i0.ɵɵpipe(
|
|
497
|
+
i0.ɵɵelementStart(222, "p", 1);
|
|
498
|
+
i0.ɵɵtext(223);
|
|
499
|
+
i0.ɵɵpipe(224, "rpxTranslate");
|
|
490
500
|
i0.ɵɵelementEnd();
|
|
491
|
-
i0.ɵɵelementStart(
|
|
492
|
-
i0.ɵɵtext(
|
|
493
|
-
i0.ɵɵpipe(
|
|
501
|
+
i0.ɵɵelementStart(225, "p", 1);
|
|
502
|
+
i0.ɵɵtext(226);
|
|
503
|
+
i0.ɵɵpipe(227, "rpxTranslate");
|
|
494
504
|
i0.ɵɵelementEnd();
|
|
495
|
-
i0.ɵɵtemplate(227, AccessibilityComponent_p_227_Template, 3, 3, "p", 31);
|
|
496
505
|
i0.ɵɵtemplate(228, AccessibilityComponent_p_228_Template, 3, 3, "p", 31);
|
|
497
506
|
i0.ɵɵtemplate(229, AccessibilityComponent_p_229_Template, 3, 3, "p", 31);
|
|
498
507
|
i0.ɵɵtemplate(230, AccessibilityComponent_p_230_Template, 3, 3, "p", 31);
|
|
499
508
|
i0.ɵɵtemplate(231, AccessibilityComponent_p_231_Template, 3, 3, "p", 31);
|
|
500
509
|
i0.ɵɵtemplate(232, AccessibilityComponent_p_232_Template, 3, 3, "p", 31);
|
|
501
|
-
i0.ɵɵtemplate(233,
|
|
502
|
-
i0.ɵɵtemplate(234,
|
|
503
|
-
i0.ɵɵtemplate(235,
|
|
504
|
-
i0.ɵɵtemplate(236,
|
|
505
|
-
i0.ɵɵ
|
|
506
|
-
i0.ɵɵ
|
|
507
|
-
i0.ɵɵ
|
|
510
|
+
i0.ɵɵtemplate(233, AccessibilityComponent_p_233_Template, 3, 3, "p", 31);
|
|
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");
|
|
508
518
|
i0.ɵɵelementEnd();
|
|
509
|
-
i0.ɵɵelementStart(
|
|
510
|
-
i0.ɵɵtext(
|
|
511
|
-
i0.ɵɵpipe(
|
|
519
|
+
i0.ɵɵelementStart(241, "p", 1);
|
|
520
|
+
i0.ɵɵtext(242);
|
|
521
|
+
i0.ɵɵpipe(243, "rpxTranslate");
|
|
512
522
|
i0.ɵɵelementEnd();
|
|
513
|
-
i0.ɵɵelementStart(
|
|
514
|
-
i0.ɵɵtext(
|
|
515
|
-
i0.ɵɵpipe(
|
|
523
|
+
i0.ɵɵelementStart(244, "p", 1);
|
|
524
|
+
i0.ɵɵtext(245);
|
|
525
|
+
i0.ɵɵpipe(246, "rpxTranslate");
|
|
516
526
|
i0.ɵɵelementEnd();
|
|
517
|
-
i0.ɵɵelementStart(
|
|
518
|
-
i0.ɵɵtext(
|
|
519
|
-
i0.ɵɵpipe(
|
|
527
|
+
i0.ɵɵelementStart(247, "h2", 35);
|
|
528
|
+
i0.ɵɵtext(248);
|
|
529
|
+
i0.ɵɵpipe(249, "rpxTranslate");
|
|
520
530
|
i0.ɵɵelementEnd();
|
|
521
|
-
i0.ɵɵelementStart(
|
|
522
|
-
i0.ɵɵtext(
|
|
523
|
-
i0.ɵɵpipe(
|
|
531
|
+
i0.ɵɵelementStart(250, "p", 1);
|
|
532
|
+
i0.ɵɵtext(251);
|
|
533
|
+
i0.ɵɵpipe(252, "rpxTranslate");
|
|
524
534
|
i0.ɵɵelementEnd();
|
|
525
|
-
i0.ɵɵelementStart(
|
|
526
|
-
i0.ɵɵtext(
|
|
527
|
-
i0.ɵɵpipe(
|
|
535
|
+
i0.ɵɵelementStart(253, "p", 1);
|
|
536
|
+
i0.ɵɵtext(254);
|
|
537
|
+
i0.ɵɵpipe(255, "rpxTranslate");
|
|
528
538
|
i0.ɵɵelementEnd();
|
|
529
|
-
i0.ɵɵelementStart(
|
|
530
|
-
i0.ɵɵtext(
|
|
531
|
-
i0.ɵɵpipe(
|
|
532
|
-
i0.ɵɵelementStart(
|
|
533
|
-
i0.ɵɵtext(
|
|
534
|
-
i0.ɵɵpipe(
|
|
539
|
+
i0.ɵɵelementStart(256, "p", 1);
|
|
540
|
+
i0.ɵɵtext(257);
|
|
541
|
+
i0.ɵɵpipe(258, "rpxTranslate");
|
|
542
|
+
i0.ɵɵelementStart(259, "a", 36);
|
|
543
|
+
i0.ɵɵtext(260);
|
|
544
|
+
i0.ɵɵpipe(261, "rpxTranslate");
|
|
535
545
|
i0.ɵɵelementEnd()();
|
|
536
|
-
i0.ɵɵelementStart(
|
|
537
|
-
i0.ɵɵtext(
|
|
538
|
-
i0.ɵɵpipe(
|
|
546
|
+
i0.ɵɵelementStart(262, "h2", 37);
|
|
547
|
+
i0.ɵɵtext(263);
|
|
548
|
+
i0.ɵɵpipe(264, "rpxTranslate");
|
|
539
549
|
i0.ɵɵelementEnd();
|
|
540
|
-
i0.ɵɵelementStart(
|
|
541
|
-
i0.ɵɵtext(
|
|
542
|
-
i0.ɵɵpipe(
|
|
550
|
+
i0.ɵɵelementStart(265, "p", 1);
|
|
551
|
+
i0.ɵɵtext(266);
|
|
552
|
+
i0.ɵɵpipe(267, "rpxTranslate");
|
|
543
553
|
i0.ɵɵelementEnd();
|
|
544
|
-
i0.ɵɵelementStart(
|
|
545
|
-
i0.ɵɵtext(
|
|
546
|
-
i0.ɵɵpipe(
|
|
547
|
-
i0.ɵɵelementStart(
|
|
548
|
-
i0.ɵɵtext(
|
|
549
|
-
i0.ɵɵpipe(
|
|
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");
|
|
550
560
|
i0.ɵɵelementEnd();
|
|
551
|
-
i0.ɵɵtext(
|
|
552
|
-
i0.ɵɵpipe(
|
|
561
|
+
i0.ɵɵtext(274);
|
|
562
|
+
i0.ɵɵpipe(275, "rpxTranslate");
|
|
553
563
|
i0.ɵɵelementEnd();
|
|
554
564
|
} if (rf & 2) {
|
|
555
565
|
i0.ɵɵadvance(1);
|
|
556
|
-
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(2,
|
|
566
|
+
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(2, 99, "Accessibility statement for MyHMCTS"), " ", ctx.isEndpointMC ? "Manage Cases" : i0.ɵɵpipeBind1(3, 101, "Manage Organisation"), "");
|
|
557
567
|
i0.ɵɵadvance(4);
|
|
558
|
-
i0.ɵɵtextInterpolate3("", i0.ɵɵpipeBind1(6,
|
|
568
|
+
i0.ɵɵtextInterpolate3("", i0.ɵɵpipeBind1(6, 103, "MyHMCTS"), " ", ctx.isEndpointMC ? "Manage Cases" : i0.ɵɵpipeBind1(7, 105, "Manage Organisation"), " ", i0.ɵɵpipeBind1(8, 107, "is used across several services. Please use links to find contact information for each service."), "");
|
|
559
569
|
i0.ɵɵadvance(7);
|
|
560
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13,
|
|
570
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 109, "Immigration and Asylum"));
|
|
561
571
|
i0.ɵɵadvance(4);
|
|
562
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(17,
|
|
572
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(17, 111, "Family Public Law"), " ");
|
|
563
573
|
i0.ɵɵadvance(3);
|
|
564
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(20,
|
|
574
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(20, 113, "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:"));
|
|
565
575
|
i0.ɵɵadvance(4);
|
|
566
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(24,
|
|
567
|
-
i0.ɵɵadvance(
|
|
568
|
-
i0.ɵɵ
|
|
576
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(24, 115, "change colours, contrast levels and fonts"));
|
|
577
|
+
i0.ɵɵadvance(2);
|
|
578
|
+
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
579
|
+
i0.ɵɵadvance(2);
|
|
580
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(28, 117, "navigate most of the website using just a keyboard"));
|
|
569
581
|
i0.ɵɵadvance(3);
|
|
570
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
582
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(31, 119, "navigate most of the website using speech recognition software"));
|
|
571
583
|
i0.ɵɵadvance(3);
|
|
572
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
584
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(34, 121, "listen to most of the website using a screen reader (including the most recent versions of JAWS, NVDA and VoiceOver)"), " ");
|
|
573
585
|
i0.ɵɵadvance(3);
|
|
574
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
586
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(37, 123, "We\u2019ve also made the website text as simple as possible to understand."));
|
|
575
587
|
i0.ɵɵadvance(4);
|
|
576
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
588
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(41, 125, "AbilityNet"));
|
|
577
589
|
i0.ɵɵadvance(2);
|
|
578
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
590
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(43, 127, "has advice on making your device easier to use if you have a disability."), "");
|
|
579
591
|
i0.ɵɵadvance(3);
|
|
580
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
592
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(46, 129, "How accessible this website is"));
|
|
581
593
|
i0.ɵɵadvance(3);
|
|
582
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
594
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(49, 131, "We know some parts of the website are not fully accessible:"));
|
|
583
595
|
i0.ɵɵadvance(4);
|
|
584
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
596
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(53, 133, "some pages can't be zoomed in to 400% without content overlapping"));
|
|
585
597
|
i0.ɵɵadvance(3);
|
|
586
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
598
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(56, 135, "some page titles aren't page specific"));
|
|
587
599
|
i0.ɵɵadvance(2);
|
|
588
600
|
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
589
601
|
i0.ɵɵadvance(1);
|
|
@@ -595,107 +607,107 @@ AccessibilityComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Acce
|
|
|
595
607
|
i0.ɵɵadvance(1);
|
|
596
608
|
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
597
609
|
i0.ɵɵadvance(2);
|
|
598
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
610
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(64, 137, "some PDFs may not be fully accessible to a screen reader"));
|
|
599
611
|
i0.ɵɵadvance(2);
|
|
600
612
|
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
601
613
|
i0.ɵɵadvance(2);
|
|
602
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
614
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(68, 139, "Feedback and contact information"));
|
|
603
615
|
i0.ɵɵadvance(3);
|
|
604
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
616
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(71, 141, "If you're a legal professional and need information on this website in a different format like accessible PDF, large print, easy read, audio recording or braille, you can:"));
|
|
605
617
|
i0.ɵɵadvance(4);
|
|
606
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
618
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(75, 143, "email:"), " ");
|
|
607
619
|
i0.ɵɵadvance(5);
|
|
608
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
620
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(80, 145, "call the service you require, as listed below."));
|
|
609
621
|
i0.ɵɵadvance(3);
|
|
610
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
622
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(83, 147, "Adoption"));
|
|
611
623
|
i0.ɵɵadvance(4);
|
|
612
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
624
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(87, 149, "call: 01634 887900"));
|
|
613
625
|
i0.ɵɵadvance(3);
|
|
614
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
626
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(90, 151, "Divorce and Financial Remedy"));
|
|
615
627
|
i0.ɵɵadvance(4);
|
|
616
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
628
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(94, 153, "call: 0300 123 1372"));
|
|
617
629
|
i0.ɵɵadvance(3);
|
|
618
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
630
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(97, 155, "Civil Damages Service"));
|
|
619
631
|
i0.ɵɵadvance(4);
|
|
620
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
632
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(101, 157, "call: 0300 123 1372"));
|
|
621
633
|
i0.ɵɵadvance(3);
|
|
622
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
634
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(104, 159, "Family Public Law"));
|
|
623
635
|
i0.ɵɵadvance(4);
|
|
624
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
636
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(108, 161, "call: 0330 808 4424"));
|
|
625
637
|
i0.ɵɵadvance(3);
|
|
626
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
638
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(111, 163, "Immigration and Asylum Chamber"));
|
|
627
639
|
i0.ɵɵadvance(4);
|
|
628
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
640
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(115, 165, "call: 0300 123 1711"));
|
|
629
641
|
i0.ɵɵadvance(3);
|
|
630
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
642
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(118, 167, "Online Civil Money Claims"));
|
|
631
643
|
i0.ɵɵadvance(4);
|
|
632
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
644
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(122, 169, "call: 0300 123 7050"));
|
|
633
645
|
i0.ɵɵadvance(3);
|
|
634
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
646
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(125, 171, "Private Law"));
|
|
635
647
|
i0.ɵɵadvance(4);
|
|
636
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
648
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(129, 173, "call: 0300 323 0185"));
|
|
637
649
|
i0.ɵɵadvance(3);
|
|
638
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
650
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(132, 175, "Probate"));
|
|
639
651
|
i0.ɵɵadvance(4);
|
|
640
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
652
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(136, 177, "call: 0300 303 0648"));
|
|
641
653
|
i0.ɵɵadvance(3);
|
|
642
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
654
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(139, 179, "Social Security and Child Support"));
|
|
643
655
|
i0.ɵɵadvance(4);
|
|
644
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
656
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(143, 181, "call: 0300 123 1142"));
|
|
645
657
|
i0.ɵɵadvance(3);
|
|
646
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
658
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(146, 183, "We'll consider your request and get back to you in 10 working days."));
|
|
647
659
|
i0.ɵɵadvance(3);
|
|
648
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
660
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(149, 185, "If you a member of HMCTS staff or the Judiciary speak to your line manager or equivalent in the first instance."));
|
|
649
661
|
i0.ɵɵadvance(3);
|
|
650
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
662
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(152, 187, "Reporting accessibility problems with this website"));
|
|
651
663
|
i0.ɵɵadvance(3);
|
|
652
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
664
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(155, 189, "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:"));
|
|
653
665
|
i0.ɵɵadvance(4);
|
|
654
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
666
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(159, 191, "email:"), " ");
|
|
655
667
|
i0.ɵɵadvance(4);
|
|
656
668
|
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
657
669
|
i0.ɵɵadvance(4);
|
|
658
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
670
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(167, 193, "If you a member of HMCTS staff or the Judiciary speak to your line manager or equivalent in the first instance."));
|
|
659
671
|
i0.ɵɵadvance(3);
|
|
660
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
672
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(170, 195, "Enforcement procedure"));
|
|
661
673
|
i0.ɵɵadvance(3);
|
|
662
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
674
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(173, 197, "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)."), " ");
|
|
663
675
|
i0.ɵɵadvance(3);
|
|
664
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
676
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(176, 199, "If you\u2019re not happy with how we respond to your complaint,"), " ");
|
|
665
677
|
i0.ɵɵadvance(3);
|
|
666
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
678
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(179, 201, "contact the Equality Advisory and Support Service (EASS)."));
|
|
667
679
|
i0.ɵɵadvance(3);
|
|
668
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
680
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(182, 203, "Contacting us by phone or visiting us in person"));
|
|
669
681
|
i0.ɵɵadvance(3);
|
|
670
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
682
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(185, 205, "We provide a text relay service for people who are D/deaf, hearing impaired or have a speech impediment."));
|
|
671
683
|
i0.ɵɵadvance(3);
|
|
672
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
684
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(188, 207, "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."));
|
|
673
685
|
i0.ɵɵadvance(3);
|
|
674
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
686
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(191, 209, "Find out how to contact us using the contact details above or "), " ");
|
|
675
687
|
i0.ɵɵadvance(3);
|
|
676
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
688
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(194, 211, "find the contact details for court and tribunal venues"));
|
|
677
689
|
i0.ɵɵadvance(4);
|
|
678
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
690
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(198, 213, "Technical information about this website\u2019s accessibility"));
|
|
679
691
|
i0.ɵɵadvance(3);
|
|
680
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
692
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(201, 215, "HMCTS is committed to making its website accessible, in accordance with the Public Sector Bodies (Websites and Mobile Applications) (No.2) Accessibility Regulations 2018."));
|
|
681
693
|
i0.ɵɵadvance(3);
|
|
682
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
694
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(204, 217, "Compliance Status"));
|
|
683
695
|
i0.ɵɵadvance(3);
|
|
684
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
696
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(207, 219, "This website is partially compliant with the "));
|
|
685
697
|
i0.ɵɵadvance(3);
|
|
686
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
698
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(210, 221, "Web Content Accessibility Guidelines version 2.1 "), "");
|
|
687
699
|
i0.ɵɵadvance(2);
|
|
688
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
700
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(212, 223, "due to the non-compliances listed below."), "\n");
|
|
689
701
|
i0.ɵɵadvance(3);
|
|
690
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
702
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(215, 225, "Non-accessible content"));
|
|
691
703
|
i0.ɵɵadvance(3);
|
|
692
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
704
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(218, 227, "The content listed below is non-compliant for the following reasons."));
|
|
693
705
|
i0.ɵɵadvance(3);
|
|
694
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
706
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(221, 229, "Non-compliance with the accessibility regulations"));
|
|
695
707
|
i0.ɵɵadvance(3);
|
|
696
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
708
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(224, 231, "When zoomed in 200%, content overlaps and does not reflow, so some people will have difficulty viewing pages. This fails WCAG 2.1 success criterion 1.4.10: Reflow (Level AA)."));
|
|
697
709
|
i0.ɵɵadvance(3);
|
|
698
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
710
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(227, 233, "Some page titles are not unique to the screens, so screenreader users may struggle to know which page they are on. This fails WCAG 2.1 success criterion 2.4.2: Page Titled (Level A)"));
|
|
699
711
|
i0.ɵɵadvance(2);
|
|
700
712
|
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
701
713
|
i0.ɵɵadvance(1);
|
|
@@ -717,35 +729,35 @@ AccessibilityComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Acce
|
|
|
717
729
|
i0.ɵɵadvance(1);
|
|
718
730
|
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
719
731
|
i0.ɵɵadvance(2);
|
|
720
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
732
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(240, 235, "Content that\u2019s not within the scope of the accessibility regulations"), " ");
|
|
721
733
|
i0.ɵɵadvance(3);
|
|
722
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
734
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(243, 237, "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."));
|
|
723
735
|
i0.ɵɵadvance(3);
|
|
724
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
736
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(246, 239, "Any new PDFs or Word documents we publish will meet accessibility standards."), "\n");
|
|
725
737
|
i0.ɵɵadvance(3);
|
|
726
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
738
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(249, 241, "What we\u2019re doing to improve accessibility"));
|
|
727
739
|
i0.ɵɵadvance(3);
|
|
728
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
740
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(252, 243, "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."));
|
|
729
741
|
i0.ɵɵadvance(3);
|
|
730
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
742
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(255, 245, "We\u2019re actively working to improve the identified issues and aiming to make them AA-compliant by December 2024."));
|
|
731
743
|
i0.ɵɵadvance(3);
|
|
732
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
744
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(258, 247, "We\u2019re currently preparing for an external audit carried out by the "), " ");
|
|
733
745
|
i0.ɵɵadvance(3);
|
|
734
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
746
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(261, 249, "Digital Accessibility Centre (DAC)."), " ");
|
|
735
747
|
i0.ɵɵadvance(3);
|
|
736
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
748
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(264, 251, "Preparation of this accessibility statement"));
|
|
737
749
|
i0.ɵɵadvance(3);
|
|
738
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
750
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(267, 253, "This statement was prepared on 16 September 2019. It was last reviewed in Spring/Summer 2023."));
|
|
739
751
|
i0.ɵɵadvance(3);
|
|
740
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
752
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(270, 255, "This website was last tested on 19 May 2020. The service will be tested by"), " ");
|
|
741
753
|
i0.ɵɵadvance(3);
|
|
742
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
754
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(273, 257, "Digital Accessibility Centre (DAC)"));
|
|
743
755
|
i0.ɵɵadvance(2);
|
|
744
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
756
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(275, 259, "on 20 November 2023."), "");
|
|
745
757
|
} }, dependencies: [i1.NgIf, i2.RpxTranslatePipe], styles: [".govuk-list--alpha[_ngcontent-%COMP%]{padding-left:20px;list-style-type:lower-alpha}"] });
|
|
746
758
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AccessibilityComponent, [{
|
|
747
759
|
type: Component,
|
|
748
|
-
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>{{'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"] }]
|
|
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-and-asylum-chamber\">{{'Immigration and Asylum' | rpxTranslate}}</a></li>\n <li><a href=\"accessibility#Family-public-law\">{{'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"] }]
|
|
749
761
|
}], function () { return []; }, null); })();
|
|
750
762
|
|
|
751
763
|
function CheckboxListComponent_div_0_div_7_Template(rf, ctx) { if (rf & 1) {
|