Skip to content
Commit 89b866b7 authored by Eduardo Sanz García's avatar Eduardo Sanz García 🔴
Browse files

feat(GlAlert): add aria-live attribute

Users of assistive technology may not "see" the changes in the interface
produced by DOM mutation using JavaScript. To solve this problem
`aria-live` is used:
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live

We add `aria-live="assertive"` to danger and warning variants and
`aria-live="polite" to the rest of the variants.
parent a57f06c0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment