Skip to content

Commit

Permalink
ajoute un role ARIA à la div wrapper de modale du header (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
adipasquale authored Jun 6, 2024
1 parent 0318bd6 commit 077c53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/dsfr_component/header_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</div>

<% if tool_links? || direct_links? %>
<div class="fr-header__menu fr-modal" id="modal-header-menu" aria-labelledby="button-header-menu">
<div class="fr-header__menu fr-modal" id="modal-header-menu" aria-labelledby="button-header-menu" role="navigation">
<div class="fr-container">
<button class="fr-btn--close fr-btn" aria-controls="modal-header-menu" title="Fermer">
Fermer
Expand Down

0 comments on commit 077c53f

Please # to comment.