astro-ghostcms/.pnpm-store/v3/files/b9/9cfcfc1810c481a4b198e4b6189...

3 lines
1.0 KiB
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
export declare const a11yRuleKeys: string[] | readonly ["alt-text", "anchor-ambiguous-text", "anchor-has-content", "anchor-is-valid", "aria-activedescendant-has-tabindex", "aria-props", "aria-proptypes", "aria-role", "aria-unsupported-elements", "autocomplete-valid", "click-events-have-key-events", "control-has-associated-label", "heading-has-content", "html-has-lang", "iframe-has-title", "img-redundant-alt", "interactive-supports-focus", "label-has-associated-control", "lang", "media-has-caption", "mouse-events-have-key-events", "no-access-key", "no-aria-hidden-on-focusable", "no-autofocus", "no-distracting-elements", "no-interactive-element-to-noninteractive-role", "no-noninteractive-element-interactions", "no-noninteractive-element-to-interactive-role", "no-noninteractive-tabindex", "no-redundant-roles", "no-static-element-interactions", "prefer-tag-over-role", "role-has-required-aria-props", "role-supports-aria-props", "scope", "tabindex-no-positive"];
export declare const a11yConfigKeys: string[] | readonly ["recommended", "strict"];