Posted - 10/30/2020 : 15:17:53
I'm cleaning up our site to be easier to use with the ultimate goal to be in compliance with The Americans with Disabilities Act (ADA) for websites.
I've come up against two hurdles so far.
#1, The "onchange" dropdown for prodoptions looks to just miss the contrast threshold. How do I change or over ride the background-color? Normally I'd go into my css style and change it, but it looks like the style is script generated.
An example of the captured code is below...
<select data-optgroup="137" class="prodoption detailprodoption" onchange="updateoptimage(0,0)" name="optn0" id="optn0x0" size="1"> Very low contrast<option value="" style="color: rgb(255, 255, 255); background-color: rgb(0, 120, 215);"> Please Select... </option> <option value="560" class=""> Small......
#2, Is there a way to add alt text to linked prod images? Even if there were a way to add a universal generic alt-text, that would be better than none at all.
I'm using Magic zoom and it generates no alt text on the small thumbnail / toggle images.
Here is an example page https://athenscyclepath.com/proddetail.php?prod=c_750_2019_Giant_Talon_29_2
Thanks
John
|