Ensaios de fotométricos de luminárias de emergência, segundo a norma EN 1838:2013
A Asselum conta com um goniofotômetro do tipo XXX com um sistema preparado para a medição de emergência, segundo a norma EN 1838:2013.
A Asselum conta com um goniofotômetro do tipo XXX com um sistema preparado para a medição de emergência, segundo a norma EN 1838:2013.










, no un encabezado (las tarjetas de /laboratorio/ solo llevan DIV, P, BR, A y SPAN), asi que buscar h1..h5 no encontraba nada y los 12 enlaces «Mas informacion» se quedaban sin desambiguar. Si no hay encabezado se usa la primera linea de texto de la tarjeta, que es el titulo real. */ var col = el.closest('.fusion-layout-column,li,article,.fusion-post-card'); if (col) { var ps = col.querySelectorAll('p'); for (var i = 0; i 8 && !GEN.test(t)) { return t.length > 90 ? t.slice(0, 88) + '…' : t; } } } return ''; } function pasada() { /* 9.1.1.1 imagenes decorativas que Avada inyecta sin atributo alt */ document.querySelectorAll('img.fusion-empty-dims-img-placeholder:not([alt])').forEach(function (i) { i.setAttribute('alt', ''); i.setAttribute('aria-hidden', 'true'); }); /* 9.2.4.4 y 9.4.1.2 el enlace que envuelve la tarjeta solo contiene una imagen de fondo: se le da el titulo de la tarjeta, que es su destino */ document.querySelectorAll('a.fusion-column-anchor:not([aria-label])').forEach(function (a) { if ((a.textContent || '').trim()) { return; } var t = tituloDe(a); if (t) { a.setAttribute('aria-label', t); } else { a.setAttribute('aria-hidden', 'true'); a.setAttribute('tabindex', '-1'); } }); /* 9.2.4.4 los botones que solo dicen «Leer mas» reciben el titulo */ document.querySelectorAll('a.fusion-button:not([aria-label]),a.more-link:not([aria-label])').forEach(function (a) { var t = (a.textContent || '').replace(/\s+/g, ' ').trim(); if (!GEN.test(t)) { return; } var ti = tituloDe(a); if (ti) { a.setAttribute('aria-label', t + ': ' + ti); } }); /* 9.2.5.3 el nombre accesible tiene que contener el texto visible */ document.querySelectorAll('a[aria-label],button[aria-label]').forEach(function (a) { if (a.id === 'acc-video-pausa') { return; } var tx = (a.innerText || '').replace(/\s+/g, ' ').trim(); var al = (a.getAttribute('aria-label') || '').trim(); if (!tx || !al) { return; } if (al.toLowerCase().indexOf(tx.toLowerCase()) === -1) { a.setAttribute('aria-label', tx + '. ' + al); } }); /* El logotipo apuntaba siempre a la home espanola, tambien en las 251 paginas traducidas: se le pone la home del idioma en el que estas. Las tres cabeceras son comunes a los cuatro idiomas, asi que esto no se puede resolver con un valor fijo en la plantilla. */ var idi = (document.documentElement.lang || '').toLowerCase(); var raiz = '/'; if (idi.indexOf('en') === 0) { raiz = '/en/'; } else if (idi.indexOf('fr') === 0) { raiz = '/fr/'; } else if (idi.indexOf('pt') === 0) { raiz = '/pt-pt/'; } if (raiz !== '/') { document.querySelectorAll('a[href] img[alt]').forEach(function (im) { var al = (im.getAttribute('alt') || '').toLowerCase(); if (al.indexOf('asselum, assessors') !== 0) { return; } var a = im.closest('a[href]'); if (!a) { return; } var ruta = (a.getAttribute('href') || '').replace(location.origin, ''); if (ruta === '/' || ruta === '') { a.setAttribute('href', raiz); } }); } /* 9.2.2.2 el video de fondo se reproduce solo y en bucle 28 s: hace falta poder detenerlo. El boton cuelga del con position:fixed, porque dentro del hero quedaba tapado por el contenedor siguiente y no se podia pulsar. Solo se muestra mientras el video esta en pantalla. */ var v = document.querySelector('.fullwidth-video video'); if (v && !document.getElementById('acc-video-pausa')) { var b = document.createElement('button'); b.id = 'acc-video-pausa'; b.type = 'button'; b.textContent = 'Pausar el vídeo de fondo'; b.setAttribute('aria-pressed', 'false'); b.style.cssText = 'position:fixed;bottom:20px;left:20px;z-index:999999;' + 'background:#010416;color:#ffffff;border:2px solid #ffffff;border-radius:6px;' + 'padding:10px 16px;font-size:14px;line-height:1.2;cursor:pointer;' + 'font-family:inherit;box-shadow:0 2px 10px rgba(0,0,0,0.5);'; b.addEventListener('click', function () { if (v.paused) { v.play(); b.textContent = 'Pausar el vídeo de fondo'; b.setAttribute('aria-pressed', 'false'); } else { v.pause(); b.textContent = 'Reproducir el vídeo de fondo'; b.setAttribute('aria-pressed', 'true'); } }); document.body.appendChild(b); /* se oculta cuando el video ya no esta a la vista */ if ('IntersectionObserver' in window) { new IntersectionObserver(function (e) { b.style.display = e[0].isIntersecting ? 'block' : 'none'; }, { threshold: 0.05 }).observe(v); } } } if (document.readyState !== 'loading') { pasada(); } document.addEventListener('DOMContentLoaded', pasada); window.addEventListener('load', function () { pasada(); setTimeout(pasada, 900); setTimeout(pasada, 2000); }); })();
