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

santarosa.sp.gov.br/noticiasView/?id=1178

70.64 35 123
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 6 91 106 774 786 1018 1047
91 <![CDATA[<script> window.onscroll = function () { myFunction(); }; function myFunction() { if (document.body.scrollTop > 160 || document.documentElement.scrollTop > 160) { document.getElementById("logoPequena").className = "logoPequenaEfeito"; document.getElementById("menu-topo").className = "navbar navbar-expand-lg navbar-dark scrolling-navbar fixed-top navbarCor"; } else { document.getElementById("logoPequena").className = ""; document.getElementById("menu-topo").className = "navbar navbar-expand-lg navbar-dark scrolling-navbar"; } } </script>]]>
106 <![CDATA[<script type="text/javascript"> var popOverSettings = { container: 'body', html: true, selector: '.checksum-info', trigger: 'focus' }; $(document).ready(function ($) { "use strict"; /*-------------------------------------------------*/ /* = Search animation /*-------------------------------------------------*/ var searchToggle = $('.open-search'), inputAnime = $(".formulario-busca"), body = $('body'); searchToggle.on('click', function (event) { event.preventDefault(); if (inputAnime.hasClass('active')) { inputAnime.addClass('active'); } else { inputAnime.removeClass('active'); } }); body.on('click', function () { inputAnime.removeClass('active'); }); var elemBinds = $('.open-search, .formulario-busca'); elemBinds.bind('click', function (e) { e.stopPropagation(); }); $(function () { $('[data-toggle="tooltip"]').tooltip() }); }); $(document).ready(function () { $('.servicos').owlCarousel({ loop: false, margin: 20, nav: true, dots: false, responsiveClass: true, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#secretarias-home').owlCarousel({ loop: true, margin: 10, nav: true, dots: false, responsiveClass: true, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#noticias-home').owlCarousel({ loop: true, margin: 2, nav: true, dots: false, responsiveClass: true, responsive: { 0: { items: 1 }, 600: { items: 2 }, 1000: { items: 4 } } }); $('#banner-fino-home').owlCarousel({ loop: true, margin: 10, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 7000, animateIn: 'fadeIn', animateOut: 'fadeOut', responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#home-licitacoes').owlCarousel({ loop: true, margin: 20, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 10000, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#home-obras').owlCarousel({ loop: true, margin: 20, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 10000, responsive: { 0: { items: 1 }, 600: { items: 2 }, 1000: { items: 3 } } }); $('#home-turismo').owlCarousel({ loop: true, margin: 15, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 13000, animateIn: 'fadeIn', animateOut: 'fadeOut', responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#videos-home').owlCarousel({ loop: true, margin: 10, nav: true, dots: false, responsiveClass: true, autoplay: false, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#galeria-home').owlCarousel({ loop: true, margin: 10, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 7000, responsive: { 0: { items: 1 }, 600: { items: 2 }, 1000: { items: 3 } } }); $('#eventos-home').owlCarousel({ loop: true, margin: 10, nav: false, dots: true, responsiveClass: true, autoplay: true, autoplayTimeout: 7000, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#concursos-home').owlCarousel({ loop: true, margin: 20, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 7000, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#galeria-imagens-noticiaview').owlCarousel({ loop: false, margin: 10, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 7000, responsive: { 0: { items: 2 }, 600: { items: 2 }, 1000: { items: 4 } } }); $('.acessoRapido').owlCarousel({ loop: true, margin: 10, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 6000, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 2 }, 1200: { items: 4 } } }); $('#veja-mais').owlCarousel({ loop: true, margin: 5, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 6000, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 }, 1200: { items: 1 } } }); $('#noticias').owlCarousel({ loop: false, margin: 0, nav: false, dots: true, responsiveClass: true, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('.pagina-transparencia').owlCarousel({ loop: true, margin: 0, nav: true, dots: true, responsiveClass: true, responsive: { 0: { items: 1 }, 600: { items: 3 }, 1000: { items: 4 } } }); $('body').popover(popOverSettings); wow = new WOW({ boxClass: 'wow', // default animateClass: 'animated', // default offset: 0, // default mobile: true, // default live: true // default }); wow.init(); }); </script>]]>
774 <![CDATA[<script>(function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v2.8&appId=1684557354891601"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>]]>
786 <![CDATA[<script>!function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https'; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = p + '://platform.twitter.com/widgets.js'; fjs.parentNode.insertBefore(js, fjs); } }(document, 'script', 'twitter-wjs');</script>]]>
1018 <![CDATA[<script> $(document).ready(function () { if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { $('.btn-whatsapp').show(); } $("#facebookShareLink").on("click",function(){ var complemento = 'santarosa.sp.gov.br/noticiasView/?id=1178'; var fbpopup = window.open("https://www.facebook.com/sharer/sharer.php?u=http://"+complemento, "pop", "width=600, height=400, scrollbars=no"); return false; }); $("#crc-noticias").owlCarousel({ autoPlay: 7000, //Set AutoPlay to 3 seconds items: 4, nav: false, dots: true, itemsDesktop: [1199, 3], itemsDesktopSmall: [979, 3] }); lightbox.option({ 'resizeDuration': 200, 'wrapAround': true }) }); </script>]]>
1047 <![CDATA[<script >(function(){var js = "window['__CF$cv$params']={r:'72e135281b9306ed',m:'dsrhx53h4lGMC6dx99EPov2sLMf8Al2jYsRM44NYf5I-1658377893-0-AeDYqRWwX2gqHP1UGnXs8P/Xfg7c6kRwy5jXVcIMlzLQReNX/6OTjNwX47Jo31V0UbZX2YLrkisSAYi+Bh+0SH7ngLl511mAjrvE63+Kip+xao5pzpQ8demUgD5VzRkY+OeItgC/cOUN/wA0yZ2VCX4=',s:[0xc1bafd35d4,0x39d151c960],u:'/cdn-cgi/challenge-platform/h/g'};var _cpo=document.createElement('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/h/g/scripts/cb/invisible.js?cb=72e135281b9306ed',document.getElementsByTagName('head')[0].appendChild(_cpo);";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();</script>]]>