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.aracruz.es.gov.br/turismo

84.44 22 29
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 2 18 328
18 <![CDATA[<script type="application/ld+json">{"@context":"https://schema.org","@type":"WebPage","name":"Turismo Aracruz","description":"Portal Institucional da Prefeitura Municipal de Aracruz","url":"https://www.aracruz.es.gov.br","image":"https://www.aracruz.es.gov.br/img/aracruz_logo.jpg"}</script>]]>
328 <![CDATA[<script> let mybutton = document.getElementById("btn-back-to-top"); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() { scrollFunctionBack(); }; function scrollFunctionBack() { if ( document.body.scrollTop > 20 || document.documentElement.scrollTop > 20 ) { mybutton.style.display = "block"; } else { mybutton.style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document mybutton.addEventListener("click", backToTop); function backToTop() { document.body.scrollTop = 0; document.documentElement.scrollTop = 0; } </script>]]>