UNPKG

@markuplint/ml-spec

Version:

Types and schema that specs of the Markup languages for markuplint

12 lines (11 loc) 342 B
import type { ARIAVersion, MLMLSpec } from '../types/index.js'; /** * Detect including/excluding from the Accessibility Tree * * @see https://www.w3.org/TR/wai-aria-1.2/#accessibility_tree * * @param specs * @param el * @param version */ export declare function isExposed(el: Element, specs: MLMLSpec, version: ARIAVersion): boolean;