Description:
Alerts are used to convey messages to alert the user. In the case of audio warnings this is an accessible alternative for a hearing-impaired user. We can add alerts by using role=alert in the HTML element and thus can increase the accessibility of platform.
Todo:
Search for class="alert" or class="alert error" in the codebase of platform-client and add role=alert in the html element with that class. Make sure that you do not make any changes to the UI of the platform.
Description:
Alerts are used to convey messages to alert the user. In the case of audio warnings this is an accessible alternative for a hearing-impaired user. We can add alerts by using
role=alertin the HTML element and thus can increase the accessibility of platform.Todo:
Search for
class="alert"orclass="alert error"in the codebase of platform-client and addrole=alertin the html element with that class. Make sure that you do not make any changes to the UI of the platform.