@qualweb/wcag-techniques
Version:
Implementation of the WCAG 2.1 techniques
8 lines • 301 B
TypeScript
import type { QWElement } from '@qualweb/qw-element';
import { Technique } from '../lib/Technique.object';
declare class QW_WCAG_T15 extends Technique {
private readonly relNavigationValues;
execute(element: QWElement): void;
}
export { QW_WCAG_T15 };
//# sourceMappingURL=QW-WCAG-T15.d.ts.map