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

biblioteca.ibge.gov.br/

78.7 14 135
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 6 9 32 43 82 119 320
9 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-285486-1'); </script>]]>
32 <![CDATA[<script type="application/json" class="joomla-script-options new">{"csrf.token":"3bec56a2b1964e9faaebb3ddbe911d07","system.paths":{"root":"","base":""}}</script>]]>
43 <![CDATA[<script type="text/javascript"> jQuery(function($){ initTooltips(); $("body").on("subform-row-add", initTooltips); function initTooltips (event, container) { container = container || document;$(container).find(".hasTooltip").tooltip({"html": true,"container": "body"});} }); </script>]]>
82 <![CDATA[<script type="text/javascript"> var listaLogos = ["barra_ibge_logo.gif", "barra_ibge_logo.gif", "barra_ibge_logo.gif", "barra_ibge_logo.gif", "barra_ibge_logo.gif"]; function logos() { var image = listaLogos[(Math.floor((Math.random() * listaLogos.length)))]; jQuery('#barra_ibge_logo a').css('background', "url('/templates/canaisibge/imagens/" + image + "?v=2023')"); } logos(); </script>]]>
119 <![CDATA[<script> var defer = defer || function defer(method) { if (window.jQuery) method(); else setTimeout(function() { defer(method) }, 100); } function cargaurlSelect() { jQuery(window).load(function() { urlSelect(); }); } defer(cargaurlSelect); </script>]]>
320 <![CDATA[<script type="text/javascript"> //window.onload = urlSelect; function cargaCatalogo() { jQuery("#tabwrap").css("display", "block"); jQuery("#busca-rapida").click(function(){ jQuery('#tabs li, #tabs-container .current').removeClass('current'); jQuery("#tabs-2").hide(); jQuery("#tabs-1").show(); jQuery("#texto-buscaRapida").show(); jQuery("#texto-buscaCombinada").hide(); jQuery("#tabs-1").addClass('current'); jQuery(this).parent().addClass('current'); }); jQuery("#busca-combinada").click(function(){ jQuery('#tabs li, #tabs-container .current').removeClass('current'); jQuery("#tabs-1").hide(); jQuery("#texto-buscaRapida").hide(); jQuery("#texto-buscaCombinada").show(); jQuery("#tabs-2").show(); jQuery("#tabs-2").addClass('current'); jQuery(this).parent().addClass('current'); }); jQuery("#tabs-2").hide(); jQuery("#tabs-1").show(); jQuery("#texto-buscaRapida").show(); jQuery("#texto-buscaCombinada").hide(); jQuery("#tabs-1").addClass('current'); jQuery("#busca-rapida").parent().addClass('current'); } function listaBooleanos(parentElement){ jQuery("select[name^='ope']").append('<option value="0">---</option>\ <option value="and">E</option>\ <option value="or">OU</option>'); } function lazyLoadMe(){ jQuery("img.lazy").lazyload(); } jQuery("input[id^='texto_busca']").on('focus',function(){ if(document.getElementById("campo"+this.id.substr(-1)).value == "escala"){ this.setAttribute("list","escalas"); }else{ this.removeAttribute("list"); } }); listaBooleanos(); defer(cargaCatalogo); defer(lazyLoadMe); </script>]]>