The easiest way to perform accessibility checks on any ASP.NET web application. Fully customizable and support all the major international accessibility standards. Features
Connect with Browser LinkFor this extension to work, make sure that Visual Studio's Browser Link is up and running. Do that by running an ASP.NET application from Visual Studio in one or more browsers. Hovering over the Browser Link button on the Standard toolbar lets you know if Browser Link is connected. CommandsThe Browser Link dropdown menu hosts the Web Accessibility Checker sub menu. There are multiple command buttons in the menu. Auto-Run on Page LoadThis will automatically run the accessibility checker every time a page loads in the browser - any browser. Run Now in All Browsers...In addition to auto-running the checker on page load, doing it on demand can be helpful when you need to interact with the page to get it into a state you want to check. This is also a great way of running on demand only if you disable Auto-Run on Page Load. Specify Rules for Solution...Clicking this command will add a configuration file to the solution. It's a JSON file containing all the rules being run. You can customize it by adding and removing rules and there is full Intellisense for all the rules. SettingsSome global settings can be configured in the option dialog. Accessibility rulesThis extensions uses the axe-core library to perform the accessibility analysis. All rules are completely customizable and can follow the project or solution. See the full list of rules Error listErrors found on the page will automatically populate the Error List in Visual Studio. In some cases it is known exactly where in the source code the issue is and double-clicking the error take you straight to the location. To clear all accessbility errors from the Error List, simply right-click and hit Clear All Accessibility Errors. ContributeCheck out the contribution guidelines if you want to contribute to this project. For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project. License |