Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction5 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
Multiple navigations need aria-label to distinguish them for screen readers.
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.
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
DForm AccessibilityAction6 of 7 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #adminbar-search | text | Caută | for/id |
| #pirate-forms-contact-email | (Emailul tău) | placeholder only | |
| #pirate-forms-contact-subject | text | (Subiect) | placeholder only |
| #pirate-forms-contact-message | textarea | (Mesajul tău) | placeholder only |
| #pirate-forms-contact-name | text | (Numele tău) | placeholder only |
| #form_honeypot | text | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="honeypot" id="form_honeypot">; <input type="submit">
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="pirate-forms-contact-name" id="pirate-forms-contact-name">; <input type="email" name="pirate-forms-contact-email" id="pirate-forms-contact-email">; <input type="text" name="pirate-forms-contact-subject" id="pirate-forms-contact-subject">; <textarea name="pirate-forms-contact-message" id="pirate-forms-contact-message">
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
FFavicon & BrandingActionNo icons 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
CLink & Button QualityAction109 links, 3 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://rotarydrobeta.org | Home | img no alt | Add alt attribute to the image |
| https://rotarydrobeta.org/sectiunea/en/ | English | img no alt | Add alt attribute to the image |
| https://rotarydrobeta.org/hai-la-film/ | Hai la film! | img no alt | Add alt attribute to the image |
| https://rotarydrobeta.org/o-cana-de-feri… | O cană de fericire, ediția a… | img no alt | Add alt attribute to the image |
| http://www.facebook.com/rotary.drobetatu… | Legătură Facebook | new tab | Add '(opens in new tab)' to text |
| http://twitter.com/rotarydrobeta | Legătură Twitter | new tab | Add '(opens in new tab)' to text |
| http://www.linkedin.com/company/rotary-c… | Legătură Linkedin | new tab | Add '(opens in new tab)' to text |
| https://themeisle.com | ThemeIsle | new tab | Add '(opens in new tab)' to text |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://rotarydrobeta.org/hai-la-film/"]; a[href="https://rotarydrobeta.org/o-cana-de-fericire-editia-a-2-a/"]
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.
http://www.facebook.com/rotary.drobetaturnuseverin.continental; http://twitter.com/rotarydrobeta; http://www.linkedin.com/company/rotary-club-drobeta-turnu-severin-continental; https://themeisle.com
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
BTabindex Anti-Patterns1 positive, 4 -1-on-focusableREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Rotary Club Drobeta … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Obiectivele noastre | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Despre noi | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Sponsorii noştri | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Proiecte | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Ultimele ştiri | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Contactaţi-ne | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Vocaţional | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Comunitatea | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Internaţional | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Noua generaţie | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Donaţi pentru copii… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Google | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Google | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Google | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Google | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Redirecţionaţi 2% … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Rotary Club Drobeta … | 1.32:1 | 4.5:1 | #000000 | #1D2327 | Fail |
| span Comută navigarea | 1.18:1 | 4.5:1 | #000000 | #15181B | Fail |
| a Sari la conținut | 1.05:1 | 4.5:1 | #000000 | #080808 | Fail |
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 88/100 — 4 failing, 28 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.
ARIA
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 |
|---|
HAI LA FILM!
Vino sa descoperi viața de licean, cu povești de iubire, cu pasiu… section#latestnews > div.container > div#carousel-homepage-latestnews > div.carousel-inner |
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.
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 |
|---|
Vino sa descoperi viața de licean, cu povești de iubire, cu pasiuni dar și deza… div.item > div.col-sm-3 > div.latesnews-content > p |
UPDATE 19 DECEMBRIE 2025 Cea de-a doua etapa a proiectului O cana de fericire s… div.item > div.col-sm-3 > div.latesnews-content > p |
UPDATE 14 noiembrie 2025 Festivitatea de premiere Cupa Rotary Drobeta ediția a … div.item > div.col-sm-3 > div.latesnews-content > p |
Promenada 2024! Pe o vreme nu foarte prielnică, cu in suflet, ne-am întâlnit, s… div.item > div.col-sm-3 > div.latesnews-content > p |
Zerif Lite developed by ThemeIsle footer#footer > div.container > div.col-md-3 > div.zerif-copyright-box |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Read more about Hai la film!
[…] div.col-sm-3 > div.latesnews-content > p > a |
Read more about O cană de fericire, ediția a 2-a, decembrie 2025
[…] div.col-sm-3 > div.latesnews-content > p > a |
Read more about Cupa Rotary la șah, Ediția a III-a
[…] div.col-sm-3 > div.latesnews-content > p > a |
ThemeIsle div.container > div.col-md-3 > div.zerif-copyright-box > a.zerif-copyright |
These are opportunities to improve the legibility of your content.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sari la bara de unelte body.home-page > div#wpadminbar > a.screen-reader-shortcut |
These are opportunities to improve keyboard navigation in your application.
A+Heading Hierarchy25 headingsPASS
- H1 Rotary Club Drobeta Turnu Severin Continental, Romania
- H2 Obiectivele noastre
- H3 Vocaţional
- H3 Comunitatea
- H3 Internaţional
- H3 Noua generaţie
- H3 Donaţi pentru copiii din Drobeta Turnu Severin şi judeţul Mehedinţi
- H2 Despre noi
- H2 Sponsorii noştri
- H3 Google
- H3 Google
- H3 Google
- H3 Google
- H2 Proiecte
- H3 Redirecţionaţi 2% din impozitul pe venit pentru acţiuni caritabile
- H2 Ultimele ştiri
- H3 Hai la film!
- H3 O cană de fericire, ediția a 2-a, decembrie 2025
- H3 Cupa Rotary la șah, Ediția a III-a
- H3 Promenada inimilor 2024
- H3 O cană de fericire (final)
- H3 O cană de fericire (5)
- H3 O cană de fericire (4)
- H3 O cană de fericire (3)
- H2 Contactaţi-ne