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 |
---|---|---|---|
uab.capes.gov.br/sei-usuario-externo |
88.66 | 8 | 102 |
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 | 85 108 120 |
85 | <![CDATA[<script type="text/javascript">var INFRA_PATH_IMAGENS='/infra_css/imagens',INFRA_PATH_JS='/infra_js',INFRA_PATH_CSS='/infra_css';</script>]]> |
108 | <![CDATA[<script type="text/javascript"> $(function() { $('#main-menu').smartmenus({ subMenusSubOffsetX: 1, subMenusSubOffsetY: -8 }); //MENU CTRL+ALT+F9 $('#main-menu').smartmenus('keyboardSetHotkey', 120, ['ctrlKey', 'altKey']); }); </script>]]> |
120 | <![CDATA[<script type="text/javascript" charset="iso-8859-1" > <!--//--><![CDATA[//><!-- function posicionar(){ var fator = 1.7; if (INFRA_IE && INFRA_IE < 8){ fator = 2.2; } var hDados = (infraClientHeight()-(document.getElementById('divInfraBarraSuperior').offsetHeight+document.getElementById('divInfraBarraSistema').offsetHeight)*fator); if (hDados > 0){ document.getElementById('divInfraAreaDados').style.height = hDados + 'px'; var f = document.getElementById('divAutenticacao'); var p = (infraClientWidth()-f.offsetWidth)/2; f.style.left = (p>0?p:1) + 'px'; p = (hDados-f.offsetHeight)/2.3; f.style.top = (p>0?p:1) + 'px'; } } function inicializar(){ if (infraTrim(document.getElementById('txtEmail').value)==''){ document.getElementById('txtEmail').focus(); }else{ document.getElementById('pwdSenha').focus(); } infraAdicionarEvento(window,'resize',posicionar); posicionar(); } function OnSubmitForm() { return validarForm(); } function validarForm() { if (infraTrim(document.getElementById('txtEmail').value)=='') { alert('Informe o E-mail.'); document.getElementById('txtEmail').focus(); return false; } if (!infraValidarEmail(infraTrim(document.getElementById('txtEmail').value))){ alert('E-mail Inválido.'); document.getElementById('txtEmail').focus(); return false; } if (infraTrim(document.getElementById('pwdSenha').value)=='') { alert('Informe a Senha.'); document.getElementById('pwdSenha').focus(); return false; } return true; } //--><!]]> </script>]]> |