banira
    Preparing search index...

    Interface A11yViolation

    A single axe-core accessibility violation, flattened for assertions.

    interface A11yViolation {
        description: string;
        help: string;
        helpUrl: string;
        id: string;
        impact: string | null;
        nodes: number;
    }
    Index

    Properties

    description: string
    help: string
    helpUrl: string
    id: string
    impact: string | null
    nodes: number

    Number of DOM nodes that triggered this rule.