Skip to content

Commit

Permalink
fix: add aria-label for role=dialog (accessibility)
Browse files Browse the repository at this point in the history
Fixes: #338
  • Loading branch information
jonaseberle committed Dec 4, 2024
1 parent d3fd5b2 commit f591767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Layouts/PopupLayout.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div id="cookieman-modal"
data-cookieman-showonce="{isShowOnce}"
data-cookieman-settings="{f:format.json(value: '{groups: settings.groups, trackingObjects: settings.trackingObjects}')}"
class="modal fade" tabindex="-1" role="dialog"
class="modal fade" tabindex="-1" role="dialog" aria-label="Cookie Dialog"
>
<f:render section="Content"/>
</div>
Expand Down

0 comments on commit f591767

Please sign in to comment.