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