Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DForm AccessibilityAction4 of 7 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #cookies_necessary | checkbox | Cookies necesarias Estas cookies son esenciales para el funcionamiento de la web en su plena capacidad. No pueden desactivarse. Más información | for/id |
| #cookies_analytics | checkbox | Cookies analíticas Estas cookies nos ayudan a mejorar nuestra website entendiendo el rendimiento y su uso anónimamente. Más información | for/id |
| #cookies_thirdParty | checkbox | Cookies de terceros Estas cookies nos ayudan a llegarle a través de otros sitios con comunicaciones de marketing y ofertas especiales. Más información | for/id |
| #search-keywords | text | (Buscar por nombre de producto o palabras clave) | placeholder only |
| input | submit | (none) | none |
| input | text | (none) | none |
| #et_pb_signup_email | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="email" id="et_pb_signup_email">; <input type="submit">; <input type="text">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="keywords" id="search-keywords">
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
FLink & Button QualityAction16 issue(s) across 114 links and 21 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| javascript:; | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
| /p/speakers/sound-blaster-gs5 | (empty) | empty | Add link text or aria-label |
| /p/speakers/creative-pebble-nova | (empty) | empty | Add link text or aria-label |
| /p/sound-blaster/sound-blaster-g8 | (empty) | empty | Add link text or aria-label |
| /p/speakers/sound-blaster-gs5 | (empty) | empty | Add link text or aria-label |
| /p/speakers/creative-pebble-nova | (empty) | empty | Add link text or aria-label |
| https://register.creative.com | Registre su producto | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/CreativeLabs | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/creativelabs | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/creativelabs/ | new tab | Add '(opens in new tab)' to text | |
| http://youtube.com/CreativeStores/ | YouTube | new tab | Add '(opens in new tab)' to text |
| # | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a#tag-top; javascript:;; javascript:;; /p/speakers/sound-blaster-gs5; /p/speakers/creative-pebble-nova; /p/sound-blaster/sound-blaster-g8; /p/speakers/sound-blaster-gs5; /p/speakers/creative-pebble-nova; #; javascript:; (+3 more)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://register.creative.com; https://www.facebook.com/CreativeLabs; https://twitter.com/creativelabs; https://www.instagram.com/creativelabs/; http://youtube.com/CreativeStores/
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.slick-dot (#467 on page); button.slick-dot (#469 on page); button.slick-dot (#471 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
FFavicon & BrandingAction2 icon(s) detectedFIX
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
DLighthouse Accessibility AuditsActionScore 61/100 — 11 failing, 20 passedFIX
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.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide00 div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide00 |
1 div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide20 |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_builder_inner_content > div.et_pb_section > div.et_pb_row > ul.slick-dots div.et_builder_inner_content > div.et_pb_section > div.et_pb_row > ul.slick-dots |
1
2
3
4
5 div.et_builder_inner_content > div.et_pb_section > div.et_pb_row > ul.slick-dots |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide00 div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide00 |
1 div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide20 |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_pb_row > div.et_pb_column > div.slick-list > div.slick-track div.et_pb_row > div.et_pb_column > div.slick-list > div.slick-track |
SOUND BLASTER GS5
ILUMINA TU JUEGO
MÁS INFORMACIÓN
NUEVO
PEBBLE NOVA
UN NUEVO… div.et_pb_row > div.et_pb_column > div.slick-list > div.slick-track |
SOBRE LA MARCHA
JUEGOS
FITNESS
PELIS Y MÚSICA
TRABAJAR Y ESTUDIAR
SOBRE LA… div.et_pb_section > div.et_pb_row > div.slick-list > div.slick-track |
When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about toggle fields.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_pb_column > div.slick-list > div.slick-track > div.et_pb_module div.et_pb_column > div.slick-list > div.slick-track > div.et_pb_module |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_pb_row > ul.slick-dots > li#slick-slide00 > button.slick-dot div.et_pb_row > ul.slick-dots > li#slick-slide00 > button.slick-dot |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_pb_code_inner > form#form_signup > div.mdl-textfield > input#et_pb_signup_email div.et_pb_code_inner > form#form_signup > div.mdl-textfield > input#et_pb_signup_email |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
li#alert-box-container > div#alert-box > div.alert-box-inner > a.close li#alert-box-container > div#alert-box > div.alert-box-inner > a.close |
div#sec-menu > ul.nav > li > a#nav-sitemap div#sec-menu > ul.nav > li > a#nav-sitemap |
div.slick-list > div.slick-track > div.et_pb_module > a div.slick-list > div.slick-track > div.et_pb_module > a |
div#__layout > div#page-container > div#search-bar > a.close div#__layout > div#page-container > div#search-bar > a.close |
div#__layout > div#page-container > div#nav-account-menu > a.i-cross div#__layout > div#page-container > div#nav-account-menu > a.i-cross |
div#__layout > div#page-container > div#product-menu > a.close div#__layout > div#page-container > div#product-menu > a.close |
div#__layout > div#page-container > div#sale-menu > a.close div#__layout > div#page-container > div#sale-menu > a.close |
div#__layout > div#page-container > div#notification-bar > a.close div#__layout > div#page-container > div#notification-bar > a.close |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
NOVEDADES div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > p |
NUEVO div.et_pb_module > div.et_pb_code_inner > div.hl_wrapper > div.hlnewtag |
REDEFINIENDO TU EXPERIENCIA DE AUDIO div.et_pb_row > div.et_pb_column > div.et_pb_module > div.et_pb_text_inner |
NUESTRAS MARCAS div.et_pb_row > div.et_pb_column > div.et_pb_module > div.et_pb_text_inner |
PREMIOS & RECONOCIMIENTOS div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > p |
CORREO ELECTRÓNICO* div.et_pb_code_inner > form#form_signup > div.mdl-textfield > label.mdl-textfield__label |
These are opportunities to improve the legibility of your content.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Productos
SXFI
Ofertas
Ofertas de paquetes
Help
Soporte div#side-menu > div.menu-content > div.home-menu > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_pb_row > ul.slick-dots > li#slick-slide00 > button.slick-dot div.et_pb_row > ul.slick-dots > li#slick-slide00 > button.slick-dot |
1 div.et_pb_row > ul.slick-dots > li#slick-slide20 > button |
These items highlight common accessibility best practices.
CLandmark StructureAction2 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
BHeading Hierarchy7 headingsREVIEW
- H2 ¿Necesita ayuda?
- H2 Explorar
- H2 Altavoces
- H2 Auriculares
- H2 Sound Blaster
- H2 Cámaras web
- H2 Adaptadores & accesorios
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
C404 Error PageActionHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 ¿Necesita ayuda? | 1.74:1 | 3.0:1 | #000000 | #21384D | Fail |
| h2 Explorar | 1.74:1 | 3.0:1 | #000000 | #21384D | Fail |
| title Creative Labs (Espa… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Usamos cookies, que … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button MÁS INFO | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button HECHO | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button PERMITIR TODAS | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong Cookies necesarias | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| p Estas cookies son es… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Más información | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong Cookies analíticas | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| p Estas cookies nos ay… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Más información | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong Cookies de terceros | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| p Estas cookies nos ay… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Más información | 20.65:1 | 4.5:1 | #000000 | #FDFDFD | Pass |
| a Productos | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a SXFI | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Comprar | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Ayuda | 21.00:1 | 4.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.