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

www.inde.gov.br/Noticias/Detalhe/37

70.13 35 1.167
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 38 144 260
38 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-129610083-1'); </script>]]>
144 <![CDATA[<script type="text/javascript"> document.getElementById('cloakfc4f408f725fd9f4e32360e8d952c721').innerHTML = ''; var prefix = '&#109;a' + 'i&#108;' + '&#116;o'; var path = 'hr' + 'ef' + '='; var addyfc4f408f725fd9f4e32360e8d952c721 = '&#97;t&#117;s' + '&#64;'; addyfc4f408f725fd9f4e32360e8d952c721 = addyfc4f408f725fd9f4e32360e8d952c721 + '&#105;np&#101;' + '&#46;' + 'br'; var addy_textfc4f408f725fd9f4e32360e8d952c721 = '&#97;t&#117;s' + '&#64;' + '&#105;np&#101;' + '&#46;' + 'br';document.getElementById('cloakfc4f408f725fd9f4e32360e8d952c721').innerHTML += '<a ' + path + '\'' + prefix + ':' + addyfc4f408f725fd9f4e32360e8d952c721 + '\'>'+addy_textfc4f408f725fd9f4e32360e8d952c721+'<\/a>'; </script>]]>
260 <![CDATA[<script> function showModalContact() { grecaptcha.reset && grecaptcha.reset(); $('#ModalContact').modal('show'); } function getCaptchaResponse(form) { var captchaResponse = $("#g-recaptcha-response").val(); //Envia form $.get("/api/captcha", { captcha: captchaResponse }) .fail(function (e) { //console.log(e); }) .done(function (data) { //Captcha Success if (data == "Google reCaptcha validation success") { $("#recaptchaMessage").empty(); sendContactForm(form); } else { $("#recaptchaMessage").empty().html("<p style=\"font-style:italic;color:red;\">Você deve marcar o campo \"Não sou um robô\"</p>"); } }); return false; } function sendContactForm(form) { //Envia form $.get("/api/email", { nome: form.elements.nome.value, email: form.elements.email.value, assunto: form.elements.assunto.value, mensagem: form.elements.mensagem.value }) .done(function (data) { $("#botao-limpa-contact-form").click(); $('#ModalContact').modal('hide'); alert(data); }); return false; } if (document.location.hash == "#contato") { $(document).ready(function () { showModalContact(); }); } </script>]]>