Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Pertecentes a (o) AC

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 3 19 28 385
19 <![CDATA[<script type="text/javascript"> CURRENT_PAGE = "8"; MAIN_PAGE = "index.html"; FILES_FOLDER = "files"; </script>]]>
28 <![CDATA[<script type="text/javascript"> STATIC_FOLDER = "."; DYNAMIC_FOLDER = "./.."; PUBLICATION_NAME = "Plano_de_capacitacao_2014"; CURRENT_VERSION = "2.6.40"; LANGS = ['en','de','es','fi','fr','it','ja','nl','no','pl','pt','ru','sv','zh']; PUBLICATION_TYPE = "magazine"; var main = function () { loadScript('./javascript/localizator.js',function(){}); if (document.domain.indexOf('publ.com') != -1 || document.domain.indexOf('cld.bz') != -1 || document.domain.indexOf('cld.mobi') != -1 || document.domain.indexOf('cld.local') != -1) { var staticServer = window.location.protocol === 'https:' ? 'https://d2ayihadozxfln.cloudfront.net' : ('http://static.' + window.location.hostname); var url = staticServer + "/publication/" + CURRENT_VERSION + "/basic/cloud.js"; loadScript(url,function(){}); } } if (!!window.addEventListener) { window.addEventListener('load', main); } else { window.attachEvent('onload', main); } function loadScript(url, callback){ var head = document.getElementsByTagName("head")[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; head.appendChild(script); if (script.readyState){ script.onreadystatechange = function(){ if (script.readyState == "loaded" || script.readyState == "complete"){ script.onreadystatechange = null; callback(); } }; } else { script.onload = function(){ callback(); }; } } </script>]]>
385 <![CDATA[<script type="text/javascript"> if (typeof BASIC_PAGE === 'undefined' && typeof BasicPage !== 'undefined' ){ BASIC_PAGE = new BasicPage(); } GALLERY_CONTENT = {}; </script>]]>