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

Sites Pertecentes a (o) BA

Endereço Nota Erros Avisos

www.camacari.ba.gov.br

82.81 171 261
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 83 1209 1262
83 <![CDATA[<script> var tempUrl = "https://www.camacari.ba.gov.br/wp-content/themes/camacari"; </script>]]>
1209 <![CDATA[<script> $(document).ready(function () { $('.video,a[href^="https://www.youtube.com"]').not('.forcar-abrir').magnificPopup({ type: 'iframe', closeBtnInside: false, mainClass: 'mfp-with-zoom', removalDelay: 300, closeOnContentClick: false, closeOnBgClick: false, iframe: { markup: '<div class="jsMediaPlayer" data-type="youtube" data-video-id=""></div>' }, callbacks: { updateStatus: function (data) { if (data.status === "ready") { window.dispatchEvent(new Event("resize")); } }, resize: function () { setTimeout(function () { plyr.setup(".jsMediaPlayer"); }, 0); }, open: function () { $('.jsMediaPlayer')[0].dataset.videoId = $(this)[0].currItem.el[0].dataset.vid; var titleItem = $(this)[0].currItem.el[0].dataset.title; $('.mfp-container').append( '<div class="mfp-top">' + '<div class="row no-gap">' + '<div class="mfp-img-logo col-md-1 col-lg-1 hidden-sm-down"><img src="https://www.camacari.ba.gov.br/wp-content/themes/camacari/assets/images/logo-pc-mini-gallery.png" alt="" /><span></span></div>' + '<div class="mfp-title-top col-md-9 ">' + titleItem + '</div>' + '</div>' + '</div>'); } } }); }); </script>]]>
1262 <![CDATA[<script type="text/javascript"> /*<![CDATA[*/ document.oncontextmenu = function(event) { if (event.target.tagName != 'INPUT' && event.target.tagName != 'TEXTAREA') { event.preventDefault(); } }; document.ondragstart = function() { if (event.target.tagName != 'INPUT' && event.target.tagName != 'TEXTAREA') { event.preventDefault(); } }; /*]]>*/ </script>]]>