mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-23 00:45:16 +00:00
9 lines
488 B
TypeScript
9 lines
488 B
TypeScript
|
import { ComputeTextAlternativeOptions } from "./accessible-name-and-description";
|
||
|
/**
|
||
|
* implements https://w3c.github.io/accname/#mapping_additional_nd_description
|
||
|
* @param root
|
||
|
* @param [options]
|
||
|
* @parma [options.getComputedStyle] - mock window.getComputedStyle. Needs `content`, `display` and `visibility`
|
||
|
*/
|
||
|
export declare function computeAccessibleDescription(root: Element, options?: ComputeTextAlternativeOptions): string;
|
||
|
//# sourceMappingURL=accessible-description.d.ts.map
|