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.guararema.sp.gov.br/765/licitaes/index.html

78.54 33 700
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 9 39 124
9 <![CDATA[<script id="changeBaseHref" type="text/javascript"> var Obj = { wordToMatch: '', base: '/', isPortal: false, urlItems: function() { this.wordToMatch = window.location.pathname.split('/'); return this; }, checkPortalLocation: function() { if (this.wordToMatch[1].match(/portal-transparencia/) || this.wordToMatch[1].match(/portal/)) { this.isPortal = true; return this; } else { this.isPortal = false; return this; } }, portalLocation: function() { this.base = this.isPortal === true ? ('/' + this.wordToMatch[1] + '/') : '/'; return this; }, setBaseHref: function() { document.getElementsByTagName("base")[0].href = this.base; document.getElementsByName("msapplication-starturl")[0].content = this.base; } } Obj.urlItems().checkPortalLocation().portalLocation().setBaseHref(); </script>]]>
39 <![CDATA[<script type="text/javascript"> //Get the button: // When the user scrolls down 180px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { mybutton = document.getElementById("myBtnToTop"); if (document.body.scrollTop > 180 || document.documentElement.scrollTop > 180) { mybutton.style.display = "block"; } else { mybutton.style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { var nav = document.getElementById("nav"); navOffsetTop = nav.offsetTop; document.body.scrollTop = navOffsetTop; // For Safari document.documentElement.scrollTop = navOffsetTop; // For Chrome, Firefox, IE and Opera } </script>]]>
124 <![CDATA[<script id="browserUpdate"> var $buoop = { notify: { i: -5, f: -4, o: -4, s: -2, c: -4 }, insecure: true, unsupported: true, api: 5 }; function $buo_f() { var e = document.createElement("script"); e.src = "//browser-update.org/update.min.js"; document.body.appendChild(e); }; try { document.addEventListener("DOMContentLoaded", $buo_f, false) } catch (e) { window.attachEvent("onload", $buo_f) } </script>]]>