[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[EP-tech] Alt text for workflow images (3.3.x)



CAUTION: This e-mail originated outside the University of Southampton.
Okay, trying to figure out what?s going on here for accessibility ? I?m trying to add alt text to the up and down arrows in the EPrint workflow on multi-part field, like creators or related URIs.

I?ve tracked the code to https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Feprints%2Feprints%2Fblob%2Fc17712b94b9d932aabeded46994701ada8b18ccd%2Fperl_lib%2FEPrints%2FMetaField.pm%23L1389-L1397&data=05%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C4767241dfc124b6e21d108da699de376%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637938425271453143%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000%7C%7C%7C&sdata=hBZGqGaG%2FR0kcgIzD67ffH6NVuzSSanzAW2MrIaRN5s%3D&reserved=0 but I?m losing where
make_element( ?input?, type=>?image??

turns into the page html
<a type="image" src="/style/images/multi_down.png" alt="down" title="move down" name="_internal_c30_creators_down_3" class="epjs_ajax" value="1" href="javascript:">
<img src="/style/images/multi_down.png">
</a>

As the parameters passed in are all being applied to the anchor rather than the contained image.

Thanks,
Alan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/eprints-tech/attachments/20220719/aefdc77e/attachment.html