Skip to content

Commit

Permalink
Add html html attributes for accessibility audit for screen readers
Browse files Browse the repository at this point in the history
  • Loading branch information
StackedPancakez committed Nov 24, 2023
1 parent 5deccf7 commit 1c05d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/footer/cookie_acceptance_component.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="cookie-acceptance" data-controller="cookie-acceptance" data-cookie-acceptance-target="modal" role="complementary">
<div class="cookie-acceptance" data-controller="cookie-acceptance" data-cookie-acceptance-target="modal" role="dialog" aria-modal="true">
<div class="dialog" data-cookie-acceptance-target="overlay">
<div class="dialog__background"></div>
<div class="dialog__content">
Expand Down

0 comments on commit 1c05d3b

Please sign in to comment.