Skip to content
https://milenio.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
65
GRADE
D
FIX
3
REVIEW
6
PASS
4
INFO
0
Checks
13
4 PASS 6 REVIEW 3 FIX
D
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModeNo Dark Mode Detected
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
4 navigation landmark(s) detected
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation 4 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
1 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
B
Landmark Structure
45 landmarks
REVIEW
45 landmarks
Info::
<main> landmark present
Info::
4 <nav> landmark(s) found
Warning::
4 of 4 <nav> elements are unlabeled
Multiple navigations need aria-label to distinguish them for screen readers.
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Page Structure — as a screen reader sees it
BANNER header NAV MAIN ASIDE CONTENTINFO footer

Multiple navigations need aria-label to distinguish them for screen readers.

Why this matters

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.

Why this matters

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

B
Alt Text Quality
2 of 93 images have issues
REVIEW
2 of 93 images have issues
Warning::
2 image(s) with generic alt text
Info::
14 image(s) with alt text over 125 characters
Info::
15 decorative image(s) correctly marked
Info::
62 image(s) with good alt text
93 images 62 good alt text 15 decorative 2 generic
IssueCount
generic2 image(s)
too long14 image(s)
C
Favicon & Branding
Action
5 icon(s) detected
REVIEW
5 icon(s) detected
Warning::
No favicon.ico at site root
Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
Multiple icon sizes detected
favicon.ico Missing
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Present
B
Web Manifest
Valid manifest
REVIEW
Valid manifest
Info::
Name present: milenio-assets-bundle
Warning::
No 192x192 icon
A 192px icon is required for PWA installation.
Info::
Display mode: standalone
PWA Install Criteria Not Installable
Name milenio-assets-bundle 192×192 icon 512×512 icon Start URL / Display Mode standalone
Name milenio-assets-bundle Display Mode standalone Theme Color #42b883 Background Color #ffffff
B
Lighthouse Accessibility Audits
Score 86/100 — 3 failing, 23 passed
REVIEW
86

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.

Names and labels

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
logo-user header#main-header > div.navbar > div.navbar__right > button.account-icon-mobile

These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Naasón Joaquín García admitió su culpabilidad por abusos, mientras en México la… article.sn-opinion-descriptive > ul.sn-opinion-descriptive__container > li.sn-opinion-descriptive__abstract > span
M2 section.ctr-modules-base > div.card-group > header.eo-billboard-section-image-secondary > h2.eo-billboard-section-image-secondary__title

These are opportunities to improve the legibility of your content.

Tables and lists

Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
La espía perfecta del ‘Che’: vivió tres vidas en América Latina REPORTAJE Vale… div.card-group > section.ctr-modules-markup-centered > div.ctr-modules-markup-centered__container > li.lr-list-row-row-picture
Más guapas, más caras: TikTok dispara negocio millonario CRÓNICA José Ramón Hue… div.card-group > section.ctr-modules-markup-centered > div.ctr-modules-markup-centered__container > li.lr-list-row-row-picture

