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