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
Heya - did an accessibility review. You guys got 91%! 😇
They mentioned buttons not being named and form input needing labels. We sorted both out by adding an aria label dynamically in the dom.js:
x.setAttribute('aria-label','message here');
No description provided.
The text was updated successfully, but these errors were encountered: