Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (34 loc) · 3.07 KB

TOPICGUIDE.md

File metadata and controls

44 lines (34 loc) · 3.07 KB

Topic Guide

Creating Rulesets

  • Creating a Ruleset: Certain general principles apply when creating a ruleset.
  • Rulesets: Rules typically align with a standard or set of guidelines (ie WCAG 2.0).
  • Test Library: A test library should be created to verify any ruleset.

Ruleset Verification Testing

  • ChromeDriver Help: Verification tests are performed using ChromeDriver.
  • Exemptions: Ruleset failures may be post processed to handle exemptions.
  • Test Library: A test library should be created to verify any ruleset.

Running Rulesets

Sample Results

  • JSON Output: A JSON Object is used to store the results after running rulesets.
  • HTML Report: Results can be visualized using an HTML Report with helpful links and screenshots.

Additional Resources

  • Headings Parser: Creating a tool to highlight landmarks and headers can be helpful for developers.
  • MIND Patterns: Accessibility patterns help bake accessibility into the development process.