You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add area-labels to all interactive UI elements e.g. buttons, tabs, expandable panels
Add translation strings and use them in area-label attributes instead of the hardcoded values
Test the coverage with Chrome accessibility tools
Use attr.aria-label="{{'your_translation' | translate}}" instead of aria-label="{{'your_translation' | translate}}" which is incorrect binding that causes error.
The text was updated successfully, but these errors were encountered:
Use
attr.aria-label="{{'your_translation' | translate}}"
instead ofaria-label="{{'your_translation' | translate}}"
which is incorrect binding that causes error.The text was updated successfully, but these errors were encountered: