I have an asp:ValidationSummary control. I have the markup as below:
<asp:ValidationSummary ID="LoginValidationSummary" runat="server" CssClass="validationsummary" ValidationGroup="ApplicantLoginGroup" ClientIDMode="Static" aria-live="assertive" />
When there is a validation error, the screen reader does say "alert", but does not read out the errors listed in the summary section.
Any thoughts?