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

alfabetizacao.mec.gov.br/index.php#para-professores

95.49 12 55
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 5 15 52 322 830 849
15 <![CDATA[<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-49356531-28', 'auto'); ga('send', 'pageview'); </script>]]>
52 <![CDATA[<script type="application/json" class="joomla-script-options new">{"csrf.token":"afd7e8a4a4716c8c1aff1833eb8bd01a","system.paths":{"root":"","base":""}}</script>]]>
322 <![CDATA[<script type="text/javascript"> //remove links e efeito hover dos atributos com a classe "disabled" jQuery(document).ready(function () { jQuery( "a.disabled" ).each(function( index ) { var textLink; textLink = jQuery(this).text(); jQuery(this).removeAttr('href'); jQuery(this).attr("style", "color:#fff"); jQuery(this).hover( function() { jQuery( this ).text('Em Breve'); jQuery(this).attr("style", "color:#295594"); }, function() { jQuery( this ).text(textLink); jQuery(this).attr("style", "color:#fff"); } ); }); var windowWidth = window.innerWidth; if(windowWidth < 790) { jQuery( "#saiba-mais #navScroll .menu_close" ).remove(); jQuery( "#eixos-programa .menu_eixos" ).remove(); jQuery( "#navScroll.menu_tempo_aprender" ).remove(); } }); </script>]]>
830 <![CDATA[<script type="text/javascript"> // Script criado para sobrescrever os link de menu ancora das paginas internas dos templates onpage, // afim de que se comportem como os itens de menu ancora da home. if('http://alfabetizacao.mec.gov.br/' != jQuery('base').attr('href')){ jQuery('.menu a').each(function(){ url = jQuery(this).attr('href'); if(url.indexOf("#")!=-1){ jQuery(this).attr('href','http://alfabetizacao.mec.gov.br/'+url.slice(url.indexOf("#"), jQuery(this).attr('href').length)); } }); jQuery('.logo a').each(function(){ url = jQuery(this).attr('href'); if(url.indexOf("#")!=-1){ jQuery(this).attr('href','http://alfabetizacao.mec.gov.br/'+url.slice(url.indexOf("#"), jQuery(this).attr('href').length)); } }); } </script>]]>
849 <![CDATA[<script> var i = 0; jQuery( document ).ready(function() { // Attach click listener to relevant buttons. jQuery('.ga-elm').click(function() { // Since we have multiple CTA buttons, it is sensible to use // button text to categorize the events. if(jQuery(this).is("a")){ var text = jQuery(this).attr('title'); }else if(jQuery(this).is("select") && i == 0){ //console.log var text = jQuery(this).attr('name'); i++; }else if(jQuery(this).is("span")){ var text = jQuery(this).attr('name'); } //var text = jQuery(this).is("a"); if(text){ console.log(text); // This function reports an event to Google Analytics servers. ga('send', 'event', 'CTA click', 'click', text); } }); }); </script>]]>