@qualweb/wcag-techniques
Version:
Implementation of the WCAG 2.1 techniques
9 lines • 317 B
TypeScript
import type { QWElement } from '@qualweb/qw-element';
import { Technique } from '../lib/Technique.object';
declare class QW_WCAG_T6 extends Technique {
execute(element: QWElement): void;
private fillPassedResult;
private fillWarningResult;
}
export { QW_WCAG_T6 };
//# sourceMappingURL=QW-WCAG-T6.d.ts.map