fcharts-js - v0.3.0
    Preparing search index...

    Interface CriterionRow

    One WCAG success criterion (or adaptation feature) scoped to the chart component.

    interface CriterionRow {
        adaptation?: boolean;
        applicability: "applicable" | "not-applicable";
        attestationRequired: boolean;
        conformance: Conformance;
        evidence: EvidenceRef[];
        level: "A" | "AA";
        name: string;
        num: string;
        remarks: string;
        verification: Verification;
    }
    Index

    Properties

    adaptation?: boolean

    True for the two non-WCAG good-practice adaptation rows.

    applicability: "applicable" | "not-applicable"
    attestationRequired: boolean

    Whether a human attestation line is required before the report is "signed".

    conformance: Conformance
    evidence: EvidenceRef[]
    level: "A" | "AA"
    name: string
    num: string

    e.g. "1.4.11", or "reduced-motion" / "forced-colors" for the adaptations.

    remarks: string

    The VPAT "Remarks and Explanations" cell.

    verification: Verification