This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Adds an accessible popup to the footer. | |
| * | |
| * This function outputs the HTML, CSS, and JavaScript needed for an accessible popup. | |
| * The popup can be opened with a button click, and it traps focus within itself when open. | |
| * The popup can be closed with a button click or by pressing the Escape key. | |
| */ | |
| function add_accessible_popup_to_footer() { | |
| ?> | |
| <!-- Accessible Popup HTML --> |