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

Sites Pertecentes a (o) PE

Endereço Nota Erros Avisos

www.tacaratu.pe.gov.br/editais

85.59 28 87
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 30 177 271
30 <![CDATA[<script> $(document).ready(function() { $('[data-toggle="tooltip"]').tooltip(); }); </script>]]>
177 <![CDATA[<script> document.onkeyup=function(e) { let link = ""; if(e.which == 49) { link = "https://www.tacaratu.pe.gov.br" window.location.href = link; } else if(e.which == 50) { link = "https://www.tacaratu.pe.gov.br/noticias" window.location.href = link; } else if(e.which == 51) { link = "https://www.tacaratu.pe.gov.br/transparencia" window.location.href = link; } else if(e.which == 52) { link = "https://www.tacaratu.pe.gov.br/contato" window.location.href = link; } } </script>]]>
271 <![CDATA[<script> $(function() { $('.btn-group-fab').on('click', '.btn', function() { window.open('https://www.tacaratu.pe.gov.br/app/chatbot/chat', '_blank', 'location=yes,height=670,width=570,scrollbars=yes,status=yes'); }); $('has-tooltip').tooltip(); }); </script>]]>