Home
last modified time | relevance | path

Searched refs:ariaLive (Results 1 – 1 of 1) sorted by relevance

/plugin/calendar/
Dcalendar-main.js4179 var ariaLive = document.createElement('div'); variable
4180 ariaLive.id = 'calendar-aria-live';
4181 ariaLive.setAttribute('role', 'status');
4182 ariaLive.setAttribute('aria-live', 'polite');
4183 ariaLive.setAttribute('aria-atomic', 'true');
4184ariaLive.style.cssText = 'position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hi…
4185 document.body.appendChild(ariaLive);
4190 var ariaLive = document.getElementById('calendar-aria-live');
4191 if (ariaLive) {
4192 ariaLive.textContent = '';
[all …]