This change affects all implementations of the validation error messages component.
<div class="validation-summary-valid" data-valmsg-summary="true">
<div class="validation-summary-valid" data-valmsg-summary="true" role="alert">
This change improves the accessibility of the validation error messages component by ensuring validation summaries are announced to users of assistive technologies when they appear or are updated.
Benefits include:
After updating your Design System packages, we recommend reviewing validation error messages behaviour in your application.
Areas worth checking:
Applications not using the NuGet package tag helpers should review any manually maintained validation error messages markup and align it with the updated structure shown above and on the validation error messages page in the form components section.
No changes are expected to form submission, model binding, or data persistence as part of this update.
For peace of mind, you may wish to perform a quick check in consuming applications to confirm form values continue to submit and save as expected.
This change improves the accessibility of validation error messages by ensuring validation errors are announced to assistive technologies.
Design System internal reference: 97145