Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction2 landmarksFIX
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
DMobile Keyboard & AutofillAction1/1 eligible field(s) missing autocomplete or inputmodeFIX
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
BHeading Hierarchy1 headingsREVIEW
- H3 Masuk ke OTOMEDIS
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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #loginUsername | text | (cth. dr.aisyah) | placeholder only |
| #loginPassword | password | (••••••••) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" id="loginUsername">; <input type="password" id="loginPassword">
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
BForm Input Quality2 input-semantic issue(s) across 2 form control(s)REVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
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 |
|---|---|---|---|---|---|
| h3 Masuk ke OTOMEDIS | 5.11:1 | 3.0:1 | #000000 | #1B7FDB | Pass |
| title OTOMEDIS | 4.62:1 | 4.5:1 | #000000 | #1977D3 | Pass |
| button Indonesian | 4.80:1 | 4.5:1 | #000000 | #1A7AD6 | Pass |
| button English | 4.93:1 | 4.5:1 | #000000 | #1A7CD9 | Pass |
| div Gunakan akun yang di… | 5.23:1 | 4.5:1 | #000000 | #1B81DD | Pass |
| span Dokter | 5.35:1 | 4.5:1 | #000000 | #1C83DE | Pass |
| span Admin | 5.47:1 | 4.5:1 | #000000 | #1D85DF | Pass |
| label Username | 5.66:1 | 4.5:1 | #000000 | #1E88E1 | Pass |
| label Kata Sandi | 5.87:1 | 4.5:1 | #000000 | #1F8BE4 | Pass |
| span Masuk | 6.23:1 | 4.5:1 | #000000 | #2590E8 | Pass |
| div Username atau kata s… | 6.24:1 | 4.5:1 | #000000 | #2090EA | Pass |
| span Lupa kata sandi? Hub… | 7.39:1 | 4.5:1 | #000000 | #3F9FED | Pass |
| div OTOMEDIS | 6.53:1 | 4.5:1 | #000000 | #2594EC | Pass |
| div Otoscope Identificat… | 6.67:1 | 4.5:1 | #000000 | #2996EC | Pass |
| div Middle Ear Diseases | 6.83:1 | 4.5:1 | #000000 | #2D98ED | Pass |
| div Menu Utama | 6.98:1 | 4.5:1 | #000000 | #329AED | Pass |
| span Dashboard | 7.13:1 | 4.5:1 | #000000 | #359CED | Pass |
| span Input Data Pasien | 7.22:1 | 4.5:1 | #000000 | #399DED | Pass |
| span Hasil Deteksi | 7.40:1 | 4.5:1 | #000000 | #3E9FEE | Pass |
| span Statistik Penyakit | 7.99:1 | 4.5:1 | #000000 | #4BA6EE | 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.
BLighthouse Accessibility AuditsScore 89/100 — 2 failing, 10 passedREVIEW
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.
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 |
|---|
Gunakan akun yang diberikan oleh admin. div#loginView > div.login-card > div.login-form-side > div#loginSub |
Dokter div.login-form-side > div.role-toggle > button.active > span#roleToggleDokter |
Admin div.login-form-side > div.role-toggle > button > span#roleToggleAdmin |
Masuk div.login-form-side > form#loginForm > button.btn > span#btnLoginText |
Lupa kata sandi? Hubungi admin untuk reset akun. div.login-card > div.login-form-side > div.login-note > span#loginNote |
These are opportunities to improve the legibility of your content.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
A+Heading Text QualityAll 1 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 2 images OKPASS
ALink & Button Quality1 issue(s) across 6 links and 6 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| <button> | (empty) | empty | Add button text or aria-label |
Icon-only buttons need an aria-label so screen readers can announce them.
button#mobileToggle
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