accessibility-checker 3.1.47 → 3.1.48
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/index.d.ts +140 -141
- package/index.js +141 -141
- package/index.js.map +1 -1
- package/lib/log/ACMetricsLogger.js +2 -0
- package/lib/log/ACMetricsLogger.js.map +1 -1
- package/lib/reporters/genReport.js +1 -1
- package/lib/reporters/genReport.js.map +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -159,151 +159,150 @@ export declare function getRuleset(rsId: any): Promise<any>;
|
|
|
159
159
|
export declare function getRulesets(): Promise<any[]>;
|
|
160
160
|
export declare function getRules(): Promise<any[]>;
|
|
161
161
|
export declare const ruleIdToLegacyId: {
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
162
|
+
list_structure_proper: string;
|
|
163
|
+
marquee_elem_avoid: string;
|
|
164
|
+
heading_markup_misuse: string;
|
|
165
|
+
imagebutton_alt_exists: string;
|
|
166
|
+
img_ismap_misuse: string;
|
|
167
|
+
object_text_exists: string;
|
|
168
|
+
applet_alt_exists: string;
|
|
169
|
+
media_audio_transcribed: string;
|
|
170
|
+
blockquote_cite_exists: string;
|
|
171
|
+
meta_refresh_delay: string;
|
|
172
|
+
frame_title_exists: string;
|
|
173
|
+
input_label_exists: string;
|
|
174
|
+
media_alt_brief: string;
|
|
175
|
+
a_target_warning: string;
|
|
176
|
+
area_alt_exists: string;
|
|
177
177
|
RPT_Media_ImgColorUsage: string;
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
178
|
+
meta_redirect_optional: string;
|
|
179
|
+
element_attribute_deprecated: string;
|
|
180
|
+
text_quoted_correctly: string;
|
|
181
|
+
element_mouseevent_keyboard: string;
|
|
182
|
+
page_title_exists: string;
|
|
183
|
+
text_block_heading: string;
|
|
184
|
+
form_submit_button_exists: string;
|
|
185
|
+
element_id_unique: string;
|
|
186
|
+
form_font_color: string;
|
|
187
|
+
form_label_unique: string;
|
|
188
|
+
img_alt_misuse: string;
|
|
189
|
+
img_longdesc_misuse: string;
|
|
190
|
+
img_alt_valid: string;
|
|
191
|
+
style_background_decorative: string;
|
|
192
|
+
asciiart_alt_exists: string;
|
|
193
|
+
media_track_available: string;
|
|
194
|
+
media_alt_exists: string;
|
|
195
|
+
style_color_misuse: string;
|
|
196
|
+
select_options_grouped: string;
|
|
197
|
+
list_markup_review: string;
|
|
198
|
+
script_onclick_misuse: string;
|
|
199
|
+
table_structure_misuse: string;
|
|
200
200
|
WCAG20_Img_AltTriggerNonDecorative: string;
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
201
|
+
blink_elem_deprecated: string;
|
|
202
|
+
blink_css_review: string;
|
|
203
|
+
html_skipnav_exists: string;
|
|
204
|
+
page_title_valid: string;
|
|
205
|
+
heading_content_exists: string;
|
|
206
|
+
html_lang_exists: string;
|
|
207
|
+
form_interaction_review: string;
|
|
208
|
+
a_text_purpose: string;
|
|
209
|
+
fieldset_legend_valid: string;
|
|
210
|
+
media_live_captioned: string;
|
|
211
|
+
text_sensory_misuse: string;
|
|
212
|
+
media_autostart_controllable: string;
|
|
213
|
+
style_focus_visible: string;
|
|
214
|
+
img_alt_redundant: string;
|
|
215
215
|
RPT_Style_ExternalStyleSheet: string;
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
Rpt_Aria_MultipleDocumentRoles: string;
|
|
216
|
+
script_onclick_avoid: string;
|
|
217
|
+
table_summary_redundant: string;
|
|
218
|
+
input_label_before: string;
|
|
219
|
+
input_label_after: string;
|
|
220
|
+
embed_noembed_exists: string;
|
|
221
|
+
table_scope_valid: string;
|
|
222
|
+
img_alt_null: string;
|
|
223
|
+
input_fields_grouped: string;
|
|
224
|
+
input_checkboxes_grouped: string;
|
|
225
|
+
script_select_review: string;
|
|
226
|
+
input_onchange_review: string;
|
|
227
|
+
embed_alt_exists: string;
|
|
228
|
+
noembed_content_exists: string;
|
|
229
|
+
table_caption_empty: string;
|
|
230
|
+
table_caption_nested: string;
|
|
231
|
+
label_content_exists: string;
|
|
232
|
+
dir_attribute_valid: string;
|
|
233
|
+
frame_src_valid: string;
|
|
234
|
+
table_headers_related: string;
|
|
235
|
+
table_layout_linearized: string;
|
|
236
|
+
table_headers_exists: string;
|
|
237
|
+
label_ref_valid: string;
|
|
238
|
+
element_accesskey_unique: string;
|
|
239
|
+
script_focus_blur_review: string;
|
|
240
|
+
imagemap_alt_exists: string;
|
|
241
|
+
emoticons_alt_exists: string;
|
|
242
|
+
style_before_after_review: string;
|
|
243
|
+
text_whitespace_valid: string;
|
|
244
|
+
aria_role_allowed: string;
|
|
245
|
+
aria_attribute_value_valid: string;
|
|
246
|
+
aria_id_unique: string;
|
|
247
|
+
aria_attribute_required: string;
|
|
248
|
+
aria_attribute_exists: string;
|
|
249
|
+
aria_attribute_allowed: string;
|
|
250
|
+
aria_activedescendant_tabindex_valid: string;
|
|
251
|
+
aria_child_tabbable: string;
|
|
252
|
+
aria_keyboard_handler_exists: string;
|
|
253
|
+
img_alt_decorative: string;
|
|
254
|
+
aria_search_label_unique: string;
|
|
255
|
+
aria_application_label_unique: string;
|
|
256
|
+
aria_application_labelled: string;
|
|
257
|
+
aria_document_label_unique: string;
|
|
259
258
|
WCAG20_Label_TargetInvisible: string;
|
|
260
|
-
|
|
261
|
-
|
|
259
|
+
caption_track_exists: string;
|
|
260
|
+
media_keyboard_controllable: string;
|
|
262
261
|
HAAC_Input_HasRequired: string;
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
262
|
+
aria_img_labelled: string;
|
|
263
|
+
img_alt_background: string;
|
|
264
|
+
element_accesskey_labelled: string;
|
|
265
|
+
aria_attribute_conflict: string;
|
|
266
|
+
canvas_content_described: string;
|
|
267
|
+
figure_label_exists: string;
|
|
268
|
+
input_placeholder_label_visible: string;
|
|
269
|
+
form_submit_review: string;
|
|
270
|
+
text_contrast_sufficient: string;
|
|
271
|
+
text_contrast_sufficient_PV: string;
|
|
272
|
+
skip_main_exists: string;
|
|
273
|
+
skip_main_described: string;
|
|
274
|
+
aria_child_valid: string;
|
|
275
|
+
aria_parent_required: string;
|
|
276
|
+
aria_eventhandler_role_valid: string;
|
|
277
|
+
aria_widget_labelled: string;
|
|
278
|
+
aria_content_in_landmark: string;
|
|
279
|
+
aria_region_labelled: string;
|
|
280
|
+
aria_main_label_visible: string;
|
|
281
|
+
aria_banner_label_unique: string;
|
|
282
|
+
aria_complementary_label_unique: string;
|
|
283
|
+
aria_contentinfo_label_unique: string;
|
|
284
|
+
aria_form_label_unique: string;
|
|
285
|
+
aria_navigation_label_unique: string;
|
|
286
|
+
aria_complementary_label_visible: string;
|
|
287
|
+
aria_article_label_unique: string;
|
|
289
288
|
Rpt_Aria_ArticleRoleLabel_Implicit: string;
|
|
290
289
|
Rpt_Aria_MultipleGroupRoles_Implicit: string;
|
|
291
290
|
Rpt_Aria_GroupRoleLabel_Implicit: string;
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
291
|
+
aria_contentinfo_single: string;
|
|
292
|
+
aria_banner_single: string;
|
|
293
|
+
aria_contentinfo_misuse: string;
|
|
294
|
+
aria_complementary_labelled: string;
|
|
295
|
+
aria_region_label_unique: string;
|
|
296
|
+
widget_tabbable_exists: string;
|
|
297
|
+
widget_tabbable_single: string;
|
|
298
|
+
style_highcontrast_visible: string;
|
|
299
|
+
aria_main_label_unique: string;
|
|
300
|
+
download_keyboard_controllable: string;
|
|
301
|
+
error_message_exists: string;
|
|
302
|
+
list_children_valid: string;
|
|
303
|
+
aria_activedescendant_valid: string;
|
|
304
|
+
application_content_accessible: string;
|
|
305
|
+
aria_toolbar_label_unique: string;
|
|
307
306
|
HAAC_Combobox_ARIA_11_Guideline: string;
|
|
308
307
|
HAAC_Combobox_Must_Have_Text_Input: string;
|
|
309
308
|
HAAC_Combobox_DOM_Focus: string;
|
|
@@ -311,8 +310,8 @@ export declare const ruleIdToLegacyId: {
|
|
|
311
310
|
HAAC_Combobox_Autocomplete_Invalid: string;
|
|
312
311
|
HAAC_Combobox_Expanded: string;
|
|
313
312
|
HAAC_Combobox_Popup: string;
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
313
|
+
style_viewport_resizable: string;
|
|
314
|
+
label_name_visible: string;
|
|
315
|
+
input_autocomplete_valid: string;
|
|
316
|
+
input_label_visible: string;
|
|
318
317
|
};
|
package/index.js
CHANGED
|
@@ -266,151 +266,151 @@ function getRules() {
|
|
|
266
266
|
}
|
|
267
267
|
exports.getRules = getRules;
|
|
268
268
|
exports.ruleIdToLegacyId = {
|
|
269
|
-
"
|
|
270
|
-
"
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
-
"
|
|
274
|
-
"
|
|
275
|
-
"
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
269
|
+
"list_structure_proper": "3",
|
|
270
|
+
"marquee_elem_avoid": "5",
|
|
271
|
+
"heading_markup_misuse": "7",
|
|
272
|
+
"imagebutton_alt_exists": "10",
|
|
273
|
+
"img_ismap_misuse": "11",
|
|
274
|
+
"object_text_exists": "20",
|
|
275
|
+
"applet_alt_exists": "21",
|
|
276
|
+
"media_audio_transcribed": "24",
|
|
277
|
+
"blockquote_cite_exists": "25",
|
|
278
|
+
"meta_refresh_delay": "33",
|
|
279
|
+
"frame_title_exists": "39",
|
|
280
|
+
"input_label_exists": "41",
|
|
281
|
+
"media_alt_brief": "99",
|
|
282
|
+
"a_target_warning": "112",
|
|
283
|
+
"area_alt_exists": "240",
|
|
284
284
|
"RPT_Media_ImgColorUsage": "245",
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
285
|
+
"meta_redirect_optional": "254",
|
|
286
|
+
"element_attribute_deprecated": "256",
|
|
287
|
+
"text_quoted_correctly": "263",
|
|
288
|
+
"element_mouseevent_keyboard": "269",
|
|
289
|
+
"page_title_exists": "273",
|
|
290
|
+
"text_block_heading": "322",
|
|
291
|
+
"form_submit_button_exists": "324",
|
|
292
|
+
"element_id_unique": "377",
|
|
293
|
+
"form_font_color": "394",
|
|
294
|
+
"form_label_unique": "398",
|
|
295
|
+
"img_alt_misuse": "453",
|
|
296
|
+
"img_longdesc_misuse": "454",
|
|
297
|
+
"img_alt_valid": "455",
|
|
298
|
+
"style_background_decorative": "456",
|
|
299
|
+
"asciiart_alt_exists": "458",
|
|
300
|
+
"media_track_available": "511",
|
|
301
|
+
"media_alt_exists": "460",
|
|
302
|
+
"style_color_misuse": "466",
|
|
303
|
+
"select_options_grouped": "467",
|
|
304
|
+
"list_markup_review": "468",
|
|
305
|
+
"script_onclick_misuse": "470",
|
|
306
|
+
"table_structure_misuse": "471",
|
|
307
307
|
"WCAG20_Img_AltTriggerNonDecorative": "473",
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
"
|
|
311
|
-
"
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
"
|
|
320
|
-
"
|
|
321
|
-
"
|
|
308
|
+
"blink_elem_deprecated": "478",
|
|
309
|
+
"blink_css_review": "479",
|
|
310
|
+
"html_skipnav_exists": "481",
|
|
311
|
+
"page_title_valid": "484",
|
|
312
|
+
"heading_content_exists": "488",
|
|
313
|
+
"html_lang_exists": "490",
|
|
314
|
+
"form_interaction_review": "491",
|
|
315
|
+
"a_text_purpose": "495",
|
|
316
|
+
"fieldset_legend_valid": "497",
|
|
317
|
+
"media_live_captioned": "501",
|
|
318
|
+
"text_sensory_misuse": "502",
|
|
319
|
+
"media_autostart_controllable": "503",
|
|
320
|
+
"style_focus_visible": "506",
|
|
321
|
+
"img_alt_redundant": "1000",
|
|
322
322
|
"RPT_Style_ExternalStyleSheet": "1073",
|
|
323
|
-
"RPT_Header_Trigger": "1002",
|
|
324
|
-
"
|
|
325
|
-
"
|
|
326
|
-
"
|
|
327
|
-
"
|
|
328
|
-
"
|
|
329
|
-
"
|
|
330
|
-
"
|
|
331
|
-
"
|
|
332
|
-
"
|
|
333
|
-
"
|
|
334
|
-
"
|
|
335
|
-
"
|
|
336
|
-
"
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
"
|
|
340
|
-
"
|
|
341
|
-
"
|
|
342
|
-
"
|
|
343
|
-
"
|
|
344
|
-
"
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
"
|
|
361
|
-
"
|
|
362
|
-
"
|
|
363
|
-
"
|
|
364
|
-
"
|
|
365
|
-
"
|
|
323
|
+
// "RPT_Header_Trigger": "1002",
|
|
324
|
+
"script_onclick_avoid": "1007",
|
|
325
|
+
"table_summary_redundant": "1011",
|
|
326
|
+
"input_label_before": "1017",
|
|
327
|
+
"input_label_after": "1018",
|
|
328
|
+
"embed_noembed_exists": "1020",
|
|
329
|
+
"table_scope_valid": "1025",
|
|
330
|
+
"img_alt_null": "1027",
|
|
331
|
+
"input_fields_grouped": "1028",
|
|
332
|
+
"input_checkboxes_grouped": "1029",
|
|
333
|
+
"script_select_review": "1035",
|
|
334
|
+
"input_onchange_review": "1050",
|
|
335
|
+
"embed_alt_exists": "1051",
|
|
336
|
+
"noembed_content_exists": "1052",
|
|
337
|
+
"table_caption_empty": "1053",
|
|
338
|
+
"table_caption_nested": "1054",
|
|
339
|
+
"label_content_exists": "1055",
|
|
340
|
+
"dir_attribute_valid": "1056",
|
|
341
|
+
"frame_src_valid": "1057",
|
|
342
|
+
"table_headers_related": "1059",
|
|
343
|
+
"table_layout_linearized": "1060",
|
|
344
|
+
"table_headers_exists": "1061",
|
|
345
|
+
"label_ref_valid": "1062",
|
|
346
|
+
"element_accesskey_unique": "1063",
|
|
347
|
+
"script_focus_blur_review": "1064",
|
|
348
|
+
"imagemap_alt_exists": "1067",
|
|
349
|
+
"emoticons_alt_exists": "1068",
|
|
350
|
+
"style_before_after_review": "1069",
|
|
351
|
+
"text_whitespace_valid": "1070",
|
|
352
|
+
"aria_role_allowed": "1074",
|
|
353
|
+
"aria_attribute_value_valid": "1076",
|
|
354
|
+
"aria_id_unique": "1077",
|
|
355
|
+
"aria_attribute_required": "1079",
|
|
356
|
+
"aria_attribute_exists": "1082",
|
|
357
|
+
"aria_attribute_allowed": "1083",
|
|
358
|
+
"aria_activedescendant_tabindex_valid": "1084",
|
|
359
|
+
"aria_child_tabbable": "1086",
|
|
360
|
+
"aria_keyboard_handler_exists": "1087",
|
|
361
|
+
"img_alt_decorative": "1090",
|
|
362
|
+
"aria_search_label_unique": "1097",
|
|
363
|
+
"aria_application_label_unique": "1099",
|
|
364
|
+
"aria_application_labelled": "1100",
|
|
365
|
+
"aria_document_label_unique": "1101",
|
|
366
366
|
"WCAG20_Label_TargetInvisible": "1112",
|
|
367
|
-
"
|
|
368
|
-
"
|
|
367
|
+
"caption_track_exists": "1117",
|
|
368
|
+
"media_keyboard_controllable": "1119",
|
|
369
369
|
"HAAC_Input_HasRequired": "1124",
|
|
370
|
-
"
|
|
371
|
-
"
|
|
372
|
-
"
|
|
373
|
-
"
|
|
374
|
-
"
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
-
"
|
|
378
|
-
"
|
|
379
|
-
"
|
|
380
|
-
"
|
|
381
|
-
"
|
|
382
|
-
"
|
|
383
|
-
"
|
|
384
|
-
"
|
|
385
|
-
"
|
|
386
|
-
"
|
|
387
|
-
"
|
|
388
|
-
"
|
|
389
|
-
"
|
|
390
|
-
"
|
|
391
|
-
"
|
|
392
|
-
"
|
|
393
|
-
"
|
|
394
|
-
"
|
|
395
|
-
"
|
|
370
|
+
"aria_img_labelled": "1128",
|
|
371
|
+
"img_alt_background": "1132",
|
|
372
|
+
"element_accesskey_labelled": "1140",
|
|
373
|
+
"aria_attribute_conflict": "1141",
|
|
374
|
+
"canvas_content_described": "1143",
|
|
375
|
+
"figure_label_exists": "1144",
|
|
376
|
+
"input_placeholder_label_visible": "1145",
|
|
377
|
+
"form_submit_review": "1147",
|
|
378
|
+
"text_contrast_sufficient": "1148",
|
|
379
|
+
"text_contrast_sufficient_PV": "1149",
|
|
380
|
+
"skip_main_exists": "1150",
|
|
381
|
+
"skip_main_described": "1151",
|
|
382
|
+
"aria_child_valid": "1152",
|
|
383
|
+
"aria_parent_required": "1153",
|
|
384
|
+
"aria_eventhandler_role_valid": "1154",
|
|
385
|
+
"aria_widget_labelled": "1156",
|
|
386
|
+
"aria_content_in_landmark": "1157",
|
|
387
|
+
"aria_region_labelled": "1158",
|
|
388
|
+
"aria_main_label_visible": "1159",
|
|
389
|
+
"aria_banner_label_unique": "1160",
|
|
390
|
+
"aria_complementary_label_unique": "1161",
|
|
391
|
+
"aria_contentinfo_label_unique": "1162",
|
|
392
|
+
"aria_form_label_unique": "1163",
|
|
393
|
+
"aria_navigation_label_unique": "1164",
|
|
394
|
+
"aria_complementary_label_visible": "1165",
|
|
395
|
+
"aria_article_label_unique": "1166",
|
|
396
396
|
"Rpt_Aria_ArticleRoleLabel_Implicit": "1167",
|
|
397
397
|
"Rpt_Aria_MultipleGroupRoles_Implicit": "1168",
|
|
398
398
|
"Rpt_Aria_GroupRoleLabel_Implicit": "1169",
|
|
399
|
-
"
|
|
400
|
-
"
|
|
401
|
-
"
|
|
402
|
-
"
|
|
403
|
-
"
|
|
404
|
-
"
|
|
405
|
-
"
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
"
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
"
|
|
399
|
+
"aria_contentinfo_single": "1170",
|
|
400
|
+
"aria_banner_single": "1172",
|
|
401
|
+
"aria_contentinfo_misuse": "1173",
|
|
402
|
+
"aria_complementary_labelled": "1174",
|
|
403
|
+
"aria_region_label_unique": "1176",
|
|
404
|
+
"widget_tabbable_exists": "1177",
|
|
405
|
+
"widget_tabbable_single": "1178",
|
|
406
|
+
"style_highcontrast_visible": "1180",
|
|
407
|
+
"aria_main_label_unique": "1182",
|
|
408
|
+
"download_keyboard_controllable": "1183",
|
|
409
|
+
"error_message_exists": "1184",
|
|
410
|
+
"list_children_valid": "1185",
|
|
411
|
+
"aria_activedescendant_valid": "1186",
|
|
412
|
+
"application_content_accessible": "1187",
|
|
413
|
+
"aria_toolbar_label_unique": "1188",
|
|
414
414
|
"HAAC_Combobox_ARIA_11_Guideline": "1193",
|
|
415
415
|
"HAAC_Combobox_Must_Have_Text_Input": "1194",
|
|
416
416
|
"HAAC_Combobox_DOM_Focus": "1195",
|
|
@@ -418,9 +418,9 @@ exports.ruleIdToLegacyId = {
|
|
|
418
418
|
"HAAC_Combobox_Autocomplete_Invalid": "1197",
|
|
419
419
|
"HAAC_Combobox_Expanded": "1198",
|
|
420
420
|
"HAAC_Combobox_Popup": "1199",
|
|
421
|
-
"
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
-
"
|
|
421
|
+
"style_viewport_resizable": "1200",
|
|
422
|
+
"label_name_visible": "1202",
|
|
423
|
+
"input_autocomplete_valid": "1203",
|
|
424
|
+
"input_label_visible": "1204"
|
|
425
425
|
};
|
|
426
426
|
//# sourceMappingURL=index.js.map
|