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.formosa.sc.gov.br/transparencia/index/codMapaIte
m/8176

56.09 170 217
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 12 79 143 291 332 367 465 559 602 683 828 856 1007
79 <![CDATA[<script type="text/javascript"> var contraste = 'ativar'; const __URL__ = "//formosa.sc.gov.br/"; const url = __URL__ + "zbox/contraste/index/"; $("#pluginContrasteIsAtivo").click(function(){ let dataPost = { contraste: contraste, }; let xhr = $.ajax({ url: url, method: "POST", data: dataPost, dataType: "json" }); xhr.complete(function () { location.reload(); }); }); </script>]]>
143 <![CDATA[<script type="text/javascript"> $(function() { //$('#topo-tempo').hide(); console.log('https://www.fecam.org.br/tempo.php?codPrevisao=2040'); $.ajax({ url: 'https://www.fecam.org.br/tempo.php?codPrevisao=2040', jsonpCallback: 'jsonCallback', contentType: "application/json", dataType: 'jsonp', cache: 'false', success: function(data){ data = data['tempo']; dc = 0; //Contador de dias; while(dc <= 1){ prefix = "#previsao-tempo-dia-"+(dc+1); dia = data['previsao'][dc]; $(prefix).html(dia['diaSemana']); $(prefix+'-max').html(dia['maxima']+"C"); $(prefix+"-min").html(dia['minima']+"C"); $(prefix+"-icone img").attr("src","https://cdn.fecam.net.br/styles/layouts/pm/default/images/previsao-tempo/"+dia['tempo']+".png"); $(prefix+"-previsao").html(dia['condicao']); console.log(dia); dc++; } } }); }); </script>]]>
291 <![CDATA[<script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script>]]>
332 <![CDATA[<script type="text/javascript"> $(function() { $('.imagemApresentacao').each(function() { var width = $(this).parents('.zl-conteudoWidget').width(); var widthImagem = width * 0.4; $(this).width(widthImagem); }); }); </script>]]>
367 <![CDATA[<script type="text/javascript"> $(function() { $('.widget').each(function(){ var tamanhoPai = $(this).parent().innerWidth(); if(tamanhoPai > 969 ) { $(this).addClass('t4'); } else if(tamanhoPai > 710 ) { $(this).addClass('t3'); } else if(tamanhoPai > 350 ) { $(this).addClass('t2'); } else { $(this).addClass('t1'); } }); }); </script>]]>
465 <![CDATA[<script type="text/javascript"> $(function() { $('.widget').each(function(){ var tamanhoPai = $(this).parent().innerWidth(); if(tamanhoPai > 969 ) { $(this).addClass('t4'); } else if(tamanhoPai > 710 ) { $(this).addClass('t3'); } else if(tamanhoPai > 350 ) { $(this).addClass('t2'); } else { $(this).addClass('t1'); } }); }); </script>]]>
559 <![CDATA[<script type="text/javascript"> $(function() { $('.widget').each(function(){ var tamanhoPai = $(this).parent().innerWidth(); if(tamanhoPai > 969 ) { $(this).addClass('t4'); } else if(tamanhoPai > 710 ) { $(this).addClass('t3'); } else if(tamanhoPai > 350 ) { $(this).addClass('t2'); } else if(tamanhoPai > 230 ) { $(this).addClass('t1'); } else { $(this).addClass('t0'); } }); }); </script>]]>
602 <![CDATA[<script type="text/javascript"> $(function() { $('#btSubmitBuscarLegislacao').click(function(){ $('#frmWidgetBuscarLegislacao').submit(); }); }); </script>]]>
683 <![CDATA[<script type="text/javascript"> $(function() { $('.widget').each(function(){ var tamanhoPai = $(this).parent().innerWidth(); if(tamanhoPai > 969 ) { $(this).addClass('t4'); } else if(tamanhoPai > 710 ) { $(this).addClass('t3'); } else if(tamanhoPai > 350 ) { $(this).addClass('t2'); } else { $(this).addClass('t1'); } }); }); </script>]]>
828 <![CDATA[<script type="text/javascript"> $(window).load(function () { $('#conteudoLayout .zl-divisao .zl-bloco').each(function () { var celulas = $(this).find('.zl-celula'); var widthBloco = $(this).width(); if (celulas.length == 1) $(celulas).width('100%'); else { var widthTotal = 0; $(celulas).each(function () { widthTotal += $(this).width(); }); $(celulas).each(function () { var newWidth = widthBloco * $(this).width() / widthTotal; $(this).width(newWidth); }); } for (i = 0, j = 1; i < celulas.length; i++, j++) { $(celulas[i]).addClass('celula' + j); } }); }); </script>]]>
856 <![CDATA[<script type="text/javascript"> jQuery(function($) { $('#conteudoLayout .widget').each(function(){ $(this).find('dl').first().addClass('first'); $(this).find('dl').last().addClass('last'); }); }); </script>]]>
1007 <![CDATA[<script type='text/javascript'> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-20438656-47']); _gaq.push(['_trackPageview'], '/transparencia/index/codMapaItem/8176'); (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); })(); jQuery(document).ajaxComplete(function(e, xhr, settings){ _gaq.push(['_trackPageview', settings.url]); }); </script>]]>