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

portal.iphan.gov.br

89.9 26 67
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 4 51 53 1272 1281
51 <![CDATA[<script>var BASE_URL = "http://portal.iphan.gov.br/";</script>]]>
53 <![CDATA[<script> jQuery(document).ready(function() { //Gambinha XD var value = jQuery('.breadcrumb li:nth-child(3)'); if(value.text() == 'Fototeca') { value.text('Fototecas').css('color', '#590108'); } //COLOCA CRÉDITOS E IMAGENS PADRONIZADOS EM TODAS IMAGENS DO CKEDITOR jQuery('p > img').each(function() { var credito = jQuery(this).attr('title'); var legenda = jQuery(this).attr('alt'); if (legenda.charAt(legenda.length-1) != "." && legenda != "") { legenda += '.'; } if (credito != "") { if (credito.charAt(credito.length-1) != ".") { credito += '.'; } jQuery(this).attr('title', legenda+" Foto: "+credito); } else { jQuery(this).attr('title', legenda); } }); // Adiciona ponto final em legendas e créditos var title = jQuery('.box-img'); title.each(function() { if (jQuery(this).attr('title') != "") { if (jQuery(this).attr('title').charAt(jQuery(this).attr('title').length-1) != ".") { var novoTitle = jQuery(this).attr('title')+"."; jQuery(this).attr('title', novoTitle); } var posicao = jQuery(this).attr('title').search(" Foto") - 1; if (jQuery(this).attr('title')[posicao] != "." && posicao >= 0) { var novoTitle = jQuery(this).attr('title'); var novo = novoTitle.substr(0,posicao+1)+"."+novoTitle.substr(posicao+1); jQuery(this).attr('title', novo); } } }); jQuery('.title-creditos').each(function() { if (jQuery(this).attr('title') != "") { if (jQuery(this).attr('title').charAt(jQuery(this).attr('title').length-1) != ".") { var novoTitle = jQuery(this).attr('title')+"."; jQuery(this).attr('title', novoTitle); } } }); }); </script>]]>
1272 <![CDATA[<script type="text/javascript"> jQuery(document).ready(function() { jQuery('.bxslider').bxSlider({ mode: 'fade', captions: true, pager: false, }); }); </script>]]>
1281 <![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','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-3905398-1', 'auto'); ga('send', 'pageview'); </script>]]>