Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure3 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
B404 Error PageHTTP 404, custom pageREVIEW
CWeb ManifestActionValid manifestREVIEW
BLighthouse Accessibility AuditsScore 89/100 — 3 failing, 17 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 |
|---|
Copyright © 2026 Modsecurity Project. All Rights Reserved. footer.footer > div.container > div.copyright > p |
Edit this page on GitHub div.container > div.copyright > div.copyright__accessibility-git-wrapper > a.nowrap |
These are opportunities to improve the legibility of your content.
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 |
|---|
nav.main-menu > div.main-menu__cta-language-wrapper > div.main-menu__search-language-wrapper > a.main-menu-search nav.main-menu > div.main-menu__cta-language-wrapper > div.main-menu__search-language-wrapper > a.main-menu-search |
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
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 Hierarchy9 headingsPASS
- H1 OWASPModsecurity Project
- H2 Open Source Web Application Firewall
- H2 The most widespread open source WAF
- H2 ModSecurity under OWASP's custodianship
- H3 Getting Started
- H2 Usage scenarios
- H2 Principles
- H2 Community
- H2 Latest Blog Posts
A+Alt Text QualityAll 8 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality1 issue(s) across 38 links and 1 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| http://modsecurity.org/search | (empty) | empty | Add link text or aria-label |
| https://github.com/owasp-modsecurity/web… | Edit this page on GitHub | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
http://modsecurity.org/search
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://github.com/owasp-modsecurity/website/blob/main/content/_index.md
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
AFavicon & Branding7 icon(s) detectedPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 |
|---|---|---|---|---|---|
| h1 OWASP | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Project | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Open Source Web Appl… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The most widespread … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 ModSecurity under OW… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Usage scenarios | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Principles | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Community | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Latest Blog Posts | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Getting Started | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Modsecurity Project | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Blog | 19.43:1 | 4.5:1 | #000000 | #F6F6F6 | Pass |
| a All posts | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span History | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a News | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span See the latest news | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Videos | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Documentation | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Installing | 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.