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.cedca.rj.gov.br/AgendaDetalhe.asp?ident=208 |
63.91 | 62 | 140 |
Recomendações Avaliadas | |||||
---|---|---|---|---|---|
1.1 Respeitar os Padrões Web. |
Recomendações
Número | Descrição | Quantidade | Linhas Código Fonte |
---|---|---|---|
1.1.4 | Presença de CSS(s) interno | 1 | 9 |
1.1.5 | Presença de javascript(s) in-line | 1 | 471 |
1.1.6 | Presença de javascript(s) interno | 2 | 20 60 |
9 | <![CDATA[<style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-image: url(Imagens/FundoPagina.gif); } --> </style>]]> |
471 | <![CDATA[<a href="#" onclick="JavaScript:history.go(-1);" class="LinkVejaMais">Voltar</a>]]> |
20 | <![CDATA[<script language="javascript"> function ChamaPagina(){ if(window.document.frmDefault.txtBusca.value==''){ alert('É necessário informar uma palavra para obter a Busca.'); window.document.frmDefault.txtBusca.focus(); } else { window.document.frmDefault.action='Pesquisa.asp'; window.document.frmDefault.submit(); } } </script>]]> |
60 | <![CDATA[<script language='JavaScript'> function ChamaPaginaMenu(pPagina, pLocalAbertura){ window.document.frmMenuLateral.action=pPagina; window.document.frmMenuLateral.submit(); } function AbreMenu(pMenu) { // window.document.frmMenuLateral.txtMenuAberto.value = pMenu; // eval('document.getElementById("' + 'txt' + pMenu + '").value = "1"'); // document.getElementById('txtMenuAberto').value = pMenu; eval('document.getElementById("' + pMenu + '").style.display = "block"'); eval('document.getElementById("' + 'Mais' + pMenu + '").style.display = "none"'); eval('document.getElementById("' + 'Menos' + pMenu + '").style.display = "block"'); } function FechaMenu(pMenu) { // window.document.frmMenuLateral.txtMenuAberto.value = '0'; eval('document.getElementById("' + pMenu + '").style.display = "none"'); eval('document.getElementById("' + 'Mais' + pMenu + '").style.display = "block"'); eval('document.getElementById("' + 'Menos' + pMenu + '").style.display = "none"'); } </script>]]> |