Open IanPouncey opened 3 years ago
<nav>
element, with an accessible name provided by an aria-labelledby
attribute referencing a heading element that describes the pagination.<nav>
element should contain a heading element as its first meaningful content, used to label the <nav>
element.<a>
elements with an href
value for the appropriate page within the pagination set.aria-current="page"
attribute.role="separator"
to the element that contains the visual indication, such as a horizontal elipsis, used to indicate the currently hidden controls.<a>
elements.<a>
element should have an href
value for the appropriate page within the pagination set.<a>
element for the "Previous page" and "Next page" controls should not have an href
value.<nav>
element, with an accessible name provided by an aria-labelledby
attribute referencing a heading element that describes the pagination.<nav>
element should contain a heading element as its first meaningful content, used to label the <nav>
element.<a>
elements with an href
value for the appropriate page within the pagination set.aria-current="page"
attribute.role="separator"
to the element that contains the visual indication, such as a horizontal elipsis, used to indicate the currently hidden controls.<a>
elements.<a>
element should have an href
value for the appropriate page within the pagination set.<a>
element for the "Previous page" and "Next page" controls should not have an href
value.
Load more
Extrapolation from GEL technical recommendations
Required
-
Recommended
role="separator"
before new content added with a "Load more" control.role="status"
during the delay while more content is requested. This message can be visually hidden.<button>
element.Implied
role="separator"
should describe the new content as it relates to the set of content, for example "Results 6 to 12".Suggested ACT expectations
role="separator"
before new content added with a "Load more" control.role="status"
during the delay while more content is requested. This message can be visually hidden.<button>
element.