These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Document has a main landmark.
All heading elements contain content.
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Deprecated ARIA roles were not used
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
`[role]`s have all required `[aria-*]` attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
`[role]` values are valid
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
Uses ARIA roles only on compatible elements
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
A+
Heading Hierarchy
113 headings
PASS
113 headings
Info::
Single H1 present
Warning::
1 empty heading(s)
Empty headings appear in the document outline but provide no information.
  • H2 PRINCIPALES
  • H2 Sheinbaum presenta comité para evaluar extracción de gas no convencional
  • H2 El PT ha sobrevivido con 118 militantes prestados
  • H2 Magnicharters se esfuma y debe 150 mdp a agencias
  • H2 Farías Laguna pide en carta intervención de Sheinbaum
  • H2 Correcciones necesarias
  • H2 Trump contra los suyos
  • H2 Desapariciones: engañaron a Claudia
  • H2 Sobre la miseria de culpar al cartero
  • H2 Zoológico de León, con sobrepoblación y especies sin documentos
  • H2 Murió Jesús Espinoza, alcalde de Nuevo Parangaricutiro, Michoacán
  • H2 Shock chino 2.0, avalancha de alta tecnología
  • H2 La isla de Pedro Infante. Vive de su leyenda y resiste al olvido
  • H2 La espía perfecta del ‘Che’: vivió tres vidas en América Latina
  • H2 Más guapas, más caras: TikTok dispara negocio millonario
  • H2 DESTACADAS
  • H2 Vicky Tovar recuerda su lucha en el arbitraje
  • H2 Murió Lucha Moreno, ícono de la música mexicana
  • H2 León XIV, nuevo referente global tras críticas a Trump
  • H2 Trabajadores de Tornel en Azcapotzalco, en huelga
  • H2 Aspirantes al INE rechazan cuestionamientos a sus altos puntajes en examen
  • H2 Sheinbaum, entre los 100 líderes más influyentes
  • H2 Medicina de la longevidad: charlatanería del siglo XXI
  • H2 Alan Pulido sale de Chivas
  • H2 Pulido, una estrella fugaz
  • H2 Mujer entrega a su bebé para pagar deuda en Oaxaca
  • H2 Experta nos orienta cómo prevenir la trata de personas durante el Mundial 2026
  • H2 Impreso
  • H2 Milenio +
  • H2 Así controla la Familia Michoacana zonas de Guerrero
  • H2 FGR reserva necropsia de 'El Mencho' por seguridad nacional
  • H2 Con engaños, narcos en Michoacán reclutan a militares de Sudamérica
  • H2 Entrenamentes
  • H2 De Interés
  • H2 “El primer paso fue comprar la máquina”: El duelo de los hombres con calvicie
  • H2 “No es solo amor”; especialista de Covher Consultores explica las claves para hacer un patrimonio en pareja fuera de México
  • H2 ¿Ya no duermes como antes? Las verdaderas razones por las que tu sueño cambió con los años
  • H2 Estos son los órganos que se ven más afectados al no dormir bien, según experto
  • H2 El próximo fenómeno de 'El Niño' sería el más intenso en 140 años, advierten expertos
  • H2 Guillermo Herrera-Arcos, el mexicano en el MIT que desarrolla terapias innovadoras
  • H2 Actualidad
  • H2 David Toscana, ganador del Premio Alfaguara de Novela 2026, ahonda en 'El ejército ciego', su nuevo libro
  • H2 Expertos explican ventajas del registro de móviles
  • H2 Beatriz Rivas y los libros para reconciliarse con la vida
  • H2 Rauw Alejandro y Wagner Moura, entre los artistas latinos más influyentes según la revista Time
  • H2 Boxeadores de Durango buscarán medallas en la Olimpiada Nacional 2026
  • H2 Destacan detenciones en Torreón a través del sistema de videovigilancia
  • H2 Presidente de Bravos advierte con sacar la franquicia de León si no hay nuevo estadio
  • H2 Diputados de Morena impulsan 'Ley Anti Mayer' para negar licencias por recreación o entretenimiento
  • H2 Muere joven motociclista tras chocar contra camioneta al sur de Monterrey
  • H2 Opinión
  • H2 La impunidad mexicana de La Luz del Mundo
  • H2 La Luz del Mundo y la impunidad nacional
  • H2 Trascendió
  • H2 Pasos en la azotea y el ajuste que viene
  • H2 “Con los pobres de la tierra…”
  • H2 Donald Homelander
  • H2 Camino propio
  • H2 InVersiones
  • H2 Netflix, ¿parteaguas o alerta millonaria?
  • H2 Partido de España costó una fortuna
  • H2 Alan Pulido, una estrella fugaz
  • H2 Infraestructura: incentivos, no imposiciones
  • H2 Revueltas: toda su obra para piano
  • H2 Karen Itzel
  • H2 'Los Simpson': orgullo de México
  • H2 Negocios
  • H2 FinCEN aprueba transferencias para concluir liquidación de CIBanco
  • H2 De la papa al anaquel: así se construye la cadena de valor de PepsiCo
  • H2 'Shock' chino 2.0: la avalancha de productos de alta tecnología
  • H2 ¿Qué puede esperar el mundo de la guerra en Medio Oriente?
  • H2 Guerra en Medio Oriente ensombrece panorama económico mundial, advierten especialistas
  • H2 M2
  • H2 Confirman fecha de estreno de 'Gladys', precuela de 'La Hora de la Desaparición'
  • H2 American Eagle lanza otra campaña con Sydney Sweeney
  • H2 Declaran culpable de monopolio a Live Nation en EU
  • H2 Madonna revela portada de su álbum: 'Confessions On a Dance Floor. Part II'
  • H2 LA AFICIÓN
  • H2 'Canelo' Álvarez confirma fecha y lugar para su regreso
  • H2 Deschamps confirma la baja de Ekitiké con Francia para el Mundial 2026
  • H2 Chivas, con calendario 'privilegiado' en la recta final
  • H2 NO TE LO PIERDAS
  • H2 ¿Cuánto cuesta el kilo de tortilla en México?
  • H2 ¿Cuáles son los derechos de las infancias en México?
  • H2 Colombia busca sacrificar a los hipopótamos de Pablo Escobar
  • H2 ¿El SAT descuenta impuestos por pago de utilidades?
  • H1 (empty)
  • H2 Videos
  • H2 Gobierno federal confirma incremento de homicidios dolosos en dos estados
  • H2 Trabajadores de Pemex bloquean vialidad en CdMx; exigen pagos pendientes
  • H2 Copa Futbot MX impulsa talento joven con tecnología rumbo al Mundial
  • H2 ¿Hielo en la Luna? China lanza Chang’e-7 para ganar la carrera espacial
  • H2 Atlético de Madrid vs Barcelona: resumen y análisis del partido
  • H2 ¿Crueldad o necesidad? El plan para eliminar a los hipopótamos de Escobar
  • H2 NUESTRAS MARCAS
  • H3 CHIC MAGAZINE
  • H2 Taylor Momsen es hospitalizada por picadura de araña en México
  • H2 ¿Luis Miguel colaboraría con Cristian Castro? Esto es lo que se sabe
  • H3 REVISTA FAMA
  • H2 Acusan a Emiliano Aguilar de cobrar exorbitante cantidad por entrevista
  • H2 Reviven video de Majo Aguilar hablando MAL de Ángela
  • H3 MEDIOTIEMPO
  • H2 ¡Pide explicaciones! Emilio Azcárraga visitó instalaciones del América
  • H2 ¡OFICIAL! Chivas confirma la salida de Alan Pulido
  • H3 TELEDIARIO MX
  • H2 Golpean a adolescente por una deuda de su tío en Ecatepec
  • H2 31 Minutos dará concierto gratis en el Zócalo CdMx por el Día del Niño
  • H3 SÉPTIMA ENTRADA
  • H2 Diablos Rojos revela sus nuevos uniformes para la Temporada 2026 de la LMB
  • H2 Ramiro Peña y Sultanes serán inteligentes con el nuevo reto ABS
  • H3 LIBROTEA
  • H2 Alex García y los libros que construyen mundos
  • H2 Beatriz Rivas y los libros para reconciliarse con la vida

