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.cmm.pr.gov.br/?inc=escolalegislativa

79.14 74 337
Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.3 Presença de CSS(s) in-line 1 493
1.1.4 Presença de CSS(s) interno 1 112
1.1.5 Presença de javascript(s) in-line 11 164 167 170 173 176 208 217 218 219 220 221
1.1.6 Presença de javascript(s) interno 9 44 55 66 73 142 542 550 601 608
493 <![CDATA[<span style='color: #004C78;'>VOCÊ ESTÁ AQUI:</span>]]>
112 <![CDATA[<style amp-custom> :root { --color-primary: #005AF0; --color-text-light: #fff; } /* a custom sharing icon */ amp-social-share.custom-style { background-color: #008080; background-image: url('https://raw.githubusercontent.com/google/material-design-icons/master/social/1x_web/ic_share_white_48dp.png'); background-repeat: no-repeat; background-position: center; background-size: contain; } /* blue icons with rounded corners */ amp-social-share.rounded { border-radius: 50%; background-size: 60%; color: var(--color-text-light); background-color: var(--color-primary); } </style>]]>
164 <![CDATA[<a href="?inc=acessib" onclick="funcContraste()" title="Acessibilidade"><i class="fa-solid fa-wheelchair fa-lg"></i></a>]]>
167 <![CDATA[<a href="javascript:void(0)" onclick="funcZoomSite('+')" title="Aumentar Zoom">A+</a>]]>
170 <![CDATA[<a href="javascript:void(0)" onclick="funcZoomSite('-')" title="Diminuir Zoom">A-</a>]]>
173 <![CDATA[<a href="javascript:void(0)" onclick="funcZoomSite('')" title="Zoom tamanho original">A</a>]]>
176 <![CDATA[<a href="javascript:void(0)" onclick="funcContraste()" title="Contraste"><i class="fa-solid fa-circle-half-stroke fa-sm"></i></i></a>]]>
208 <![CDATA[<div id="selector" class="combobox" onclick="mostrarOption()"> <div id="iconeTxtSelector"> <i class="fa-solid fa-circle-arrow-down"></i> </div> <div id="txtSelector">Site</div> </div>]]>
217 <![CDATA[<li onclick="selectOption('Site')">Site</li>]]>
218 <![CDATA[<li onclick="selectOption('Transparencia')">Transparência</li>]]>
219 <![CDATA[<li onclick="selectOption('Noticias')">Notícias</li>]]>
220 <![CDATA[<li onclick="selectOption('Legislacao')">Legislação</li>]]>
221 <![CDATA[<li onclick="selectOption('Projetos')">Projetos</li>]]>
44 <![CDATA[<script type="text/javascript"> //<![CDATA[ hs.registerOverlay({ html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>', position: 'top right', fade: 2 // fading the semi-transparent overlay looks bad in IE }); hs.graphicsDir = 'galeriaimagens/graphics/'; hs.wrapperClassName = 'borderless'; //]]> </script>]]>
55 <![CDATA[<script> ! function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = "//platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); } }(document, "script", "twitter-wjs"); </script>]]>
66 <![CDATA[<script type="text/javascript"> Shadowbox.init({ language: 'pt', player: ['img', 'html', 'swf', 'php', 'asp'], overlayOpacity: 0.8 }); </script>]]>
73 <![CDATA[<script type="text/javascript"> $(function() { $('#myGallery').galleryView({ transition_speed: 2000, //INT - duration of panel/frame transition (in milliseconds) transition_interval: 7000, //INT - delay between panel/frame transitions (in milliseconds) easing: 'swing', //STRING - easing method to use for animations (jQuery provides 'swing' or 'linear', more available with jQuery UI or Easing plugin) show_panels: true, //BOOLEAN - flag to show or hide panel portion of gallery show_panel_nav: true, //BOOLEAN - flag to show or hide panel navigation buttons enable_overlays: true, //BOOLEAN - flag to show or hide panel overlays panel_width: 910, //INT - width of gallery panel (in pixels) panel_height: 420, //INT - height of gallery panel (in pixels) panel_animation: 'crossfade', //STRING - animation method for panel transitions (crossfade,fade,slide,none) panel_scale: 'crop', //STRING - cropping option for panel images (crop = scale image and fit to aspect ratio determined by panel_width and panel_height, fit = scale image and preserve original aspect ratio) overlay_position: 'bottom', //STRING - position of panel overlay (bottom, top) pan_images: false, //BOOLEAN - flag to allow user to grab/drag oversized images within gallery pan_style: 'drag', //STRING - panning method (drag = user clicks and drags image to pan, track = image automatically pans based on mouse position pan_smoothness: 15, //INT - determines smoothness of tracking pan animation (higher number = smoother) start_frame: 1, //INT - index of panel/frame to show first when gallery loads show_filmstrip: false, //BOOLEAN - flag to show or hide filmstrip portion of gallery show_filmstrip_nav: false, //BOOLEAN - flag indicating whether to display navigation buttons enable_slideshow: true, //BOOLEAN - flag indicating whether to display slideshow play/pause button autoplay: true, //BOOLEAN - flag to start slideshow on gallery load show_captions: true, //BOOLEAN - flag to show or hide frame captions filmstrip_size: 3, //INT - number of frames to show in filmstrip-only gallery filmstrip_style: 'scroll', //STRING - type of filmstrip to use (scroll = display one line of frames, scroll filmstrip if necessary, showall = display multiple rows of frames if necessary) filmstrip_position: 'bottom', //STRING - position of filmstrip within gallery (bottom, top, left, right) frame_width: 105, //INT - width of filmstrip frames (in pixels) frame_height: 55, //INT - width of filmstrip frames (in pixels) frame_opacity: 0.5, //FLOAT - transparency of non-active frames (1.0 = opaque, 0.0 = transparent) frame_scale: 'crop', //STRING - cropping option for filmstrip images (same as above) frame_gap: 9, //INT - spacing between frames within filmstrip (in pixels) show_infobar: false, //BOOLEAN - flag to show or hide infobar infobar_opacity: 1 //FLOAT - transparency for info bar }); }); </script>]]>
142 <![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/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); } (document, 'script', 'facebook-jssdk')); </script>]]>
542 <![CDATA[<script> var iframe = document.getElementById("iframelic"); iframe.onload = function() { iframe.style.height = iframe.contentWindow.document.body.scrollHeight + 'px'; } </script>]]>
550 <![CDATA[<script> $(document).ready(function() { var scaleInit = sessionStorage.getItem("scale") ? parseFloat(sessionStorage.getItem("scale")) : 1; document.body.style.setProperty("scale", zoomInit, "important"); }); //$(document).ready(function() { // var zoomInit = sessionStorage.getItem("transform") ? parseFloat(sessionStorage.getItem("transform")) : 1; // document.body.style.setProperty("transform", zoomInit, "important"); //}); $(document).keydown(function(event) { //alert(event.which); //ALT + 1 if (event.altKey && event.which === 49) { //alert('Alt + X pressed!'); //e.preventDefault(); window.location.replace("#pgmeio"); } //ALT + 2 if (event.altKey && event.which === 50) { window.location.replace("#menu"); } //ALT + 3 if (event.altKey && event.which === 51) { window.location.replace("#cmpBusca"); } //ALT + 4 if (event.altKey && event.which === 52) { window.location.replace("#pgrodape"); } //ALT + 5 if (event.altKey && event.which === 53) { exibirAcessoRapido(); } }); </script>]]>
601 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>
608 <![CDATA[<script> avisoCookies({}) </script>]]>