Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Verificados

Lista com todos os sítios que foram verificados pela TIC Web Acessibilidade. Dentro de cada domínio, há informações detalhadas sobre as páginas coletadas, bem como os erros e avisos de cada uma *.

Endereço Nota Erros Avisos

www.imbel.gov.br/index.php/fuzis

75.28 40 113
Recomendações Avaliadas
2.2 Garantir que os objetos programáveis sejam acessíveis.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
2.2.6 Presença do elemento SCRIPT sem o elemento NOSCRIPT 5 22 82 193 255 338
22 <![CDATA[<script type="text/javascript"> jQuery(window).on('load', function() { new JCaption('img.caption'); }); </script>]]>
82 <![CDATA[<script> window.onscroll = function () { var top = window.pageYOffset || document.documentElement.scrollTop if (top > 0) { var x = document.getElementById("bartop"); x.style.background = "#313131"; x.style.borderBottom = "2px solid"; x.style.borderColor = "#212121"; x.style.top = "0"; //barra brasil var y = document.getElementById("iconhome"); y.style.opacity = "1"; } else { var x = document.getElementById("bartop"); x.style.background = "#313131"; //none para transparente x.style.borderBottom = "0px"; x.style.borderColor = "#000"; x.style.top = "42px"; //margem da barra brasil margem var y = document.getElementById("iconhome"); y.style.opacity = "0"; } } </script>]]>
193 <![CDATA[<script>// <![CDATA[ $('div.conteudo').css({'width':'100%', 'margin':'0px', 'max-width':'100%', 'padding' : '0px'}); $('div.prodblock').css({'border-color':'#fff'}); // ]]></script>]]>
255 <![CDATA[<script>// <![CDATA[ $('div.conteudo').css({'width':'100%', 'margin':'0px', 'max-width':'100%', 'padding' : '0px'}); //$('div.prodblock').css({'border-color':'#898989'}); // ]]></script>]]>
338 <![CDATA[<script>// <![CDATA[ function openModal() { document.getElementById('myModal').style.display = "block"; } function closeModal() { document.getElementById('myModal').style.display = "none"; } var slideIndex = 1; showSlides(slideIndex); function plusSlides(n) { showSlides(slideIndex += n); } function currentSlide(n) { showSlides(slideIndex = n); } function showSlides(n) { var i; var slides = document.getElementsByClassName("mySlides"); var dots = document.getElementsByClassName("demo"); var captionText = document.getElementById("caption"); if (n > slides.length) {slideIndex = 1} if (n < 1) {slideIndex = slides.length} for (i = 0; i < slides.length; i++) { slides[i].style.display = "none"; } for (i = 0; i < dots.length; i++) { dots[i].className = dots[i].className.replace(" active", ""); } slides[slideIndex-1].style.display = "block"; dots[slideIndex-1].className += " active"; captionText.innerHTML = dots[slideIndex-1].alt; } // ]]></script>]]>