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

Sites Pertecentes a (o) SE

Endereço Nota Erros Avisos

www.se.gov.br/sergipe

82.27 27 146
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 11 14 642 666 683 690 700 716 734 786 790 820
14 <![CDATA[<script src="https://www.se.gov.br/frontend/js/bootstrap.min.js"> </script>]]>
642 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>
666 <![CDATA[<script type="text/javascript"> $(document).ready(function(){ if( localStorage.getItem('aceito') != 1 || localStorage.getItem('aceito') == null ){ document.getElementById("cokkie").style.visibility = "visible"; }else{ document.getElementById("cokkie").style.visibility = "hidden"; } }); function aceito(n){ localStorage.setItem('aceito',n); document.getElementById("cokkie").style.visibility = "hidden"; } </script>]]>
683 <![CDATA[<script>window.jQuery || document.write('<script src="/docs/4.3/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>]]>
690 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-143023290-1'); </script>]]>
700 <![CDATA[<script type="text/javascript"> $( '[data-fancybox="images"]' ).fancybox({ caption : function( instance, item ) { var caption = $(this).data('caption') || ''; if ( item.type === 'image' ) { caption = (caption.length ? caption + '<br />' : '') + '<a href="' + item.src + '">Download image</a>' ; } return caption; } }); </script>]]>
716 <![CDATA[<script type="text/javascript"> var $btnAumentar = $("#btnAumentar"); var $btnDiminuir = $("#btnDiminuir"); var $elemento = $("body p"); function obterTamnhoFonte() { return parseFloat($elemento.css('font-size')); } $btnAumentar.on('click', function() { $elemento.css('font-size', obterTamnhoFonte() + 1); }); $btnDiminuir.on('click', function() { $elemento.css('font-size', obterTamnhoFonte() - 1); }); </script>]]>
734 <![CDATA[<script type="text/javascript"> (function () { var Contrast = { storage: 'contrastState', cssClass: 'contrast', currentState: null, check: checkContrast, getState: getContrastState, setState: setContrastState, toogle: toogleContrast, updateView: updateViewContrast }; window.toggleContrast = function () { Contrast.toogle(); }; Contrast.check(); function checkContrast() { this.updateView(); } function getContrastState() { return localStorage.getItem(this.storage) === 'true'; } function setContrastState(state) { localStorage.setItem(this.storage, '' + state); this.currentState = state; this.updateView(); } function updateViewContrast() { var body = document.body; if (this.currentState === null) this.currentState = this.getState(); if (this.currentState) body.classList.add(this.cssClass); else body.classList.remove(this.cssClass); } function toogleContrast() { this.setState(!this.currentState); } })(); </script>]]>
786 <![CDATA[<script> $("#dtinicio, #dtfim ").mask("00/00/0000"); </script>]]>
790 <![CDATA[<script type="text/javascript"> var url1 = "https://www.se.gov.br/"; function hit(n){ $.ajax({ url: url1+"audio/"+n+"/hit", method: "get", async: true, success: function(objeto){ console.log(objeto); } }); } function hit_vlibras(){ $.ajax({ url: url1+"libras/hit", method: "get", async: true, success: function(objeto){ console.log(objeto); } }); } </script>]]>
820 <![CDATA[<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5SM7R5X');</script>]]>