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
I found no way to add accessibility tags, specifically those with "-" in their name, such as aria-label. Since the result is an "a" element, it's recommended to add ARIA attributes.
My workaround was adding jquery like this: $("#scrollUp").attr('aria-label','Scroll to top');
but it'd be better to place it when scrollup js runs.
that is arial-labels="scroll up"
The text was updated successfully, but these errors were encountered: