Sites Pertecentes a (o) MG
Endereço | Nota | Erros | Avisos |
---|---|---|---|
iptu.contagem.mg.gov.br/iptu2022/solicita_isencao |
73.86 | 13 | 67 |
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 | 2 | 183 231 |
183 | <![CDATA[<script type="text/javascript"> function div_controle(chave) { if (chave==1) { document.getElementById('div_principal').style.display = "block"; document.getElementById('div_formulario').style.display = "none"; } else if (chave==2) { document.getElementById('div_formulario').style.display = "block"; document.getElementById('div_principal').style.display = "none"; } } function por_motivo(valor) { document.getElementById('tipo').value = valor; self.document.getElementById('form_principal').submit(); } </script>]]> |
231 | <![CDATA[<script type="text/javascript">div_controle(1)</script>]]> |