You can use https://wave.webaim.org/ to check for accessibility (WAVE), it will handle Firefox
You can use https://wave.webaim.org/ to check for accessibility (WAVE), it will handle Firefox
Firefox has a similar checker when you right-click on a page. The advantage in Chrome is the detail of the report. In Firefox it's the ability to simulate the various color blind symptoms on your site.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Thank you, will try it.
In the mean time I've continue to check my test site on WAVE. The footer items are too small according to that checker. (I'm the responsive_classic template.) I added the following 2 code lines to the stylesheet.css to correct it:
#siteinfoLegal{font-size:1.0em;}
#siteinfoIP{font-size:1.0em;}
WAVE is saying that the message box on the Contact Us form needs a "form label". How do I correct this?
Thank you