Candidate Set:
             element with role="application"
             element with role="banner"
             element with role="complementary"
             element with role="contentinfo"
             element with role="form"
             element with role="main"
             element with role="region"
             element with role="navigation"
             element with role="search"
             article
             aside
             nav
             section

            Test
                ! aria-label && ! aria-labelledby
        

Alchemy Test: Ensure ARIA regions, landmarks and HTML sections are identifiable

Div with a role of application and no aria-label or aria-labelled by (should be flagged)

Div with a role of main and no aria-label or aria-labelled by (should be flagged)

Article with no aria-label or aria-labelled by (should be flagged)

Section with no aria-label or aria-labelled by (should be flagged)

Div with a role of application and aria-label (should not be flagged)

Div with aria-labelled by (should not be flagged)

Article with aria-label (should not be flagged)

Section with aria-labelled by(should not be flagged)