UNPKG

accessibility-checker-engine

Version:

An automated accessibility checking engine for use by other tools

186 lines (185 loc) 7.9 kB
/****************************************************************************** Copyright:: 2022- IBM, Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. *****************************************************************************/ export * from "./a_target_warning"; export * from "./a_text_purpose"; export * from "./applet_alt_exists"; export * from "./application_content_accessible"; export * from "./area_alt_exists"; export * from "./aria_accessiblename_exists"; export * from "./aria_activedescendant_tabindex_valid"; export * from "./aria_activedescendant_valid"; export * from "./aria_application_label_unique"; export * from "./aria_application_labelled"; export * from "./aria_article_label_unique"; export * from "./aria_attribute_allowed"; export * from "./aria_attribute_conflict"; export * from "./aria_attribute_deprecated"; export * from "./aria_attribute_exists"; export * from "./aria_attribute_redundant"; export * from "./aria_attribute_required"; export * from "./aria_attribute_value_valid"; export * from "./aria_banner_label_unique"; export * from "./aria_banner_single"; export * from "./aria_child_tabbable"; export * from "./aria_child_valid"; export * from "./aria_complementary_label_unique"; export * from "./aria_complementary_label_visible"; export * from "./aria_complementary_labelled"; export * from "./aria_content_in_landmark"; export * from "./aria_contentinfo_label_unique"; export * from "./aria_contentinfo_misuse"; export * from "./aria_contentinfo_single"; export * from "./aria_descendant_valid"; export * from "./aria_document_label_unique"; export * from "./aria_eventhandler_role_valid"; export * from "./aria_form_label_unique"; export * from "./aria_graphic_labelled"; export * from "./aria_hidden_nontabbable"; export * from "./aria_id_unique"; export * from "./aria_img_labelled"; export * from "./aria_keyboard_handler_exists"; export * from "./aria_landmark_name_unique"; export * from "./aria_main_label_unique"; export * from "./aria_main_label_visible"; export * from "./aria_navigation_label_unique"; export * from "./aria_parent_required"; export * from "./aria_region_label_unique"; export * from "./aria_region_labelled"; export * from "./aria_role_allowed"; export * from "./aria_role_redundant"; export * from "./aria_search_label_unique"; export * from "./aria_semantics"; export * from "./aria_toolbar_label_unique"; export * from "./aria_widget_labelled"; export * from "./asciiart_alt_exists"; export * from "./blink_css_review"; export * from "./blink_elem_deprecated"; export * from "./blockquote_cite_exists"; export * from "./canvas_content_described"; export * from "./caption_track_exists"; export * from "./combobox_active_descendant"; export * from "./combobox_autocomplete_valid"; export * from "./combobox_design_valid"; export * from "./combobox_focusable_elements"; export * from "./combobox_haspopup_valid"; export * from "./combobox_popup_reference"; export * from "./debug_paths"; export * from "./detector_tabbable"; export * from "./dir_attribute_valid"; export * from "./download_keyboard_controllable"; export * from "./draggable_alternative_exists"; export * from "./element_accesskey_labelled"; export * from "./element_accesskey_unique"; export * from "./element_attribute_deprecated"; export * from "./element_id_unique"; export * from "./element_lang_valid"; export * from "./element_mouseevent_keyboard"; export * from "./element_orientation_unlocked"; export * from "./element_scrollable_tabbable"; export * from "./element_tabbable_role_valid"; export * from "./element_tabbable_unobscured"; export * from "./element_tabbable_visible"; export * from "./embed_alt_exists"; export * from "./embed_noembed_exists"; export * from "./emoticons_alt_exists"; export * from "./error_message_exists"; export * from "./fieldset_label_valid"; export * from "./fieldset_legend_valid"; export * from "./figure_label_exists"; export * from "./form_font_color"; export * from "./form_interaction_review"; export * from "./form_label_unique"; export * from "./form_submit_button_exists"; export * from "./form_submit_review"; export * from "./frame_src_valid"; export * from "./frame_title_exists"; export * from "./heading_content_exists"; export * from "./heading_markup_misuse"; export * from "./html_lang_exists"; export * from "./html_skipnav_exists"; export * from "./iframe_interactive_tabbable"; export * from "./imagebutton_alt_exists"; export * from "./imagemap_alt_exists"; export * from "./img_alt_background"; export * from "./img_alt_decorative"; export * from "./img_alt_misuse"; export * from "./img_alt_null"; export * from "./img_alt_redundant"; export * from "./img_alt_valid"; export * from "./img_ismap_misuse"; export * from "./img_longdesc_misuse"; export * from "./input_autocomplete_valid"; export * from "./input_checkboxes_grouped"; export * from "./input_fields_grouped"; export * from "./input_haspopup_conflict"; export * from "./input_label_after"; export * from "./input_label_before"; export * from "./input_label_exists"; export * from "./input_label_visible"; export * from "./input_onchange_review"; export * from "./input_placeholder_label_visible"; export * from "./label_content_exists"; export * from "./label_name_visible"; export * from "./label_ref_valid"; export * from "./list_children_valid"; export * from "./list_markup_review"; export * from "./list_structure_proper"; export * from "./marquee_elem_avoid"; export * from "./media_alt_brief"; export * from "./media_alt_exists"; export * from "./media_audio_transcribed"; export * from "./media_autostart_controllable"; export * from "./media_keyboard_controllable"; export * from "./media_live_captioned"; export * from "./media_track_available"; export * from "./meta_redirect_optional"; export * from "./meta_refresh_delay"; export * from "./meta_viewport_zoomable"; export * from "./noembed_content_exists"; export * from "./object_text_exists"; export * from "./page_title_exists"; export * from "./page_title_valid"; export * from "./script_focus_blur_review"; export * from "./script_onclick_avoid"; export * from "./script_onclick_misuse"; export * from "./script_select_review"; export * from "./select_options_grouped"; export * from "./skip_main_described"; export * from "./skip_main_exists"; export * from "./style_background_decorative"; export * from "./style_before_after_review"; export * from "./style_color_misuse"; export * from "./style_focus_visible"; export * from "./style_highcontrast_visible"; export * from "./style_hover_persistent"; export * from "./style_viewport_resizable"; export * from "./svg_graphics_labelled"; export * from "./table_aria_descendants"; export * from "./table_caption_empty"; export * from "./table_caption_nested"; export * from "./table_headers_exists"; export * from "./table_headers_ref_valid"; export * from "./table_headers_related"; export * from "./table_layout_linearized"; export * from "./table_scope_valid"; export * from "./table_structure_misuse"; export * from "./table_summary_redundant"; export * from "./target_spacing_sufficient"; export * from "./text_block_heading"; export * from "./text_contrast_sufficient"; export * from "./text_quoted_correctly"; export * from "./text_sensory_misuse"; export * from "./text_spacing_valid"; export * from "./text_whitespace_valid"; export * from "./widget_tabbable_exists"; export * from "./widget_tabbable_single";