The module does not follow hhttps://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Al... guidelines example #1.
<div
role="alertdialog"
aria-labelledby="dialog1Title"
aria-describedby="dialog1Desc">
<div role="document" tabindex="0">
<h2 id="dialog1Title">Your login session is about to expire</h2>
<p id="dialog1Desc">To extend your session, click the OK button</p>
<button>OK</button>
</div>
</div>
aria-describedby
but not the aira-labelledby
aria-labelledby
Active
1.0
Code
It affects the ability of people with disabilities or special needs (such as blindness or color-blindness) to use Drupal.