Skip to content

Commit

Permalink
Fix cookie confirmation for screenreaders
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanita Barrett committed Jun 25, 2019
1 parent ce633f7 commit bb4fe9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
message = cookie_banner_helper.message
%>

<div id="<%= id %>" class="<%= cookie_banner_class %>" data-module="cookie-banner" aria-live="polite" role="region" aria-label="cookie banner">
<div id="<%= id %>" class="<%= cookie_banner_class %>" data-module="cookie-banner" role="region" aria-label="cookie banner">
<div class="gem-c-cookie-banner__wrapper govuk-width-container">
<p class="gem-c-cookie-banner__message"><%= message %></p>
<% if new_cookie_banner %>
Expand Down

0 comments on commit bb4fe9a

Please sign in to comment.