Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile Keyboard & AutofillAction2/2 eligible field(s) missing autocomplete or inputmodeFIX
DTabindex Anti-PatternsAction0 positive, 17 -1-on-focusableFIX
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
BLink & Button Quality1 issue(s) across 46 links and 19 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| https://www.javalf.com/product-page/corr… | Vista rápida | img no alt | Add alt attribute to the image |
| https://www.javalf.com/product-page/somb… | Vista rápida | img no alt | Add alt attribute to the image |
| https://www.javalf.com/product-page/gel-… | Vista rápida | img no alt | Add alt attribute to the image |
| https://www.javalf.com/product-page/rubo… | Vista rápida | img no alt | Add alt attribute to the image |
| https://www.javalf.com/product-page/pale… | Vista rápida | img no alt | Add alt attribute to the image |
| https://www.javalf.com/product-page/base… | Vista rápida | img no alt | Add alt attribute to the image |
| https://www.javalf.com/product-page/más… | Vista rápida | img no alt | Add alt attribute to the image |
| https://www.javalf.com/product-page/láp… | Vista rápida | img no alt | Add alt attribute to the image |
| https://www.javalf.com/product-page/deli… | Vista rápida | img no alt | Add alt attribute to the image |
| https://www.javalf.com/product-page/masc… | Vista rápida | img no alt | Add alt attribute to the image |
| https://www.javalf.com/product-page/exfo… | Vista rápida | img no alt | Add alt attribute to the image |
| https://www.javalf.com/product-page/bál… | Vista rápida | img no alt | Add alt attribute to the image |
| https://www.facebook.com/profile.php?fb_… | new tab | Add '(opens in new tab)' to text | |
| https://www.pinterest.com/wixcom/ | | new tab | Add '(opens in new tab)' to text |
| https://wix.com?utm_campaign=vir_created… | Wix.com | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
a.tx4Jvn (#116 on page)
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://www.facebook.com/profile.php?fb_profile_edit_entry_point=%7B%22click_…; https://www.pinterest.com/wixcom/; https://wix.com?utm_campaign=vir_created_with
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
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction4 icon(s) detectedREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 |
|---|---|---|---|---|---|
| title INICIO | Javalf | 6.84:1 | 4.5:1 | #000000 | #D3788D | Pass |
| span top of page | 6.84:1 | 4.5:1 | #000000 | #D3788D | Pass |
| span Envío gratis a part… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Search | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a JAVALF | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p INICIO | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p TIENDA | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a OJOS | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a LABIOS | 13.60:1 | 4.5:1 | #000000 | #F1C7B8 | Pass |
| a ROSTRO | 14.21:1 | 4.5:1 | #000000 | #F4CCBC | Pass |
| p ACERCA DE | 14.36:1 | 4.5:1 | #000000 | #F5CDBE | Pass |
| p CONTACTO | 14.45:1 | 4.5:1 | #000000 | #F4CEC1 | Pass |
| p Más | 14.45:1 | 4.5:1 | #000000 | #F4CEC1 | Pass |
| div Use tab to navigate … | 13.97:1 | 4.5:1 | #000000 | #F2CABE | Pass |
| span Login | 6.46:1 | 4.5:1 | #000000 | #A28987 | Pass |
| span DESCUBRE TU NUEVA PA… | 13.30:1 | 4.5:1 | #000000 | #F0C4B9 | Pass |
| span Productos de maquill… | 13.04:1 | 4.5:1 | #000000 | #EEC2B7 | Pass |
| span COMPRAR AHORA > | 12.63:1 | 4.5:1 | #000000 | #EDBEB4 | Pass |
| span DESCUBRE TU BELLEZA … | 12.24:1 | 4.5:1 | #000000 | #EABBB1 | Pass |
| span Hidratante labial | 11.77:1 | 4.5:1 | #000000 | #E9B6AF | 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.
ALandmark Structure10 landmarksPASS
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
A+Heading Hierarchy7 headingsPASS
- H1 Productos de maquillaje mineral
- H2 DESCUBRE TU BELLEZA NATURAL
- H2 LA BELLEZA COMIENZA AQUÍ
- H2 ESCOGE TU MAQUILLAJE
- H2 LA BASE ES TODO
- H2 # Únete a la comunidad de Javalf
- H2
AHeading Text Quality2 heading-text-quality issue(s) detectedPASS
A+Alt Text Quality1 of 70 images have issuesPASS
| Issue | Count |
|---|---|
| filename | 1 image(s) |
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #form-field-input-7dbc591b-13d8-4952-28e0-854fdb550a4f-comp-mpcbbsc3- | SUSCRÍBETE A LA NEWSLETTER | aria-label | |
| #checkbox-606 | checkbox | none |
A+Form Input Types2 form control(s) checked, no type mismatchesPASS
A+Form Input Quality2 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "es"PASS
A+Iframe AccessibilityAll 1 iframe(s) have descriptive titlesPASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 97 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth2 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 27 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.