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

Sites Pertecentes a (o) ES

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 798 889 1008 1079
798 <![CDATA[<script type="text/javascript"> Highcharts.chart('chart-content', { chart: { type: 'column' }, title: { text: 'Despesa para Saúde pela Lei Orçamentária Anual' }, subtitle: { text: 'Despesa para Saúde por ano fixada pela Lei Orçamentária Anual.' }, xAxis: { categories: [ '2005', '2006', '2007', '2008', '2009', '2010', '2011', '2012', '2013', '2014', '2015', '2016', '2017', '2018', '2019', ], crosshair: true }, yAxis: { //min: 0, title: { text: 'Valor' } }, series: [ { name: 'Valor para Saúde', data: [ 53740000.00, 67796300.00, 78000000.00, 102838000.00, 124270000.00, 122327200.00, 169673200.00, 170510000.00, 217225000.00, 212223000.00, 244165000.00, 230576000.00, 245467000.00, 261575000.00, 232835768.00, ], showInLegend: false, tooltip: { }, }, { name: 'Valor Total', data: [ 329300000.00, 423500000.00, 480000000.00, 642207230.00, 751022080.00, 788000000.00, 979073753.00, 1018270870.00, 886952893.60, 1155000000.00, 1400000000.00, 1296912000.00, 1292987000.00, 1319514000.00, 1703393778.00, ], showInLegend: false, tooltip: { }, }, ], plotOptions: { column: { dataLabels: { enabled: true } } }, credits: { enabled: false }, }); </script>]]>
889 <![CDATA[<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-78100420-1', 'auto'); ga('send', 'pageview'); </script>]]>
1008 <![CDATA[<script> function cookies(functions) { const clientName = 'wwwcamaraserra'; const container = document.querySelector('.cookies-container'); const save = document.querySelector('.cookies-save'); if (!container || !save) return null; const localPref = JSON.parse(window.localStorage.getItem('cookies-pref' + clientName)); if (localPref) activateFunctions(localPref); function getFormPref() { return [...document.querySelectorAll('[data-function]')] .filter((el) => el.checked) .map((el) => el.getAttribute('data-function')); } function activateFunctions(pref) { pref.forEach((f) => functions[f]()); container.style.display = 'none'; window.localStorage.setItem('cookies-pref' + clientName, JSON.stringify(pref)); } function handleSave() { const pref = getFormPref(); activateFunctions(pref); } save.addEventListener('click', handleSave); } function analytics() { window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', ''); console.log('Função anali..'); } function simplecookie() { console.log('Política de Privacidade Autorizada'); } cookies({ simplecookie, }); document.querySelector('.cookies-save').addEventListener('click', function() { if (localStorage.getItem('cookies-pref' + clientName) !== null) { // o item existe no localStorage container.style.display = 'none'; }else { container.style.display = 'block'; } }) </script>]]>
1079 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>