[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 254 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
addContainer(ariaLive = 'polite') X-Ref |
Build the live regions markup. param: {string} [ariaLive] Value for the 'aria-live' attribute; default: 'polite'. return: {HTMLDivElement} The ARIA live region HTML element. |
addIntroText() X-Ref |
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. |
clear() X-Ref |
Clears the a11y-speak-region elements and hides the explanatory text. |
filterMessage(message) X-Ref |
Filter the message to be announced to the screenreader. param: {string} message The message to be announced. return: {string} The filtered message. |
speak(message, ariaLive) X-Ref |
Allows you to easily announce dynamic interface updates to screen readers using ARIA live regions. This module is inspired by the `speak` function in `wp-a11y.js`. param: {string} message The message to be announced by assistive technologies. param: {'polite'|'assertive'} [ariaLive] The politeness level for aria-live; default: 'polite'. |
setup() X-Ref |
Create the live regions. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |