Skip to content

Commit

Permalink
Set the containers for page footer elements to have a role and a labe…
Browse files Browse the repository at this point in the history
…l. For #541.
  • Loading branch information
imcbride committed Sep 14, 2023
1 parent b099443 commit 70c915b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/templates/partials/footer-cta-group.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="{{background_light ? 'footer-cta-light' : 'bg-blue-lighter'}} py-lg-7 text-center border-t border-navy">
<div class="{{background_light ? 'footer-cta-light' : 'bg-blue-lighter'}} py-lg-7 text-center border-t border-navy" role="region" aria-labelledby="midd-footer-cta-label">
<div class="container">
<h2 class="h2 pt-4 pt-md-5 pt-lg-0 mb-lg-7">
<h2 class="h2 pt-4 pt-md-5 pt-lg-0 mb-lg-7" id="midd-footer-cta-label">
What do you want?
</h2>

Expand Down
2 changes: 1 addition & 1 deletion src/templates/partials/office-footer.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="office-footer">
<div class="office-footer" role="region" aria-label="Contact Information">
<div class="container">
<div class="office-footer__row">
<div class="office-footer__col">
Expand Down

0 comments on commit 70c915b

Please sign in to comment.