translate

lowvision.support


lowvision.support

Help improve your website's accessibility by simulating common low vision disorders and color-blindness.

Motivation

With the upcoming Section 508 refresh, there has been increased attention put towards blindness and low vision disabilities. Although color-blindness is a subject that is pretty well understood at this point, a lot of the existing tools that simulate low vision conditions are (unfortunately, somewhat ironically) inaccessible, many having been built on depreciated technologies or are simply no longer available online.

This project arose from a desire to address that gap by making a free, future-friendly testing tool that was built mobile-first. I wanted to make something that I would personally be comfortable using, as well as challenging myself to improve my JS skills and try out some emerging web technologies.

Technology

Low vision conditions are simulated in realtime using SVG filters. This approach removes the need for an blocking overlay to apply effects to, and allows the viewed site to retain its interactivity. While the simulations are not always going to be 100% accurate, I feel they're close enough for evaluation purposes. Data for the filters were sourced from this archived page.

Since SVG filters require a modern browser to use, this allowed the opportunity to experiment with using Flexbox, calc, rem, and vh/vw units. jQuery is also utilized.

Acknowledgements

This site uses scottrabin's excellent is.js library

Known Issues

  • Certain websites forbid embedding in an iFrame - this is by design and there's not much I can do about this one, unfortunately
  • iFrame device density issues (will sometimes load desktop site)
  • iFrame obscures low vision condition section on iPhone (possibly related to device density issues above)
  • Site chokes on URLs containing a hash (#) symbol
  • Fallback white iFrame background will sometimes not load

To Do

Contributors

Help or suggestions are more than welcome! Submit an issue or a pull request, or feel free to message me here or on Twitter.

License

The MIT License

Copyright (c) 2015 Eric Bailey. http://lowvision.support/

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Rating

ABOUT

LESS COMMENTS

MESSAGE REVIEW OK

Ok