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

    Interface ConformanceOptions

    interface ConformanceOptions {
        announceWaitMs?: number;
        axeSource?: string;
        background?: string;
    }
    Index

    Properties

    announceWaitMs?: number

    Debounce window for the live-region announcement (ms). Default 260.

    axeSource?: string

    axe-core source (e.g. read from node_modules/axe-core/axe.min.js) to inject + run.

    background?: string

    Documented host background for hybrid contrast checks. Default '#ffffff'.