@qualweb/wcag-techniques
Version:
Implementation of the WCAG 2.1 techniques
11 lines • 374 B
TypeScript
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