I’ve encountered an accessibility problem these days… default reCaptcha isn’t properly accessible when the images are disabled. A solution is to detect the availability of images, and if they are disabled to manually adjust the styling of the problematic elements. Basically doing this: Now to share how that was accomplished. 1. Uploaded 2 files: blank.gif [...]
View PostHome» Posts tagged "Accessibility"
Font resize detection
We all crashed into the problem where a website’s layout gets ruined when zooming in or out the font-size in the browser… You can read a really good article from ALA giving a nice insight with regards to what approach should you take in the early development phases towards avoiding various zooming problems: http://www.alistapart.com/articles/fontresizing/ Most [...]
View Post Accessibility