Web Accessibility Save

A Visual Studio Extension for Web accessibility

Project README

Web Accessibility Extension - Visual Studio Code

The MIT License GitHub Visual Studio Marketplace

⚠️ This project is no longer being actively developed or maintained. ⚠️

So I heard you wanted to write more accessible code? Well, you came to the right Extension!

This extension is here to help you get feedback on what parts need some more attention for it to be accessible, this is just the basics and doesn't cover all the rules but will help with making your project more accessible.

✨Features

The extension can do the following for you:

  • Highlight elements that you should consider changing.
  • Give a hint on how you should change it.

🔒Extension Settings

The settings can be found at File > Preferences > Settings > Extensions > Web Accessibility

Settings Type Default
Max Number Of Problems number 100
Semantic HTML boolean true

📝Release Notes

All notable changes to this project will be documented in the Changelog.

Develop

  1. type in the terminal:

    # install dependencies
    $ npm install
    
  2. Open debug panel in VScode and RUN "Launch Client"

  3. Open a project which contains a HTML file and see the linting in action.

  4. Build vsce package

  5. Publish vsce publish

💚License

Do what you want with the code it's MIT Licensed!

😄Misc

Follow Me: Medium, GitHub, Twitter

© Max van der Schee 2018

Open Source Agenda is not affiliated with "Web Accessibility" Project. README Source: mvdschee/web-accessibility

Open Source Agenda Badge

Open Source Agenda Rating