@qualweb/act-rules
Version:
ACT rules module for qualweb web accessibility evaluator
36 lines • 1.47 kB
TypeScript
declare const _default: {
title: string[];
'body, body *': string[];
html: string[];
'input[type="image"]': string[];
'button, input[type="submit"], input[type="reset"], input[type="button"], [role="button"]': string[];
'a[href], area[href], [role="link"]': string[];
'[aria-hidden="true"]': string[];
'meta[name]': string[];
meta: string[];
svg: string[];
'body *[lang]': string[];
'[role="row"],[role="list"],[role="menu"],[role="menubar"],[role="listbox"],[role="grid"],[role="rowgroup"],[role="table"],[role="treegrid"],[role="tablist"]': string[];
body: string[];
'input, select, textarea, [role]': string[];
'[role]': string[];
'img, [role="img"]': string[];
iframe: string[];
audio: string[];
'[aria-label], [aria-labelledby]': string[];
video: string[];
'audio, video': string[];
'input[autocomplete], select[autocomplete], textarea[autocomplete]': string[];
'h1,h2,h3,h4,h5,h6,[role="heading"]': string[];
'[headers]': string[];
'th,[role="rowheader"],[role="columnheader"]': string[];
object: string[];
'ul,ol,dl': string[];
'*[style]': string[];
'[role="presentation"],[role="none"],[alt=""]': string[];
'[role="menuitem"], menuitem, li, a[href], button, img[alt], input[type="button"], input[type="image"]': string[];
'[aria-controls]': string[];
'*': string[];
};
export default _default;
//# sourceMappingURL=mapping.d.ts.map