UNPKG

@qualweb/wcag-techniques

Version:
11 lines 374 B
import type { QWElement } from '@qualweb/qw-element'; import { Technique } from '../lib/Technique.object'; declare class QW_WCAG_T17 extends Technique { execute(element: QWElement): void; private isInsideLabelElement; private isElementOnTop; private hasTextAfter; private hasTextBefore; } export { QW_WCAG_T17 }; //# sourceMappingURL=QW-WCAG-T17.d.ts.map