Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure7 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
CFavicon & BrandingAction5 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 7 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
3 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 gub.uy | 8.59:1 | 3.0:1 | #000000 | #A9A5A2 | Pass |
| h2 Página principal | 17.16:1 | 3.0:1 | #000000 | #E2E9F1 | Pass |
| h2 Pie de página | 17.16:1 | 3.0:1 | #000000 | #E2E9F1 | Pass |
| h3 Derechos, cuidados y… | 17.16:1 | 3.0:1 | #000000 | #E2E9F1 | Pass |
| h3 Otros temas de inter… | 17.16:1 | 3.0:1 | #000000 | #E2E9F1 | Pass |
| h3 Lo más consultado | 17.16:1 | 3.0:1 | #000000 | #E2E9F1 | Pass |
| h3 Trámites y servicio… | 17.16:1 | 3.0:1 | #000000 | #E2E9F1 | Pass |
| h3 Trámites destacados | 17.16:1 | 3.0:1 | #000000 | #E2E9F1 | Pass |
| h3 Organismos | 17.16:1 | 3.0:1 | #000000 | #E2E9F1 | Pass |
| h3 Servicios | 17.16:1 | 3.0:1 | #000000 | #E2E9F1 | Pass |
| title Sitio oficial de la … | 2.23:1 | 4.5:1 | #000000 | #25418E | Fail |
| a Pasar al contenido p… | 2.23:1 | 4.5:1 | #000000 | #25418E | Fail |
| span Sitio oficial de la … | 2.23:1 | 4.5:1 | #000000 | #25418E | Fail |
| span User | 2.23:1 | 4.5:1 | #000000 | #25418E | Fail |
| p Ingresar | 19.95:1 | 4.5:1 | #000000 | #F9F9F9 | Pass |
| a Perfil gub.uy | 17.16:1 | 4.5:1 | #000000 | #E2E9F1 | Pass |
| a Organismos | 3.20:1 | 4.5:1 | #000000 | #5D5E56 | Fail |
| a Presidencia | 2.78:1 | 4.5:1 | #000000 | #63522F | Fail |
| a Ministerios | 4.02:1 | 4.5:1 | #000000 | #7C6A4A | Fail |
| a Gobiernos Departamen… | 4.75:1 | 4.5:1 | #000000 | #877655 | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
A+Heading Hierarchy13 headingsPASS
- H1 gub.uy
- H2 Página principal
- H3 Actualización de productos de la canasta del hogar
- H3 Uruguay Innova (U+I)
- H3 Derechos, cuidados y diversidad social
- H3 Otros temas de interés
- H3 Lo más consultado
- H3 Trámites y servicios
- H3 Trámites destacados
- H3 gub.uy: Portal oficial del Estado
- H2 Pie de página
- H3 Organismos
- H3 Servicios
A+Alt Text QualityAll 27 images OKPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #edit-search-api-fulltext | search | Buscar en gubuy | for/id |
A+Link & Button Quality80 links, 6 buttons — all OKPASS
A404 Error PageHTTP 404, custom pagePASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 24 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.