Skip to content

Commit

Permalink
Accessibility: aria-live polite added to main tag for refresh content
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed May 13, 2019
1 parent 23922a0 commit aa26c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h2 class="feed-add-title">{function="_t('ADD_FEED')"}</h2>
<div class="svg-list hidden">
{include="favorite"}
</div>
<main class="wrapper">
<main class="wrapper" aria-live="polite">
<div id="no-new-events" class="notifications hidden">
<div class="notifications__text">{function="_t('LEEDVIBES_NO_NEW_EVENTS')"}</div>
</div>
Expand Down

0 comments on commit aa26c5f

Please sign in to comment.