article element test

Pass Criteria

Reference

Test ar-001: Plain article

Lorem ipsum...

Test ar-002: article with <h1>

Once upon a time

Lorem ipsum…

Test ar-003: article with aria-label

aria-label should be used as accessible name.

No accessible description.

Test ar-004: article with aria-labelledby

h1 referenced by aria-labelledby

aria-labelledby should be used as accessible name.

No accessible description.

Test ar-005: article with title attribute

title should be used as accessible name.

No accessible description.

Test ar-006: article with aria-describedby

h1 referenced by aria-describedby

aria-describedby should be used as accessible description.

No accessible name.

Test ar-007: article with aria-label & title attributes

aria-label should be used as accessible name.

title should be used as accessible description.