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 8 37 43 477 504 550 578 585 680
37 <![CDATA[<script type="text/javascript"> //<![CDATA[ var __cultureInfo = '{"name":"pt-BR","numberFormat":{"CurrencyDecimalDigits":2,"CurrencyDecimalSeparator":",","IsReadOnly":true,"CurrencyGroupSizes":[3],"NumberGroupSizes":[3],"PercentGroupSizes":[3],"CurrencyGroupSeparator":".","CurrencySymbol":"R$","NaNSymbol":"NaN (Não é um número)","CurrencyNegativePattern":9,"NumberNegativePattern":1,"PercentPositivePattern":1,"PercentNegativePattern":1,"NegativeInfinitySymbol":"-Infinito","NegativeSign":"-","NumberDecimalDigits":2,"NumberDecimalSeparator":",","NumberGroupSeparator":".","CurrencyPositivePattern":2,"PositiveInfinitySymbol":"+Infinito","PositiveSign":"+","PercentDecimalDigits":2,"PercentDecimalSeparator":",","PercentGroupSeparator":".","PercentSymbol":"%","PerMilleSymbol":"‰","NativeDigits":["0","1","2","3","4","5","6","7","8","9"],"DigitSubstitution":1},"dateTimeFormat":{"AMDesignator":"","Calendar":{"MinSupportedDateTime":"\/Date(-62135586000000)\/","MaxSupportedDateTime":"\/Date(253402300799999)\/","AlgorithmType":1,"CalendarType":1,"Eras":[1],"TwoDigitYearMax":2029,"IsReadOnly":true},"DateSeparator":"/","FirstDayOfWeek":0,"CalendarWeekRule":0,"FullDateTimePattern":"dddd, d\u0027 de \u0027MMMM\u0027 de \u0027yyyy H:mm:ss","LongDatePattern":"dddd, d\u0027 de \u0027MMMM\u0027 de \u0027yyyy","LongTimePattern":"H:mm:ss","MonthDayPattern":"dd\u0027 de \u0027MMMM","PMDesignator":"","RFC1123Pattern":"ddd, dd MMM yyyy HH\u0027:\u0027mm\u0027:\u0027ss \u0027GMT\u0027","ShortDatePattern":"d/M/yyyy","ShortTimePattern":"H:mm","SortableDateTimePattern":"yyyy\u0027-\u0027MM\u0027-\u0027dd\u0027T\u0027HH\u0027:\u0027mm\u0027:\u0027ss","TimeSeparator":":","UniversalSortableDateTimePattern":"yyyy\u0027-\u0027MM\u0027-\u0027dd HH\u0027:\u0027mm\u0027:\u0027ss\u0027Z\u0027","YearMonthPattern":"MMMM\u0027 de \u0027yyyy","AbbreviatedDayNames":["dom","seg","ter","qua","qui","sex","sáb"],"ShortestDayNames":["dom","seg","ter","qua","qui","sex","sáb"],"DayNames":["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],"AbbreviatedMonthNames":["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez",""],"MonthNames":["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro",""],"IsReadOnly":true,"NativeCalendarName":"Calendário gregoriano","AbbreviatedMonthGenitiveNames":["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez",""],"MonthGenitiveNames":["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro",""]}}';//]]> </script>]]>
43 <![CDATA[<script type="text/javascript"> //<![CDATA[ if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.'); var PageMethods = function() { PageMethods.initializeBase(this); this._timeout = 0; this._userContext = null; this._succeeded = null; this._failed = null; } PageMethods.prototype = { _get_path:function() { var p = this.get_path(); if (p) return p; else return PageMethods._staticInstance.get_path();}, GraficoEmpenho:function(empenhoID,succeededCallback, failedCallback, userContext) { /// <param name="empenhoID" type="Number">System.Int32</param> /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param> /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param> /// <param name="userContext" optional="true" mayBeNull="true"></param> return this._invoke(this._get_path(), 'GraficoEmpenho',false,{empenhoID:empenhoID},succeededCallback,failedCallback,userContext); }} PageMethods.registerClass('PageMethods',Sys.Net.WebServiceProxy); PageMethods._staticInstance = new PageMethods(); PageMethods.set_path = function(value) { PageMethods._staticInstance.set_path(value); } PageMethods.get_path = function() { /// <value type="String" mayBeNull="true">The service url.</value> return PageMethods._staticInstance.get_path();} PageMethods.set_timeout = function(value) { PageMethods._staticInstance.set_timeout(value); } PageMethods.get_timeout = function() { /// <value type="Number">The service timeout.</value> return PageMethods._staticInstance.get_timeout(); } PageMethods.set_defaultUserContext = function(value) { PageMethods._staticInstance.set_defaultUserContext(value); } PageMethods.get_defaultUserContext = function() { /// <value mayBeNull="true">The service default user context.</value> return PageMethods._staticInstance.get_defaultUserContext(); } PageMethods.set_defaultSucceededCallback = function(value) { PageMethods._staticInstance.set_defaultSucceededCallback(value); } PageMethods.get_defaultSucceededCallback = function() { /// <value type="Function" mayBeNull="true">The service default succeeded callback.</value> return PageMethods._staticInstance.get_defaultSucceededCallback(); } PageMethods.set_defaultFailedCallback = function(value) { PageMethods._staticInstance.set_defaultFailedCallback(value); } PageMethods.get_defaultFailedCallback = function() { /// <value type="Function" mayBeNull="true">The service default failed callback.</value> return PageMethods._staticInstance.get_defaultFailedCallback(); } PageMethods.set_path("/ctbEmpenho.Detalhes.aspx"); PageMethods.GraficoEmpenho= function(empenhoID,onSuccess,onFailed,userContext) { /// <param name="empenhoID" type="Number">System.Int32</param> /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param> /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param> /// <param name="userContext" optional="true" mayBeNull="true"></param> PageMethods._staticInstance.GraficoEmpenho(empenhoID,onSuccess,onFailed,userContext); } //]]> </script>]]>
477 <![CDATA[<script type="text/javascript"> //<![CDATA[ Sys.Application.initialize(); //]]> </script>]]>
504 <![CDATA[<script type="text/javascript"> //var topo = $("#Topo"); //var menu = $("#Menu"); //var linkMenu = $("#Menu > ul > li"); //var subMenus = $(".subMenu", menu); //var conteudo = $("#Principal #Conteudo"); //var sistema = $(".sistema", topo); //var linkSistema = $(".link", sistema); //$(document).ready(function () { // DefineCores(); // subMenus.hide(); // PosicionaMenu(); // menu.show(); // $("html").click(function () { EsconderSubMenus(); }); // linkMenu.mouseenter(function () { MostrarSubMenu($(".subMenu", $(this))); }); // linkMenu.mouseleave(function () { EsconderSubMenus(); }); // $(document).scroll(function () { PosicionaMenu(); }); // $(window).resize(function () { PosicionaMenu(); }); //}); //function DefineCores() { //} //function PosicionaMenu() { // var ulMenu = $("#Menu > ul"); // ulMenu.css("left", conteudo.position().left - 40); //} //function EsconderSubMenus(exceto) { // var tempoFade = 100; // if (exceto == undefined) // subMenus.fadeOut(tempoFade); // else // subMenus.not(exceto).fadeOut(tempoFade); //} //function MostrarSubMenu(subMenu) { // var tempoFade = 200; // EsconderSubMenus(subMenu); // if (subMenu.is(":visible") == false) // subMenu.fadeIn(tempoFade); //} </script>]]>
550 <![CDATA[<script type="text/javascript"> if (Function('/*@cc_on return document.documentMode===10@*/')()) { document.documentElement.className += ' ie10'; } //<!--Piwik --> var _paq = _paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function () { var u = "//estatisticas.vitoria.es.gov.br/piwik/"; _paq.push(['setTrackerUrl', u + 'piwik.php']); _paq.push(['setSiteId', '8']); var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; g.type = 'text/javascript'; g.async = true; g.defer = true; g.src = u + 'piwik.js'; s.parentNode.insertBefore(g, s); })(); //<!--End Piwik Code -- > </script>]]>
578 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>
585 <![CDATA[<script type="text/javascript"> $(function () { var dados = { empenhoID: $("[id$=hfEmpenhoId]").val() //municipioID: parametroURL('municipioID'), //unidadeGestoraID: parametroURL('ctbUnidadeGestoraId'), //exercicio: parametroURL('exercicio') }; $.ajax({ url: 'ctbEmpenho.Detalhes.aspx/GraficoEmpenho', data: JSON.stringify(dados), type: "POST", dataType: "json", contentType: "application/json; charset=utf-8", success: function (data) { graficoEmpenho(data.d); } }); }); function graficoEmpenho(dados) { //não renderizar o gráfico em anulações if (dados[0].y < 0) return; $('#graficoHC').highcharts({ chart: { type: 'column' }, title: { text: ' ' }, xAxis: { type: 'category' }, yAxis: { labels: { style: { fontSize: '0.8em' }, format: 'R$ {value:,.2f}' }, title: { text: 'Valores em Reais (R$)' }, type: 'linear' }, legend: { enabled: false }, plotOptions: { series: { borderWidth: 0, dataLabels: { enabled: true, format: 'R$ {point.y:,.2f}' }, cursor: 'pointer', events: { click: function (event) { window.location = event.point.options.url; } } } }, tooltip: { pointFormat: '<b>R$ {point.y:,.2f}</b> <br/>' }, series: [{ colorByPoint: true, data: dados }] }); } </script>]]>
680 <![CDATA[<script id="f5_cspm">(function(){var f5_cspm={f5_p:'ANIGDJPDIEAEKEEHANCDOKMCLMAHJAGBPKONPAPDEJJDGIIJNJAJIMFIALCEOMEOBAEBKMMJAAECGNJGIHHABNLPAAGPEJABJAJJAOEKLINBAFGBOAJELHAFMFKLCPOJ',setCharAt:function(str,index,chr){if(index>str.length-1)return str;return str.substr(0,index)+chr+str.substr(index+1);},get_byte:function(str,i){var s=(i/16)|0;i=(i&15);s=s*32;return((str.charCodeAt(i+16+s)-65)<<4)|(str.charCodeAt(i+s)-65);},set_byte:function(str,i,b){var s=(i/16)|0;i=(i&15);s=s*32;str=f5_cspm.setCharAt(str,(i+16+s),String.fromCharCode((b>>4)+65));str=f5_cspm.setCharAt(str,(i+s),String.fromCharCode((b&15)+65));return str;},set_latency:function(str,latency){latency=latency&0xffff;str=f5_cspm.set_byte(str,40,(latency>>8));str=f5_cspm.set_byte(str,41,(latency&0xff));str=f5_cspm.set_byte(str,35,2);return str;},wait_perf_data:function(){try{var wp=window.performance.timing;if(wp.loadEventEnd>0){var res=wp.loadEventEnd-wp.navigationStart;if(res<60001){var cookie_val=f5_cspm.set_latency(f5_cspm.f5_p,res);window.document.cookie='f5avr1082384618aaaaaaaaaaaaaaaa_cspm_='+encodeURIComponent(cookie_val)+';path=/';} return;}} catch(err){return;} setTimeout(f5_cspm.wait_perf_data,100);return;},go:function(){var chunk=window.document.cookie.split(/\s*;\s*/);for(var i=0;i<chunk.length;++i){var pair=chunk[i].split(/\s*=\s*/);if(pair[0]=='f5_cspm'&&pair[1]=='1234') {var d=new Date();d.setTime(d.getTime()-1000);window.document.cookie='f5_cspm=;expires='+d.toUTCString()+';path=/;';setTimeout(f5_cspm.wait_perf_data,100);}}}} f5_cspm.go();}());</script>]]>