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 *.

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 19 54 62 255 280
19 <![CDATA[<script type="text/javascript"> <!-- // Provide a local fallback if the CDN cannot be reached if (typeof google == 'undefined') { document.write(unescape("%3Cscript src='http://ornithologia.cemave.gov.br/lib/pkp/js/lib/jquery/jquery.min.js' type='text/javascript'%3E%3C/script%3E")); document.write(unescape("%3Cscript src='http://ornithologia.cemave.gov.br/lib/pkp/js/lib/jquery/plugins/jqueryUi.min.js' type='text/javascript'%3E%3C/script%3E")); } else { google.load("jquery", "1.4.4"); google.load("jqueryui", "1.8.6"); } // --> </script>]]>
54 <![CDATA[<script type="text/javascript"> <!-- $(function(){ fontSize("#sizer", "body", 9, 16, 32, ""); // Initialize the font sizer }); // --> </script>]]>
62 <![CDATA[<script type="text/javascript"> <!-- // initialise plugins $(function(){ $(".tagit").live('click', function() { $(this).find('input').focus(); }); }); // --> </script>]]>
255 <![CDATA[<script type="text/javascript">// <![CDATA[ var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-36681788-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); // ]]></script>]]>
280 <![CDATA[<script type="text/javascript"> var PQP_DETAILS = false; var PQP_HEIGHT = "short"; var PQP_METRICS = false; addEvent(window, 'load', loadCSS); function changeTab(tab) { var pQp = document.getElementById('pQp'); hideAllTabs(); addClassName(pQp, tab, true); } function hideAllTabs() { var pQp = document.getElementById('pQp'); removeClassName(pQp, 'console'); removeClassName(pQp, 'speed'); removeClassName(pQp, 'queries'); removeClassName(pQp, 'memory'); removeClassName(pQp, 'files'); } function toggleMetrics(){ var container = document.getElementById('pqp-metrics'); if(PQP_METRICS){ addClassName(container, 'hideMetrics', true); PQP_METRICS = false; } else{ removeClassName(container, 'hideMetrics'); PQP_METRICS = true; } } function toggleDetails(){ var container = document.getElementById('pqp-container'); if(PQP_DETAILS){ addClassName(container, 'hideDetails', true); PQP_DETAILS = false; } else{ removeClassName(container, 'hideDetails'); PQP_DETAILS = true; } } function toggleHeight(){ var container = document.getElementById('pqp-container'); if(PQP_HEIGHT == "short"){ addClassName(container, 'tallDetails', true); PQP_HEIGHT = "tall"; } else{ removeClassName(container, 'tallDetails'); PQP_HEIGHT = "short"; } } function loadCSS() { var sheet = document.createElement("link"); sheet.setAttribute("rel", "stylesheet"); sheet.setAttribute("type", "text/css"); sheet.setAttribute("href", "http://ornithologia.cemave.gov.br/lib/pkp/lib/pqp/css/pQp.css"); document.getElementsByTagName("head")[0].appendChild(sheet); setTimeout(function(){document.getElementById("pqp-container").style.display = "block"}, 10); } //http://www.bigbold.com/snippets/posts/show/2630 function addClassName(objElement, strClass, blnMayAlreadyExist){ if ( objElement.className ){ var arrList = objElement.className.split(' '); if ( blnMayAlreadyExist ){ var strClassUpper = strClass.toUpperCase(); for ( var i = 0; i < arrList.length; i++ ){ if ( arrList[i].toUpperCase() == strClassUpper ){ arrList.splice(i, 1); i--; } } } arrList[arrList.length] = strClass; objElement.className = arrList.join(' '); } else{ objElement.className = strClass; } } //http://www.bigbold.com/snippets/posts/show/2630 function removeClassName(objElement, strClass){ if ( objElement.className ){ var arrList = objElement.className.split(' '); var strClassUpper = strClass.toUpperCase(); for ( var i = 0; i < arrList.length; i++ ){ if ( arrList[i].toUpperCase() == strClassUpper ){ arrList.splice(i, 1); i--; } } objElement.className = arrList.join(' '); } } //http://ejohn.org/projects/flexible-javascript-events/ function addEvent( obj, type, fn ) { if ( obj.attachEvent ) { obj["e"+type+fn] = fn; obj[type+fn] = function() { obj["e"+type+fn]( window.event ) }; obj.attachEvent( "on"+type, obj[type+fn] ); } else{ obj.addEventListener( type, fn, false ); } } </script>]]>