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

Sites Pertecentes a (o) AC

Endereço Nota Erros Avisos

acreprevidencia.ac.gov.br/movimento-financeiro.php

66.8 24 134
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 1 287
287 <![CDATA[<script> function myFunction() { document.getElementById("legislacaoEstadual").classList.toggle("showlegislacaoEs"); window.onclick = function(event) { if (!event.target.matches('.classLegislacao')) { var dropdowns = document.getElementsByClassName("classLegislacaoPrinc-content"); var i; for (i = 0; i < dropdowns.length; i++) { var openDropdown = dropdowns[i]; if (openDropdown.classList.contains('showlegislacaoEs')) { openDropdown.classList.remove('showlegislacaoEs'); } } } } } <!-- scripts dos modais BENEFÍCIOS --> function BeneficioFunction() { document.getElementById("beneficio").classList.toggle("showBeneficio"); window.onclick = function(event) { if (!event.target.matches('.classBeneficio')) { var dropdowns = document.getElementsByClassName("classBeneficioPrinc-content"); var i; for (i = 0; i < dropdowns.length; i++) { var openDropdown = dropdowns[i]; if (openDropdown.classList.contains('showBeneficio')) { openDropdown.classList.remove('showBeneficio'); } } } } } function BeneficioFunctionSub1() { document.getElementById("beneficiosub1").classList.toggle("showsub1"); window.onclick = function(event) { if (!event.target.matches('.classBeneficiosub1')) { var dropdowns = document.getElementsByClassName("classBeneficioPrincsub1-content"); var i; for (i = 0; i < dropdowns.length; i++) { var openDropdown = dropdowns[i]; if (openDropdown.classList.contains('showsub1')) { openDropdown.classList.remove('showsub1'); } } } } } <!-- scripts dos modais INFORMATIVO --> function InformativoFunction() { document.getElementById("informativo").classList.toggle("showInformativo"); window.onclick = function(event) { if (!event.target.matches('.classInformativo')) { var dropdowns = document.getElementsByClassName("classInformativoPrinc-content"); var i; for (i = 0; i < dropdowns.length; i++) { var openDropdown = dropdowns[i]; if (openDropdown.classList.contains('showInformativo')) { openDropdown.classList.remove('showInformativo'); } } } } } <!-- scripts dos modais SERVIÇOS --> function ServicoFunction() { document.getElementById("servico").classList.toggle("showServico"); window.onclick = function(event) { if (!event.target.matches('.classServico')) { var dropdowns = document.getElementsByClassName("classServicoPrinc-content"); var i; for (i = 0; i < dropdowns.length; i++) { var openDropdown = dropdowns[i]; if (openDropdown.classList.contains('showServico')) { openDropdown.classList.remove('showServico'); } } } } } <!-- scripts dos modais INSTITUCIONAL --> function institutoFunction() { document.getElementById("instituto").classList.toggle("showInstituto"); window.onclick = function(event) { if (!event.target.matches('.classInstituo')) { var dropdowns = document.getElementsByClassName("classInstituoPrinc-content"); var i; for (i = 0; i < dropdowns.length; i++) { var openDropdown = dropdowns[i]; if (openDropdown.classList.contains('showInstituto')) { openDropdown.classList.remove('showInstituto'); } } } } } </script>]]>