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

Sites Pertecentes a (o) SP

Endereço Nota Erros Avisos

camaranovaluzitania.sp.gov.br/Atividades.aspx

77.53 19 158
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 11 24 32 415
11 <![CDATA[<script type="text/javascript"> $(document).ready(function () { //$("#Close").click(function () { $("#divPoupup").css("display", "none"); }); $("#txtSearch").autocomplete("./Search.ashx", { minChars: 3, matchContains: true, scrollHeight: 700, selectFirst: true }) }); function onClickSearch(ID) { window.location = "./Noticia.aspx?ID=" + ID; } function onClickPage(ID) { window.location = "./Noticias.aspx?Page=" + ID; }</script>]]>
24 <![CDATA[<script type="text/javascript"> $(function () { $('.lightbox-image').prettyPhoto({ theme: 'facebook', autoplay_slideshow: false, social_tools: false, animation_speed: 'normal' }).append('<span></span>').find('span').css({ opacity: 0 }); $('.lightbox-image').hover(function () { $(this).find('>span').stop().animate({ opacity: .7 }, 'slow') }, function () { $(this).find('>span').stop().animate({ opacity: 0 }, 'slow') }) $('.lightbox-a').prettyPhoto({ theme: 'facebook', autoplay_slideshow: false, social_tools: false, animation_speed: 'normal' }); $('.lightbox-a').hover(function () { $(this).find('>span').stop().animate({ opacity: .7 }, 'slow') }, function () { $(this).find('>span').stop().animate({ opacity: 0 }, 'slow') }) }); </script>]]>
32 <![CDATA[<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-22401445-22']); _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>]]>
415 <![CDATA[<script> var ua = window.navigator.userAgent; var isIE11 = /Trident.*rv[ :]*11\./.test(navigator.userAgent); var msie = ua.indexOf("MSIE "); if ((((msie > 0) && (parseInt(ua.substring(msie + 5, ua.indexOf(".", msie))) < 11)) === false) && isIE11 === false) { $('#vlibras_include').html('<div vw class="enabled"><div vw-access-button class="active"></div><div vw-plugin-wrapper><div class="vw-plugin-top-wrapper"></div></div></div>'); new window.VLibras.Widget('https://vlibras.gov.br/app'); $(window).load(function () { $('#vlibras_include img').each(function () { $(this).attr("alt", "Imagem VLibras"); }); }); } </script>]]>