scrollup icon indicating copy to clipboard operation
scrollup copied to clipboard

Add an option to add discernible name

Open dennohpeter opened this issue 5 years ago • 1 comments

that is arial-labels="scroll up"

dennohpeter avatar Jun 07 '20 20:06 dennohpeter

Agree with that.

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.

Hope it helps. Thank you!

jaimetapiador avatar May 09 '22 12:05 jaimetapiador