Good morning,
How can I fix these errors in a Splash Window in Experience Builder?
[aria-*] attributes do not match their roles
Each ARIA role supports a specific subset of aria-* attributes. Mismatching these invalidates the aria-* attributes. Learn how to match ARIA attributes to their roles.
Failing Elements |
<div aria-modal="true" aria-label="Splash Window" id="dialog_3" class="modal-dialog app-dialog w-100 h-100 app-root-emotion-cache-ltr-95ud0r-Moda…" role="document"> |
Elements with role="dialog" or role="alertdialog" do not have accessible names.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Failing Elements |
<div class="modal jimu-modal app-dialog-modal jimu-outline-inside show" aria-modal="true" role="dialog" tabindex="-1" style="display: block;"> |