Skip to content

YaronKoresh/Accessibility-Resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time browser script for automated web accessibility checks and auto-fixes.


About the project:

  • The project was created by Yaron Koresh.

  • This project is licensed under the MIT open-source license.


What it does?

  • Dynamic Content Monitoring: Utilizes a MutationObserver to continuously watch for changes in the DOM, guaranteeing that fixes are re-applied even when content or styles are dynamically loaded or altered by other scripts.
  • Comprehensive Console Reporting: Provides detailed logs in the browser's developer console, categorizing issues by severity (Critical, Moderate, Minor, Info) and indicating which issues were successfully auto-fixed. It also offers recommendations and references relevant WCAG guidelines.
  • Improved User Experience: Aims to make web content more usable and perceivable for all users, including those relying on assistive technologies.

Basic installation:

  • Link Accessibility-Resolver to your website externally:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/YaronKoresh/Accessibility-Resolver@e28f6b3eeb79edc48c60e4a8391d93961837d1e5/Accessibility-Resolver.css">
<script src="https://cdn.jsdelivr.net/gh/YaronKoresh/Accessibility-Resolver@f4af184d4c53ebdeb5434732e9232f46ad6a29aa/Accessibility-Resolver.js" async></script>

Basic usage:

  • the console will show all the logs and will fix most of the errors in real-time.

Do you need help?

  • Before asking general support questions, please make sure you are using the latest version.

  • When looking for support, please first search for your question in open or closed issues.

  • GitHub issues are a good way for tracking enhancements and bugs, but also for get some help.

  • Feel free to open new issues, using one of the available templates, or create an issue from scratch.


Enjoy :)

About

Real-time browser script for automated web accessibility checks and auto-fixes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •