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 2 109 212
109 <![CDATA[<script type="text/javascript"> //<!-- // creating dummy functions for console (firebug lacking browsers) if(typeof console == "undefined") { var console = new Object(); console.log = function(){}; console.debug = function(){}; console.info = function(){}; console.warn = function(){}; console.error = function(){}; console.assert = function(){}; console.dir = function(){}; console.dirxml = function(){}; console.trace = function(){}; console.group = function(){}; console.groupCollapsed = function(){}; console.groupEnd = function(){}; console.time = function(){}; console.timeEnd = function(){}; console.profile = function(){}; console.profileEnd = function(){}; console.count = function(){}; } // Due to the behavior of the opera, that it doesn't always fire the onload events, // some animations and functionality won't work correctly. Therefore we force // using a compatible mode. if(typeof opera != "undefined"){ opera.setOverrideHistoryNavigationMode("compatible"); } // Global Translations var TRANSLATIONS = { ClearSelection: "Clear Selection", Search: "Search", Download: "Download", PreviewSize: "Preview Size" } //--> </script>]]>
212 <![CDATA[<script type="text/javascript"> //<!-- // creating dummy functions for console (firebug lacking browsers) if(typeof console == "undefined") { var console = new Object(); console.log = function(){}; console.debug = function(){}; console.info = function(){}; console.warn = function(){}; console.error = function(){}; console.assert = function(){}; console.dir = function(){}; console.dirxml = function(){}; console.trace = function(){}; console.group = function(){}; console.groupCollapsed = function(){}; console.groupEnd = function(){}; console.time = function(){}; console.timeEnd = function(){}; console.profile = function(){}; console.profileEnd = function(){}; console.count = function(){}; } // Due to the behavior of the opera, that it doesn't always fire the onload events, // some animations and functionality won't work correctly. Therefore we force // using a compatible mode. if(typeof opera != "undefined"){ opera.setOverrideHistoryNavigationMode("compatible"); } // Global Translations var TRANSLATIONS = { ClearSelection: "Clear Selection", Search: "Search", Download: "Download", PreviewSize: "Preview Size" } //--> </script>]]>