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

Sites Pertecentes a (o) AL

Endereço Nota Erros Avisos

agenciaalagoas.al.gov.br/component/turismo/index.html
?start=90

61.08 168 1.368
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 14 5 15 41 51 629 673 707 825 894 907 1386 1431 1472 1493
5 <![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','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-11181463-23', 'auto'); ga('send', 'pageview'); </script>]]>
15 <![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>]]>
41 <![CDATA[<script type="text/javascript"> jQuery(document).ready(function(){ jQuery('.hasTooltip').tooltip({"html": true,"container": "body"}); }); </script>]]>
51 <![CDATA[<script type="text/javascript"> if(jQuery().jquery=='1.11.0') { jQuery.easing['easeOutExpo'] = jQuery.easing['easeOutCirc'] }; </script>]]>
629 <![CDATA[<script type="text/javascript"> </script>]]>
673 <![CDATA[<script type="text/javascript"> //<![CDATA[ jQuery(document).ready( function() { var myMenu = new MenuMatic({ tabletWidth:1400, effect:"fade", duration:500, physics: 'easeOutCirc', hideDelay:250, orientation:"horizontal", tweakInitial:{x:0, y:0}, direction:{ x: 'right', y: 'down' }, opacity:100 }); }); //]]> </script>]]>
707 <![CDATA[<script type="text/javascript"> function abrir_sub(){ document.getElementById("sub-editorias").style.display="block"; } function fechar_sub(){ document.getElementById("sub-editorias").style.display="none"; } </script>]]>
825 <![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.3&appId=465486936800543"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>]]>
894 <![CDATA[<script language="JavaScript" type="text/javascript"> var s5_responsive_layout = "sidebar"; var s5_responsive_layout_direction = "_ltr"; var s5_responsive_menu_auto_open = "open"; </script>]]>
907 <![CDATA[<script type="text/javascript">//<![CDATA[ var s5_load_parallax_scroll_speed = 5.0; function s5_check_parallax_scroll(s5_parallax_element,s5_parallax_position) { if (document.getElementById(s5_parallax_element)) { //Detect elements that are view when page loads so that they start at background-position:0 0 if (document.getElementById(s5_parallax_element).offsetTop <= window.innerHeight) { document.getElementById(s5_parallax_element).style.backgroundPosition = s5_parallax_position + (((window.pageYOffset + document.getElementById(s5_parallax_element).offsetTop) - (document.getElementById(s5_parallax_element).offsetTop)) / s5_load_parallax_scroll_speed)*-1 + "px"; } //Detect elements that are outside of the viewable area so they do not start scrolling until they come into view else { if ((window.pageYOffset + window.innerHeight >= document.getElementById(s5_parallax_element).offsetTop) && (window.pageYOffset <= (document.getElementById(s5_parallax_element).offsetTop + document.getElementById(s5_parallax_element).offsetHeight))) { document.getElementById(s5_parallax_element).style.backgroundPosition = s5_parallax_position + (((window.pageYOffset + window.innerHeight) - (document.getElementById(s5_parallax_element).offsetTop)) / s5_load_parallax_scroll_speed)*-1 + "px"; } } } } jQuery(document).ready( function() { function s5_parallax_scroll_handler() { } s5_parallax_scroll_handler(); if(window.addEventListener) { window.addEventListener('scroll', s5_parallax_scroll_handler, false); window.addEventListener('resize', s5_parallax_scroll_handler, false); } else if (window.attachEvent) { window.attachEvent('onscroll', s5_parallax_scroll_handler); window.attachEvent('onresize', s5_parallax_scroll_handler); } }); //]]></script>]]>
1386 <![CDATA[<script type="text/javascript"> var s5_multibox_enabled = 1; jQuery(document).ready(function(){ jQuery('.s5mb').each(function(i,z){if(!z.getAttribute('rel'))z.setAttribute('rel','[me]');}); }(jQuery)); var s5mbox = {}; jQuery(document).ready(function($){ initMultibox('.s5mb'); }); function initMultibox(mbClass){ window.s5mbox = new multiBox({ mbClass: mbClass,/*class you need to add links that you want to trigger multiBox with (remember and update CSS files)*/ container: jQuery(document.body),/*where to inject multiBox*/ path: 'http://agenciaalagoas.al.gov.br/templates/design_control/js/multibox/',/*path to mp3player and flvplayer etc*/ useOverlay: true,/*detect overlay setting*/ maxSize: {w:600, h:400},/*max dimensions (width,height) - set to null to disable resizing*/ movieSize: {w:400, h:300}, addDownload: false,/*do you want the files to be downloadable?*/ descClassName: 's5_multibox',/*the class name of the description divs*/ pathToDownloadScript: 'http://agenciaalagoas.al.gov.br/templates/design_control/js/multibox/forceDownload.asp',/*if above is true, specify path to download script (classicASP and ASP.NET versions included)*/ addRollover: true,/*add rollover fade to each multibox link*/ addOverlayIcon: false,/*adds overlay icons to images within multibox links*/ addChain: false,/*cycle through all images fading them out then in*/ recalcTop: true,/*subtract the height of controls panel from top position*/ addTips: true,/*adds MooTools built in 'Tips' class to each element (see: http://mootools.net/docs/Plugins/Tips)*/ autoOpen: 0/*to auto open a multiBox element on page load change to (1, 2, or 3 etc)*/ }); } <!--}(jQuery));--> Eventx.onResizend(function(){ s5mbox.resize(); }); </script>]]>
1431 <![CDATA[<script type='text/javascript'> jQuery(document).ready(function(){ jQuery('.s5_is_slide').each(function (i, d) { jQuery(d).wrapInner(jQuery('<div class="s5_is_display"></div>')); }); var options = { wrapperId: "s5_body" }; var slide = new Slidex(); slide.init(options); }); </script>]]>
1472 <![CDATA[<script type="text/javascript"> /* var _hta = {'_setToken': '79a59a6bb9b10708f1ed5468ce8e92afed01f7d8','_htException': 'HandTalk_EXCECAO'}; (function() { var ht = document.createElement('script'); ht.type = 'text/javascript'; ht.async = true; ht.src = 'http://api.handtalk.me/handtalk_init.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.appendChild(ht); })(); */ // HandTalk_EXCECAO -> ID ou CLASSE do elemento que desejar exceção, separados por virgula // Exemplo: '#menu,.listas,.formulario,#carrousel' </script>]]>
1493 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>