@wordpress/a11y
Version:
Accessibility (a11y) utilities for WordPress.
10 lines • 427 B
TypeScript
/**
* Build the explanatory text to be placed before the aria live regions.
*
* This text is initially hidden from assistive technologies by using a `hidden`
* HTML attribute which is then removed once a message fills the aria-live regions.
*
* @return {HTMLParagraphElement} The explanatory text HTML element.
*/
export default function addIntroText(): HTMLParagraphElement;
//# sourceMappingURL=add-intro-text.d.ts.map