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

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
1.2 Organizar o código HTML de forma lógica e semântica.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.2.2 Presença de tags HTML sem atributo e conteúdo de texto 6 25 121 195 203 227 236
25 <![CDATA[<![CDATA[/*><!--*/ #divInfraAreaGlobal {background-color: #f1f1f1 !important;} div.infraBarraSistemaE {width:90%} div.infraBarraSistemaD {width:5%} div.infraAreaTelaD {border:0;} div.infraAreaDados {border:0} #divAutenticacao { position:absolute; top:5%; left:29%; height:200px; width:45em; border:1px solid #666; overflow:hidden; background-color: white !important; } #divSistema { border:0px solid red; float:left; width:150px; height:200px; padding:0; margin:0; overflow:hidden !important; background-color: white; border-right:1px solid #666; } #lblSiglaSistemaValor {font-size:1.6em;font-weight:bold;} #divUsuario {border:0px solid red;float:left;height:90%;width:60%;padding:.4em .4em .4em 1.5em;} #divUsuario label {display:block;padding:.2em 0 .01em 0;} #divUsuario input {display:block;} #divUsuario button {margin-top:2em;} #divUsuario a {display:block;margin-top:1em;} #divAviso {width:100%;padding:1em 0;text-align:center;border:0px solid yellow;} #spnAviso {font-weight:bold;font-size:1.2em;} #txtEmail {width:95%} #pwdSenha {width:95%} #divCaptcha {display:none;} #divCaptcha {border:0px solid blue;height:80%;float:left;width:14em;padding:.4em;border-left:1px;} #divCaptcha label {display:block;} #divCaptcha input {display:block} #lblCodigo {padding:0em 0 .01em 0;} #lblCaptcha {padding-top:2.3em} #txtCaptcha {font-size:2.8em;text-align:center;} #txtCaptcha {width:4.8em !important;} /*]]>]]>
121 <![CDATA[<![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; } //--><!]]>]]>
195 <![CDATA[<div id="divInfraBarraSistemaD" class="infraBarraSistemaD"> </div>]]>
203 <![CDATA[<div id="divInfraBarraLocalizacao" class="infraBarraLocalizacao"></div>]]>
227 <![CDATA[<div id="divCaptcha"> </div>]]>
236 <![CDATA[<div id="infraDivImpressao" class="infraImpressao"></div>]]>