Class RgaaTagsProvider
A mapping of Axe rules to RGAA rules, for future use refers to the Mapping Rules Excel file
Inherited Members
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
public class RgaaTagsProvider : TagsProvider
Methods
| Edit this page View SourceGetTagsByRule(AxeResultItem)
return a list of additional tags for a rule. if the rule is not found, return an empty list.
Declaration
public override IEnumerable<string> GetTagsByRule(AxeResultItem rule)
Parameters
| Type | Name | Description |
|---|---|---|
| AxeResultItem | rule |
Returns
| Type | Description |
|---|---|
| IEnumerable<string> | a list of additional tags for a given rule. |