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

Sites Pertecentes a (o) MG

Endereço Nota Erros Avisos

iptu.contagem.mg.gov.br/iptu2022/solicita_revisao/

71.2 27 156
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 3 140 700 757
140 <![CDATA[<script type="text/javascript"> function div_telas(formulario) { switch (formulario) { case 1: document.getElementById('div_detalhe').style.display = "block"; document.getElementById('div_texto').style.display = "block"; break; case 2: document.getElementById('div_email').style.display = "block"; break; case 3: document.getElementById('div_finaliza').style.display = "block"; break; default: document.getElementById('div_inscricao').style.display = "block"; } } </script>]]>
700 <![CDATA[<script type="text/javascript">div_telas();</script>]]>
757 <![CDATA[<script type="text/javascript"> $(document).ready(function() { $(window).scroll(function() { if ($(this).scrollTop() > 20) { $('#toTopBtn').fadeIn(); document.getElementById("toTopBtn").style.display = "flex"; } else { $('#toTopBtn').fadeOut(); } }); $('#toTopBtn').click(function() { $("html, body").animate({ scrollTop: 0 }, 1000); return false; }); }); </script>]]>