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.taua.ce.gov.br/diariooficial

73.05 14 328
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 1 840 978
1 <![CDATA[<script type='text/javascript'> window.location.replace('/diariooficial.php');</script>]]>
840 <![CDATA[<script type="text/javascript"> google.charts.load("current", { packages: ['corechart', 'bar'] }); google.charts.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([ ["Element", "Quantidade", { role: "style" }], ['2023', 1588, '#15B063'], ['2022', 18183, '#F1491C'], ['2021', 23390, '#A349A4'], ['2020', 21582, '#0DA5AA'], ['2019', 8001, '#C52259'], ['', , '#FF7F00'], ]); var view = new google.visualization.DataView(data); // Com decimais //decimalSymbol: ',', groupingSymbol: '.' var formatter = new google.visualization.NumberFormat({ pattern: '#', groupingSymbol: '.' }); formatter.format(data, 1); view.setColumns([0, 1, { calc: "stringify", sourceColumn: 1, type: "string", role: "annotation" }, 2 ]); var options = { title: "", height: 220, chartArea: { width: '85%' }, animation: { "startup": true, duration: 2000, easing: 'out' }, legend: { position: "none", }, viewWindow: { min: [7, 30, 0], max: [17, 30, 0] }, hAxis: { title: '', minValue: 0 }, textStyle: { bold: true, fontSize: 12, color: '#FFFFFF' }, }; var chart = new google.visualization.ColumnChart(document.getElementById("chart_div")); chart.draw(data, options); } </script>]]>
978 <![CDATA[<script> jQuery(function($) { $("#dtini").mask("99/99/9999"); $("#dtfim").mask("99/99/9999"); }); var mark; function buscarTexto() { mark = function() { // Read the keyword var keyword = $("#search").val(); // Determine selected options var options = { separateWordSearch: true }; // Remove previous marked elements and mark // the new keyword inside the context $("#content").unmark({ done: function() { $("#content").mark(keyword, options); } }); }; } buscarTexto(); $("#search").on("input", mark); if ($("#search").val() != '') { mark(); } </script>]]>