{"code":"var core_audits_accessibility_accesskeys_js___description={message:\"Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more about access keys](https://dequeuniversity.com/rules/axe/4.11/accesskeys).\"};var core_audits_accessibility_accesskeys_js___failureTitle={message:\"`[accesskey]` values are not unique\"};var core_audits_accessibility_accesskeys_js___title={message:\"`[accesskey]` values are unique\"};var core_audits_accessibility_aria_allowed_attr_js___description={message:\"Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr).\"};var core_audits_accessibility_aria_allowed_attr_js___failureTitle={message:\"`[aria-*]` attributes do not match their roles\"};var core_audits_accessibility_aria_allowed_attr_js___title={message:\"`[aria-*]` attributes match their roles\"};var core_audits_accessibility_aria_allowed_role_js___description={message:\"Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role).\"};var core_audits_accessibility_aria_allowed_role_js___failureTitle={message:\"Uses ARIA roles on incompatible elements\"};var core_audits_accessibility_aria_allowed_role_js___title={message:\"Uses ARIA roles only on compatible elements\"};var core_audits_accessibility_aria_command_name_js___description={message:\"When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.11/aria-command-name).\"};var core_audits_accessibility_aria_command_name_js___failureTitle={message:\"`button`, `link` and `menuitem` elements do not have accessible names.\"};var core_audits_accessibility_aria_command_name_js___title={message:\"`button`, `link` and `menuitem` elements have accessible names\"};var core_audits_accessibility_aria_conditional_attr_js___description={message:\"Some ARIA attributes are only allowed on an element under certain conditions. [Learn more about conditional ARIA attributes](https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr).\"};var core_audits_accessibility_aria_conditional_attr_js___failureTitle={message:\"ARIA attributes are not used as specified for the element's role\"};var core_audits_accessibility_aria_conditional_attr_js___title={message:\"ARIA attributes are used as specified for the element's role\"};var core_audits_accessibility_aria_deprecated_role_js___description={message:\"Deprecated ARIA roles may not be processed correctly by assistive technology. [Learn more about deprecated ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role).\"};var core_audits_accessibility_aria_deprecated_role_js___failureTitle={message:\"Deprecated ARIA roles were used\"};var core_audits_accessibility_aria_deprecated_role_js___title={message:\"Deprecated ARIA roles were not used\"};var core_audits_accessibility_aria_dialog_name_js___description={message:\"ARIA dialogue elements without accessible names may prevent screen reader users from discerning the purpose of these elements. [Learn how to make ARIA dialog elements more accessible](https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name).\"};var core_audits_accessibility_aria_dialog_name_js___failureTitle={message:'Elements with `role=\"dialog\"` or `role=\"alertdialog\"` do not have accessible names.'};var core_audits_accessibility_aria_dialog_name_js___title={message:'Elements with `role=\"dialog\"` or `role=\"alertdialog\"` have accessible names.'};var core_audits_accessibility_aria_hidden_body_js___description={message:'Assistive technologies, like screen readers, work inconsistently when `aria-hidden=\"true\"` is set on the document `
`. [Learn how `aria-hidden` affects the document body](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body).'};var core_audits_accessibility_aria_hidden_body_js___failureTitle={message:'`[aria-hidden=\"true\"]` is present on the document ``'};var core_audits_accessibility_aria_hidden_body_js___title={message:'`[aria-hidden=\"true\"]` is not present on the document ``'};var core_audits_accessibility_aria_hidden_focus_js___description={message:'Focusable descendants within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus).'};var core_audits_accessibility_aria_hidden_focus_js___failureTitle={message:'`[aria-hidden=\"true\"]` elements contain focusable descendents'};var core_audits_accessibility_aria_hidden_focus_js___title={message:'`[aria-hidden=\"true\"]` elements do not contain focusable descendents'};var core_audits_accessibility_aria_input_field_name_js___description={message:\"When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.11/aria-input-field-name).\"};var core_audits_accessibility_aria_input_field_name_js___failureTitle={message:\"ARIA input fields do not have accessible names\"};var core_audits_accessibility_aria_input_field_name_js___title={message:\"ARIA input fields have accessible names\"};var core_audits_accessibility_aria_meter_name_js___description={message:\"When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `meter` elements](https://dequeuniversity.com/rules/axe/4.11/aria-meter-name).\"};var core_audits_accessibility_aria_meter_name_js___failureTitle={message:\"ARIA `meter` elements do not have accessible names.\"};var core_audits_accessibility_aria_meter_name_js___title={message:\"ARIA `meter` elements have accessible names\"};var core_audits_accessibility_aria_progressbar_name_js___description={message:\"When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to label `progressbar` elements](https://dequeuniversity.com/rules/axe/4.11/aria-progressbar-name).\"};var core_audits_accessibility_aria_progressbar_name_js___failureTitle={message:\"ARIA `progressbar` elements do not have accessible names.\"};var core_audits_accessibility_aria_progressbar_name_js___title={message:\"ARIA `progressbar` elements have accessible names\"};var core_audits_accessibility_aria_prohibited_attr_js___description={message:\"Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr).\"};var core_audits_accessibility_aria_prohibited_attr_js___failureTitle={message:\"Elements use prohibited ARIA attributes\"};var core_audits_accessibility_aria_prohibited_attr_js___title={message:\"Elements use only permitted ARIA attributes\"};var core_audits_accessibility_aria_required_attr_js___description={message:\"Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more about roles and required attributes](https://dequeuniversity.com/rules/axe/4.11/aria-required-attr).\"};var core_audits_accessibility_aria_required_attr_js___failureTitle={message:\"`[role]`s do not have all required `[aria-*]` attributes\"};var core_audits_accessibility_aria_required_attr_js___title={message:\"`[role]`s have all required `[aria-*]` attributes\"};var core_audits_accessibility_aria_required_children_js___description={message:\"Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.11/aria-required-children).\"};var core_audits_accessibility_aria_required_children_js___failureTitle={message:\"Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children.\"};var core_audits_accessibility_aria_required_children_js___title={message:\"Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.\"};var core_audits_accessibility_aria_required_parent_js___description={message:\"Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.11/aria-required-parent).\"};var core_audits_accessibility_aria_required_parent_js___failureTitle={message:\"`[role]`s are not contained by their required parent element\"};var core_audits_accessibility_aria_required_parent_js___title={message:\"`[role]`s are contained by their required parent element\"};var core_audits_accessibility_aria_roles_js___description={message:\"ARIA roles must have valid values in order to perform their intended accessibility functions. [Learn more about valid ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-roles).\"};var core_audits_accessibility_aria_roles_js___failureTitle={message:\"`[role]` values are not valid\"};var core_audits_accessibility_aria_roles_js___title={message:\"`[role]` values are valid\"};var core_audits_accessibility_aria_text_js___description={message:\"Adding `role=text` around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. [Learn more about the `role=text` attribute](https://dequeuniversity.com/rules/axe/4.11/aria-text).\"};var core_audits_accessibility_aria_text_js___failureTitle={message:\"Elements with the `role=text` attribute do have focusable descendents.\"};var core_audits_accessibility_aria_text_js___title={message:\"Elements with the `role=text` attribute do not have focusable descendents.\"};var core_audits_accessibility_aria_toggle_field_name_js___description={message:\"When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about toggle fields](https://dequeuniversity.com/rules/axe/4.11/aria-toggle-field-name).\"};var core_audits_accessibility_aria_toggle_field_name_js___failureTitle={message:\"ARIA toggle fields do not have accessible names\"};var core_audits_accessibility_aria_toggle_field_name_js___title={message:\"ARIA toggle fields have accessible names\"};var core_audits_accessibility_aria_tooltip_name_js___description={message:\"When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `tooltip` elements](https://dequeuniversity.com/rules/axe/4.11/aria-tooltip-name).\"};var core_audits_accessibility_aria_tooltip_name_js___failureTitle={message:\"ARIA `tooltip` elements do not have accessible names.\"};var core_audits_accessibility_aria_tooltip_name_js___title={message:\"ARIA `tooltip` elements have accessible names\"};var core_audits_accessibility_aria_treeitem_name_js___description={message:\"When a `treeitem` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about labelling `treeitem` elements](https://dequeuniversity.com/rules/axe/4.11/aria-treeitem-name).\"};var core_audits_accessibility_aria_treeitem_name_js___failureTitle={message:\"ARIA `treeitem` elements do not have accessible names.\"};var core_audits_accessibility_aria_treeitem_name_js___title={message:\"ARIA `treeitem` elements have accessible names\"};var core_audits_accessibility_aria_valid_attr_value_js___description={message:\"Assistive technologies, such as screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value).\"};var core_audits_accessibility_aria_valid_attr_value_js___failureTitle={message:\"`[aria-*]` attributes do not have valid values\"};var core_audits_accessibility_aria_valid_attr_value_js___title={message:\"`[aria-*]` attributes have valid values\"};var core_audits_accessibility_aria_valid_attr_js___description={message:\"Assistive technologies, such as screen readers, can't interpret ARIA attributes with invalid names. [Learn more about valid ARIA attributes](https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr).\"};var core_audits_accessibility_aria_valid_attr_js___failureTitle={message:\"`[aria-*]` attributes are not valid or misspelled\"};var core_audits_accessibility_aria_valid_attr_js___title={message:\"`[aria-*]` attributes are valid and not misspelled\"};var core_audits_accessibility_axe_audit_js___failingElementsHeader={message:\"Failing elements\"};var core_audits_accessibility_button_name_js___description={message:\"When a button doesn't have an accessible name, screen readers announce it as 'button', making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name).\"};var core_audits_accessibility_button_name_js___failureTitle={message:\"Buttons do not have an accessible name\"};var core_audits_accessibility_button_name_js___title={message:\"Buttons have an accessible name\"};var core_audits_accessibility_bypass_js___description={message:\"Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. [Learn more about bypass blocks](https://dequeuniversity.com/rules/axe/4.11/bypass).\"};var core_audits_accessibility_bypass_js___failureTitle={message:\"The page does not contain a heading, skip link or landmark region\"};var core_audits_accessibility_bypass_js___title={message:\"The page contains a heading, skip link or landmark region\"};var core_audits_accessibility_color_contrast_js___description={message:\"Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient colour contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast).\"};var core_audits_accessibility_color_contrast_js___failureTitle={message:\"Background and foreground colours do not have a sufficient contrast ratio.\"};var core_audits_accessibility_color_contrast_js___title={message:\"Background and foreground colours have a sufficient contrast ratio\"};var core_audits_accessibility_definition_list_js___description={message:\"When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.11/definition-list).\"};var core_audits_accessibility_definition_list_js___failureTitle={message:\"`