Skip to content

Commit

Permalink
Make upcoming events a named region
Browse files Browse the repository at this point in the history
  • Loading branch information
mattobee committed Jan 7, 2025
1 parent 03f6cfa commit eb7d087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const prerender = false;
<Today client:load />
<FilterBar client:only="vue" />
<Filters client:only="vue" />
<div class="container readable py-l">
<h1 class="sr-only">Upcoming accessibility events</h1>
<div role="region" aria-labelledby="upcoming-events-heading" class="container readable py-l">
<h1 id="upcoming-events-heading" class="sr-only">Upcoming accessibility events</h1>
<EventList type="upcoming" client:load />
</div>
<!-- End container -->
Expand Down

0 comments on commit eb7d087

Please sign in to comment.