Basic Concepts and Terms
- Rule
- A low-level accessibility conformance requirement with numerous components, the most basic of which are a definition, an evaluation function, and result messages. When a rule is evaluated, it is assigned a rule result value. List of current rules.
- Target resources
-
The set of HTML elements to which a particular rule applies. These include familiar elements such as
div,imgandinput, as well as a pseudo-element designated aspage, which is a placeholder for the document element. When a rule is evaluated, each of its target resources is assigned an element result value. - Evaluation
- The application of all evaluation functions of all rules in the selected ruleset to their corresponding target resources in a web page, and the subsequent collection of all evaluation results and messages, at both the rule and element levels, into a dataset.
- Rule result
- The aggregate result of a rule evaluation with respect to its target resources (all of its target elements and/or the entire page).
- Element result
- The result of a rule evaluation with respect to one of its target elements.
- Rule scope
- element: A WCAG requirement for a specific html element or an element with an ARIA role, property or state. For example, an
imgelement must have analtattribute. - page: A WCAG requirement that applies to a feature of a web page. For example, a web page must have a
mainlandmark. - website: A WCAG requrement that applied to pages in a website. For example, consistent navigational links in each web page.
Privacy
AInspector for WCAG Evaluation does not collect or store any information about users or work with any other parties to collect or share user browsing information.
Help Make AInspector for WCAG Evaluation Better
If you find a problem with AInspector for WCAG Evaluation please let us know by creating an issue in the GitHib repository for AInspector. Please provide the following information:
- A URL to were the problem can be replicated.
- A short description of the issue.
- How we can contact you for more information and verification the issue is resolved.