Hub: index · watch · videos · demo

Pagination vs infinite scroll (focus + announcements)

This micro-demo shows why “Load more” (explicit pagination) is often more accessible than infinite scroll. The key issues: stable focus and a polite announcement when new content appears.

Note: short note / checklist

BEFORE infinite scroll

Try keyboard: Tab into the list, focus an item, then scroll near the bottom. More items appear with no announcement.

    Status: ready.

    AFTER Load more + aria-live

    The “Load more” button adds a page of items. Focus stays on the button, and a polite live region announces the loaded range.

    Loaded items 1–10.

      Why this pattern helps