Sites Pertecentes a (o) RS
Endereço | Nota | Erros | Avisos |
---|---|---|---|
seer.fundarte.rs.gov.br/index.php/epa/article/view/2
|
79.19 | 6 | 11 |
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 | 1 | 42 |
42 | <![CDATA[<script type="text/javascript"> // Creating iframe's src in JS instead of Smarty so that EZProxy-using sites can find our domain in $pdfUrl and do their rewrites on it. $(document).ready(function() { var urlBase = "https://seer.fundarte.rs.gov.br/plugins/generic/pdfJsViewer/pdf.js/web/viewer.html?file="; var pdfUrl = "https:\/\/seer.fundarte.rs.gov.br\/index.php\/epa\/article\/download\/270\/367\/400"; $("#pdfCanvasContainer > iframe").attr("src", urlBase + encodeURIComponent(pdfUrl)); }); </script>]]> |