Settings modal accessibility
-
Thanks for the great plugin!
What comes to accessibility of the cookie consent settings popup on front-end, I suggest you modify the “aria-hidden” attribute to “false” when the popup is open, and back to “true” when hidden.
Please find exemplar code below (similar needed for close event).
jQuery(document).on('click','.cli_settings_button',function(e){ // ... CLI.settingsModal.attr('aria-hidden','false'); // ... }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Settings modal accessibility’ is closed to new replies.