@qualweb/wcag-techniques
Version:
Implementation of the WCAG 2.1 techniques
8 lines • 319 B
TypeScript
import type { QWElement } from '@qualweb/qw-element';
import { Technique } from '../lib/Technique.object';
declare class QW_WCAG_T33 extends Technique {
execute(element: QWElement): void;
getCorrectParent(element: QWElement): QWElement | null;
}
export { QW_WCAG_T33 };
//# sourceMappingURL=QW-WCAG-T33.d.ts.map