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.bndes.gov.br/english

94.83 10 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 6 27 39 52 157 199 324
27 <![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-29112060-1', 'auto'); ga('send', 'pageview'); </script>]]>
39 <![CDATA[<SCRIPT LANGUAGE="JavaScript"> FadeInStep=20; FadeOutStep=5; JSFX.Rollover("img_figura_perfil1","/SiteBNDES/export/system/modules/br.gov.bndes.inglesespanhol/resources/imagens/en_o_bndes_on.gif"); JSFX.Rollover("img_figura_perfil2","/SiteBNDES/export/system/modules/br.gov.bndes.inglesespanhol/resources/imagens/en_comercio_exterior_on.gif"); JSFX.Rollover("img_figura_perfil3","/SiteBNDES/export/system/modules/br.gov.bndes.inglesespanhol/resources/imagens/en_internacionalizacao_on.gif"); JSFX.Rollover("img_figura_perfil4","/SiteBNDES/export/system/modules/br.gov.bndes.inglesespanhol/resources/imagens/en_responsabilidade_on.gif"); </SCRIPT>]]>
52 <![CDATA[<script type="text/javascript"> var Numero; var Banners = new Array(); var lengthBanners = 0; function carrega() { criaBanners(); } function criaBanners() { lengthBanners = Banners.length; if(lengthBanners){ while((Numero = parseInt(Math.random()*lengthBanners))==-1); for(var i=0; i<lengthBanners; i++){ if(Banners[i].description){ if (document.getElementById("banner_description_" + i)){ if(i==Numero){ document.getElementById("banner_description_" + i).style.display='block'; } else{ document.getElementById("banner_description_" + i).style.display='none'; } } } } swfobject.switchOffAutoHideShow() swfobject.embedSWF(Banners[Numero].url, "banner_home_content", "440", "60", "6.0.0", null, null, Banners[Numero].params, null); setTimeout("criaBanners()",25000); } } function switchBannerDesc(curr, next) { var currElem = document.getElementById("banner_description_" + curr); var nextElem = document.getElementById("banner_description_" + next); if(currElem && nextElem) { currElem.style.display = 'none'; nextElem.style.display = 'block'; } swfobject.switchOffAutoHideShow(); swfobject.embedSWF(Banners[Numero].url, "banner_home_content", "440", "60", "6.0.0", null, null, Banners[Numero].params, null); } function nextBanner() { var last = Numero; if (Numero<(lengthBanners-1)) { Numero = Numero+1; } else { Numero=0; } while (!Banners[Numero].description){ if (Numero<(lengthBanners-1)) { Numero = Numero+1; } else { Numero=0; } } switchBannerDesc(last, Numero); } function previousBanner() { var last = Numero; if (Numero>0) { Numero = Numero-1; } else { Numero=lengthBanners-1; } while (!Banners[Numero].description){ if (Numero>0) { Numero = Numero-1; } else { Numero=lengthBanners-1; } } switchBannerDesc(last, Numero); } </script>]]>
157 <![CDATA[<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-P54KVC');</script>]]>
199 <![CDATA[<script type="text/javascript"> function clearText(thefield) { if (thefield.defaultValue==thefield.value) thefield.value = "" } </script>]]>
324 <![CDATA[<script language="Javascript"> function changeColor(x,newColor) { linha=eval('document.all.' + x + '.style'); if (linha) linha.backgroundColor=newColor; } </script>]]>