Empty headings appear in the document outline but provide no information.

Why this matters

Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.

Source: WCAG 2.4.6

A
Form Accessibility
1 of 1 controls have issues
PASS
1 of 1 controls have issues
Warning::
1 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="search" name="text">
1 controls
0 labeled
1 placeholder only
0 unlabeled
ControlTypeLabelMethod
textsearch(¿Qué buscas?)placeholder only

Placeholder text disappears on focus and is not a reliable label.

<input type="search" name="text">

Why this matters

Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.

Learn more

Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).

Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman

A
404 Error Page
HTTP 404, custom page
PASS
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
Info::
Navigation links present on 404 page
Info::
Homepage link present on 404 page
Info::
Search form present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title Página no encontrada- Grupo Milenio Custom Styling Navigation Homepage Link Search Form
A+
Color Contrast (Screenshot)
20 text elements analyzed, 0 fail WCAG AA
PASS

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

20 pass
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h2 PRINCIPALES21.00:13.0:1
#000000
#FFFFFF
Pass
h2 DESTACADAS21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Impreso21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Milenio +21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Entrenamentes21.00:13.0:1
#000000
#FFFFFF
Pass
h2 De Interés21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Actualidad21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Opinión21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Negocios21.00:13.0:1
#000000
#FFFFFF
Pass
h2 LA AFICIÓN21.00:13.0:1
#000000
#FFFFFF
Pass
h2 NO TE LO PIERDAS21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Videos21.00:13.0:1
#000000
#FFFFFF
Pass
h2 NUESTRAS MARCAS21.00:13.0:1
#000000
#FFFFFF
Pass
h3 CHIC MAGAZINE21.00:13.0:1
#000000
#FFFFFF
Pass
h3 REVISTA FAMA21.00:13.0:1
#000000
#FFFFFF
Pass
h3 MEDIOTIEMPO21.00:13.0:1
#000000
#FFFFFF
Pass
h3 TELEDIARIO MX21.00:13.0:1
#000000
#FFFFFF
Pass
h3 SÉPTIMA ENTRADA21.00:13.0:1
#000000
#FFFFFF
Pass
h3 LIBROTEA21.00:13.0:1
#000000
#FFFFFF
Pass
title MILENIO | Noticias d…21.00:14.5:1
#000000
#FFFFFF
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.

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback