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

Sites Atualizados

Lista dos novos sites adicionados a plataforma na última atualização

Endereço Nota Erros Avisos

www.camaraanchieta.es.gov.br/transparencia

89.49 57 186
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 7 148 581 672 717 839 901 913
148 <![CDATA[<script> document.body.addEventListener('keydown', function(evento) { if (evento.altKey && evento.key === "1") { // Realiza uma ação, talvez até a operação de 'desfazer' document.querySelector("#acessibilidade_pag_inicial").click(); } if (evento.altKey && evento.key === "2") { // Realiza uma ação, talvez até a operação de 'desfazer' document.querySelector('#acessibilidade_conteudo').click(); } if (evento.altKey && evento.key === "3") { // Realiza uma ação, talvez até a operação de 'desfazer' document.querySelector('#acessibilidade_aumentarfonte').click(); } if (evento.altKey && evento.key === "4") { // Realiza uma ação, talvez até a operação de 'desfazer' document.querySelector('#acessibilidade_diminuirfonte').click(); } if (evento.altKey && evento.key === "5") { // Realiza uma ação, talvez até a operação de 'desfazer' document.querySelector('#acessibilidade_contraste').click(); } if (evento.altKey && evento.key === "6") { // Realiza uma ação, talvez até a operação de 'desfazer' document.querySelector('#acessibilidade_acessar_acessibilidade').click(); } if (evento.altKey && evento.key === "7") { // Realiza uma ação, talvez até a operação de 'desfazer' document.querySelector('#acessibilidade_nvda').click(); } if (evento.altKey && evento.key === "8") { // Realiza uma ação, talvez até a operação de 'desfazer' document.querySelector('#acessibilidade_vlibras').click(); } if (evento.altKey && evento.key === "9") { // Realiza uma ação, talvez até a operação de 'desfazer' document.querySelector('#acessibilidade_intranet').click(); } }); </script>]]>
581 <![CDATA[<script type="text/javascript"> $(function() { $('.menu100-submenu,.menu100-submenu2,.menu100-submenu3').hover(function() { $(this).children('ul').stop(true, true).fadeIn(); $(this).children('a').addClass('active'); }, function() { $(this).children('ul').hide(); $(this).children('a').removeClass('active'); }); }); </script>]]>
672 <![CDATA[<script type="text/javascript"> $(function() { $('body').on('click', '.custom-accordion a:first-child', function() { $(this).parents('.custom-accordion').find('.custom-accordion-item').toggleClass('hide'); $(this).find('i.fa').toggleClass('hide'); $(this).find('span.caret').toggleClass('hide'); }) }); </script>]]>
717 <![CDATA[<script> $(document).ready(function() { $(".select2").select2({ placeholder: "Todas", allowClear: true, width: '100%' }); }); </script>]]>
839 <![CDATA[<script> function cookies(functions) { const clientName = 'wwwcamaraanchieta'; 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, }); </script>]]>
901 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>
913 <![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>]]>