ACCESSIBILITY CHECK VIOLATIONS check for: http://qateam.dequecloud.com/attest/api/test.html Found 7 items 1: Elements must only use allowed ARIA attributes Description: Ensures ARIA attributes are allowed for an element's role Help URL: https://dequeuniversity.com/rules/axe/4.2/aria-allowed-attr?application=axeAPI Impact: critical Tags: cat.aria, wcag2a, wcag412 HTML element: aria-checked_notallowed4_button Selector: [#wcag2a-fail > a[href="\#"][role="button"]] 2: autocomplete attribute must be used correctly Description: Ensure the autocomplete attribute is correct and suitable for the form field Help URL: https://dequeuniversity.com/rules/axe/4.2/autocomplete-valid?application=axeAPI Impact: serious Tags: cat.forms, wcag21aa, wcag135 HTML element: Selector: [#lname] 3: Elements must have sufficient color contrast Description: Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds Help URL: https://dequeuniversity.com/rules/axe/4.2/color-contrast?application=axeAPI Impact: serious Tags: cat.color, wcag2aa, wcag143 HTML element:

This text has BAD contrast with its background

Selector: [#wcag2aa-fail > p] 4:
and
elements must be contained by a
Description: Ensures
and
elements are contained by a
Help URL: https://dequeuniversity.com/rules/axe/4.2/dlitem?application=axeAPI Impact: serious Tags: cat.structure, wcag2a, wcag131 HTML element:
Coffee
Selector: [#testFrame, dt:nth-child(1)] HTML element:
Black hot drink
Selector: [#testFrame, dd:nth-child(2)] HTML element:
Milk
Selector: [#testFrame, dt:nth-child(3)] HTML element:
White cold drink
Selector: [#testFrame, dd:nth-child(4)] 5: Heading levels should only increase by one Description: Ensures the order of headings is semantically correct Help URL: https://dequeuniversity.com/rules/axe/4.2/heading-order?application=axeAPI Impact: moderate Tags: cat.semantics, best-practice HTML element:
Oops! I am level 6 heading
Selector: [h6] 6: Images must have alternate text Description: Ensures elements have alternate text or a role of none or presentation Help URL: https://dequeuniversity.com/rules/axe/4.2/image-alt?application=axeAPI Impact: critical Tags: cat.text-alternatives, wcag2a, wcag111, section508, section508.22.a, ACT HTML element: Selector: [#testFrame, #nestedTestFrame, img[src$="myImage\.png"]] HTML element: Selector: [#testFrame, #nestedTestFrame, img[src$="myImage1\.png"]] 7: Form elements must have labels Description: Ensures every form element has a label Help URL: https://dequeuniversity.com/rules/axe/4.2/label?application=axeAPI Impact: critical Tags: cat.forms, wcag2a, wcag412, wcag131, section508, section508.22.n, ACT HTML element: Selector: [input[name="lastname"]]