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

sisfiesportal.mec.gov.br/?pagina=simulacao

87.5 4 43
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 243 365 369
243 <![CDATA[<script type="text/javascript"> $(document).ready(function(){ // ----- ERRO ------------------------------------------------------ var erro = ''; if (erro) { $('#erro-box').html(erro).show(); } // ----- PERCENTUAL FINANCIAMENTO ---------------------------------- var $percFin = $('#percentual_financiamento'); $('#bolsa_antecedente').change(function() { var max = 100, //- ($(this).val() * 1), prevVal = $percFin.val() * 1; $percFin.html(''); $percFin.append($('<option/>').val('').html('Selecione')); for (var i = 10; i <= max; i += 5) { $percFin.append($('<option/>').val(i).html(i + '%')); } if (prevVal <= max) { $percFin.val(prevVal); } }); $('#bolsa_antecedente').change(); // ----- MASCARAS -------------------------------------------------- $('#semestres_curso, #semestres_concluidos').setMask('99'); $('#valor_semestral').setMask({mask:'99,999.999', type:'reverse', defaultValue:''}); // ----- CURSO ----------------------------------------------------- var noCurso = ''; if (noCurso) { $('#tr-curso-nome').html(noCurso); $('#tr-curso').show(); } var qtSemestres = '0' * 1; if (qtSemestres > 0) { $('#semestres_curso').val(qtSemestres); } // ----- VALIDA&Ccedil;&Atilde;O ------------------------------------------------- $('#form-simulador').submit(function() { var el; // quantidade de semestre el = $('#semestres_curso'); if ($.trim(el.val()).length == 0) { alert('Indique a quantidade de semestres do seu curso.'); el.focus(); return false; } // semestres conclu&iacute;dos el = $('#semestres_concluidos'); if ($.trim(el.val()).length == 0) { alert('Indique a quantidade de semestres j&aacute; conclu&iacute;dos.'); el.focus(); return false; } // tipo de estudante el = $('#bolsa_antecedente'); if ($.trim(el.val()).length == 0) { alert('Indique o tipo de estudante.'); el.focus(); return false; } // financiamento solicitado el = $('#percentual_financiamento'); if ($.trim(el.val()).length == 0) { alert('Indique o percentual de financiamento desejado.'); el.focus(); return false; } // valor semestral el = $('#valor_semestral'); if ($.trim(el.val()).length == 0) { alert('Indique o valor semestral de seu curso.'); el.focus(); return false; } // dia de vencimento el = $('#dia_venciumento'); if ($.trim(el.val()).length == 0) { alert('Indique o melhor dia de vencimento.'); el.focus(); return false; } return true; }); $('#bt-simular').click(function() { $('#form-simulador').submit(); }); }); </script>]]>
365 <![CDATA[<script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script>]]>
369 <![CDATA[<script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-1294743-46"); pageTracker._trackPageview(); } catch(err) {}</script>]]>