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

ares.unasus.gov.br/acervo/subscribe

80.1 15 20
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 297 390 405
297 <![CDATA[<script> function createCookie(name, value, days) { if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); var expires = "; expires=" + date.toGMTString(); } else var expires = ""; document.cookie = name + "=" + value + expires + "; path=/"; } function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length); } return null; } function eraseCookie(name) { createCookie(name, "", -1); } if (document.referrer != "") { var referringURL = document.referrer; var local = referringURL.substring(referringURL.indexOf("?"), referringURL.length); var n = local.indexOf("acesso.unasus.gov.br"); if (n == -1) { createCookie('ACESSO_UNASUS_REFERRER', referringURL); } } function acessarCadastro() { var local = readCookie('ACESSO_UNASUS_REFERRER'); location.href = 'https://acesso.unasus.gov.br/acesso?syslink=' + local; } function acessarAjuda() { var local = readCookie('ACESSO_UNASUS_REFERRER'); location.href = 'https://acesso.unasus.gov.br/acesso/ajuda?syslink=' + local; } </script>]]>
390 <![CDATA[<script> if (self != top) { top.location.replace(window.location.href) } if (navigator.userAgent.indexOf("MSIE ") > 0 || navigator.userAgent.indexOf("Trident") > 0) { document.getElementById('username').blur(); } else { document.getElementById('username').focus(); } </script>]]>
405 <![CDATA[<script type="text/javascript"> var _paq = _paq || []; _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function () { var u = "//intranet.unasus.gov.br/statistics/"; _paq.push(['setTrackerUrl', u + 'piwik.php']); _paq.push(['setSiteId', 11]); var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; g.type = 'text/javascript'; g.async = true; g.defer = true; g.src = u + 'piwik.js'; s.parentNode.insertBefore(g, s); })(); </script>]]>