Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
FLink & Button QualityAction9 issue(s) across 192 links and 1 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /cs/ | (empty) | empty | Add link text or aria-label |
| /sk/ | (empty) | empty | Add link text or aria-label |
| /de/ | (empty) | empty | Add link text or aria-label |
| /pl/ | (empty) | empty | Add link text or aria-label |
| /ro/ | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| /static/screenshots/auth.png | Login | img no alt | Add alt attribute to the image |
| /static/screenshots/db.png | Database overview | img no alt | Add alt attribute to the image |
| /static/screenshots/table.png | Table overview | img no alt | Add alt attribute to the image |
| /static/screenshots/create.png | Alter table | img no alt | Add alt attribute to the image |
| /static/screenshots/select.png | Select data | img no alt | Add alt attribute to the image |
| /static/screenshots/edit.png | Edit data | img no alt | Add alt attribute to the image |
| /static/screenshots/database.png | Server overview | img no alt | Add alt attribute to the image |
| /static/screenshots/schema.png | Database schema | img no alt | Add alt attribute to the image |
| /static/screenshots/dump.png | Export | img no alt | Add alt attribute to the image |
| /static/screenshots/sql.png | SQL command | img no alt | Add alt attribute to the image |
| /static/screenshots/mobile.gif | Mobile version | img no alt | Add alt attribute to the image |
| /static/screenshots/dark.png | Dark mode | img no alt | Add alt attribute to the image |
| https://www.paypal.com/donate/?hosted_bu… | Paypal | new tab | Add '(opens in new tab)' to text |
| https://github.com/sponsors/vrana | GitHub | new tab | Add '(opens in new tab)' to text |
| https://www.patreon.com/jakubvrana | Patreon | new tab | Add '(opens in new tab)' to text |
| https://hub.docker.com/_/adminer/ | Docker | new tab | Add '(opens in new tab)' to text |
| https://packages.debian.org/sid/adminer | Debian package | new tab | Add '(opens in new tab)' to text |
| https://wordpress.org/plugins/pexlechris… | Wordpress plugin | new tab | Add '(opens in new tab)' to text |
| https://www.drupal.org/project/adminer | Drupal module | new tab | Add '(opens in new tab)' to text |
| https://aur.archlinux.org/packages/admin… | Arch Linux package | new tab | Add '(opens in new tab)' to text |
| https://github.com/dockette/adminer | Dockette | new tab | Add '(opens in new tab)' to text |
| https://moodle.org/plugins/view.php?plug… | Moodle plugin | new tab | Add '(opens in new tab)' to text |
| http://dev.cmsmadesimple.org/projects/bt… | CMS Made Simple Module | new tab | Add '(opens in new tab)' to text |
| https://packagist.org/packages/onecentli… | Laravel | new tab | Add '(opens in new tab)' to text |
| https://github.com/robinflyhigh/laravel-… | Laravel | new tab | Add '(opens in new tab)' to text |
| https://github.com/dotzero/Laravel-Admin… | Laravel | new tab | Add '(opens in new tab)' to text |
| https://github.com/lusingander/eledminer | Electron | new tab | Add '(opens in new tab)' to text |
| https://github.com/lagdo/jaxon-adminer | Jaxon | new tab | Add '(opens in new tab)' to text |
| https://www.pikapods.com/?ref=adminer | PikaPods | new tab | Add '(opens in new tab)' to text |
| https://superhumanizer.ai/ | SuperHumanizer | new tab | Add '(opens in new tab)' to text |
| https://www.hostinger.com/ | Hostinger | 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 |
| javascript:; | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
/cs/; /sk/; /de/; /pl/; /ro/; a (#107 on page); a#fancybox-close; javascript:;; javascript:;
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/static/screenshots/auth.png"]; a[href="/static/screenshots/db.png"]; a[href="/static/screenshots/table.png"]; a[href="/static/screenshots/create.png"]; a[href="/static/screenshots/select.png"]; a[href="/static/screenshots/edit.png"]; a[href="/static/screenshots/database.png"]; a[href="/static/screenshots/schema.png"]; a[href="/static/screenshots/dump.png"]; a[href="/static/screenshots/sql.png"] (+2 more)
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.paypal.com/donate/?hosted_button_id=6PK5VNUCFT3FG; https://github.com/sponsors/vrana; https://www.patreon.com/jakubvrana; https://hub.docker.com/_/adminer/; https://packages.debian.org/sid/adminer; https://wordpress.org/plugins/pexlechris-adminer/; https://www.drupal.org/project/adminer; https://aur.archlinux.org/packages/adminer/; https://github.com/dockette/adminer; https://moodle.org/plugins/view.php?plugin=local_adminer (+9 more)
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
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
BAlt Text Quality35 of 57 images have issuesREVIEW
| Issue | Count |
|---|---|
| filename | 35 image(s) |
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 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 Screenshots | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Downloads | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Features | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Requirements | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Sponsors | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Why is Adminer bette… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Alternative designs | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 References | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Adminer - Database m… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Adminer | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Database management … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Adminer | 9.28:1 | 4.5:1 | #000000 | #B4AAAB | Pass |
| span Adminer Editor | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Plugins | 9.43:1 | 4.5:1 | #000000 | #98AFD5 | Pass |
| span News | 8.40:1 | 4.5:1 | #000000 | #8CA5CF | Pass |
| span Forums | 7.34:1 | 4.5:1 | #000000 | #7E9AC8 | Pass |
| span Bugs | 6.16:1 | 4.5:1 | #000000 | #6D8CC0 | Pass |
| span Code | 5.18:1 | 4.5:1 | #000000 | #5C7FB8 | Pass |
| p Adminer is available… | 4.40:1 | 4.5:1 | #000000 | #4D73B1 | Fail |
| strong MySQL | 3.79:1 | 3.0:1 | #000000 | #4168AB | 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 81/100 — 4 failing, 12 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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Screenshots body > div#container > h3 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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 |
|---|
div#header > ul#languages > li > a div#header > ul#languages > li > a |
div#header > ul#languages > li > a div#header > ul#languages > li > a |
div#header > ul#languages > li > a div#header > ul#languages > li > a |
div#header > ul#languages > li > a div#header > ul#languages > li > a |
div#header > ul#languages > li > a div#header > ul#languages > li > a |
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.
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 |
|---|
Older versions div#container > ul > li > a |
hever div#container > ul.extras > li > a |
nette div#container > ul.extras > li > a |
brade div#container > ul.extras > li > a |
ng9 div#container > ul.extras > li > a |
pepa-linha div#container > ul.extras > li > a |
lucas-sandery div#container > ul.extras > li > a |
win98 div#container > ul.extras > li > a |
pappu687 div#container > ul.extras > li > a |
mvt div#container > ul.extras > li > a |
lavender-light div#container > ul.extras > li > a |
rmsoft div#container > ul.extras > li > a |
rmsoft-blue div#container > ul.extras > li > a |
rmsoft-dark div#container > ul.extras > li > a |
adminer-dark div#container > ul.extras > li > a |
michael-grznar div#container > ul.extras > li > a |
pepa-linha-dark div#container > ul.extras > li > a |
ichier div#container > ul.extras > li > a |
filamentish div#container > ul.extras > li > a |
mancave div#container > ul.extras > li > a |
galkaev div#container > ul.extras > li > a |
dracula div#container > ul.extras > li > a |
cocoa div#container > ul.extras > li > a |
simple-theme div#container > ul.extras > li > a |
arcs-material div#container > ul.extras > li > a |
price div#container > ul.extras > li > a |
flat div#container > ul.extras > li > a |
haeckel div#container > ul.extras > li > a |
pokorny div#container > ul.extras > li > a |
paranoiq div#container > ul.extras > li > a |
bueltge div#container > ul.extras > li > a |
esterka div#container > ul.extras > li > a |
nicu div#container > ul.extras > li > a |
arcs- div#container > ul.extras > li > a |
konya div#container > ul.extras > li > a |
kahi div#container > ul.extras > li > a |
Several styles by Pematon div#container > ul > li > a |
Several styles by Robert Mesaros div#container > ul > li > a |
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.
AHeading Hierarchy9 headings, 1 skip(s)PASS
- H1 Adminer
- H3 Screenshots skipped
- H3 Downloads
- H3 Features
- H3 Requirements
- H3 Sponsors
- H3 Why is Adminer better than phpMyAdmin?
- H3 Alternative designs
- H3 References
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI