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
FAlt Text QualityAction6 of 25 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 6 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FLink & Button QualityAction17 issue(s) across 129 links and 5 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| https://www.instagram.com/divephotoguide | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/underwaterphoto… | (empty) | empty | Add link text or aria-label |
| https://www.x.com/divephotoguide | (empty) | empty | Add link text or aria-label |
| https://www.threads.net/@divephotoguide | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/divephotoguide | (empty) | empty | Add link text or aria-label |
| /rss-feed/ | (empty) | empty | Add link text or aria-label |
| https://www.divephotoguide.com/underwate… | Shallow Depth of Field: Make Y… | img no alt | Add alt attribute to the image |
| https://www.divephotoguide.com/underwate… | ADEX 2026 Voice of the Ocean W… | img no alt | Add alt attribute to the image |
| https://www.divephotoguide.com/underwate… | Photographer of the Week – A… | img no alt | Add alt attribute to the image |
| https://www.divephotoguide.com/underwate… | Destination Portfolio: Western… | img no alt | Add alt attribute to the image |
| https://www.divephotoguide.com/underwate… | Photographing Batfish | img no alt | Add alt attribute to the image |
| https://www.divephotoguide.com/underwate… | (empty) | empty | Add link text or aria-label |
| https://www.underwatercompetition.com/vo… | (empty) | empty | Add link text or aria-label |
| https://www.underwatercompetition.com/ma… | (empty) | empty | Add link text or aria-label |
| https://www.divephotoguide.com/underwate… | (empty) | empty | Add link text or aria-label |
| https://www.underwaterawards.com | (empty) | empty | Add link text or aria-label |
| /underwater-photography-video-equipment/ | (empty) | empty | Add link text or aria-label |
| http://www.xray-mag.com | Xray | new tab | Add '(opens in new tab)' to text |
| http://www.DiveNewsWire.com | DiveNewsWire | new tab | Add '(opens in new tab)' to text |
| http://www.underwaterjournal.com | Underwater Journal | new tab | Add '(opens in new tab)' to text |
| http://www.uwpmag.com | UWP Mag | new tab | Add '(opens in new tab)' to text |
| http://www.underwater.com.au | Underwater Australia | new tab | Add '(opens in new tab)' to text |
| http://uw360.asia | Underwater360 | new tab | Add '(opens in new tab)' to text |
| http://underwatercompetition.com | Underwater Competition | new tab | Add '(opens in new tab)' to text |
| <input> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a (#59 on page); https://www.instagram.com/divephotoguide; https://www.facebook.com/underwaterphotography; https://www.x.com/divephotoguide; https://www.threads.net/@divephotoguide; https://www.youtube.com/divephotoguide; /rss-feed/; https://www.divephotoguide.com/underwater-photography-special-features/articl…; https://www.underwatercompetition.com/voo; https://www.underwatercompetition.com/masters (+3 more)
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="https://www.divephotoguide.com/underwater-photography-techniques/article/shal…"]; a[href="https://www.divephotoguide.com/underwater-photography-scuba-ocean-news/adex-2…"]; a[href="https://www.divephotoguide.com/underwater-photography-special-features/articl…"]; a[href="https://www.divephotoguide.com/underwater-photography-travel/article/destinat…"]; a[href="https://www.divephotoguide.com/underwater-photography-special-features/articl…"]
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.xray-mag.com; http://www.DiveNewsWire.com; http://www.underwaterjournal.com; http://www.uwpmag.com; http://www.underwater.com.au; http://uw360.asia; http://underwatercompetition.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
Icon-only buttons need an aria-label so screen readers can announce them.
input[type="submit"] (#111 on page); button#cboxPrevious; button#cboxNext; button#cboxSlideshow
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
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
DLighthouse Accessibility AuditsActionScore 69/100 — 7 failing, 15 passedFIX
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 |
|---|
div.wrapper > div.header > form.search-form > input#keyword div.wrapper > div.header > form.search-form > input#keyword |
PHOTO NEWS div#newsSlider > ul > li > a.category |
PHOTO NEWS div#newsSlider > ul > li > a.category |
PHOTO NEWS div#newsSlider > ul > li > a.category |
DIVING NEWS div#newsSlider > ul > li > a.category |
NEWS div.wrapper > ul.content-grid > li > a.type |
PHOTOGRAPHER OF THE WEEK div.wrapper > ul.content-grid > li > a.type |
TRAVEL div.wrapper > ul.content-grid > li > a.type |
CRITTER CORNER div.wrapper > ul.content-grid > li > a.type |
TECHNIQUES div.wrapper > ul.content-grid > li > a.type |
FRESHWATER ADVENTURES div.wrapper > ul.content-grid > li > a.type |
NEWS div.wrapper > ul.content-grid > li > a.type |
INTERVIEWS WITH THE PROS div.wrapper > ul.content-grid > li > a.type |
These are opportunities to improve the legibility of your content.
Names and labels
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wrapper > div.header > form.search-form > input div.wrapper > div.header > form.search-form > input |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wrapper > div.header > form.search-form > input#keyword div.wrapper > div.header > form.search-form > input#keyword |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div.wrapper > div.slideshow-wrapper > iframe body > div.wrapper > div.slideshow-wrapper > iframe |
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.top-line-outer > div.top-line > div.social-icons > a.instagram div.top-line-outer > div.top-line > div.social-icons > a.instagram |
div.top-line-outer > div.top-line > div.social-icons > a.facebook div.top-line-outer > div.top-line > div.social-icons > a.facebook |
div.top-line-outer > div.top-line > div.social-icons > a.twitter div.top-line-outer > div.top-line > div.social-icons > a.twitter |
div.top-line-outer > div.top-line > div.social-icons > a.threads div.top-line-outer > div.top-line > div.social-icons > a.threads |
div.top-line-outer > div.top-line > div.social-icons > a.youtube div.top-line-outer > div.top-line > div.social-icons > a.youtube |
div.top-line-outer > div.top-line > div.social-icons > a.rss div.top-line-outer > div.top-line > div.social-icons > a.rss |
div.slideshow-wrapper > ul.slideshow > li > a div.slideshow-wrapper > ul.slideshow > li > a |
div.slideshow-wrapper > ul.slideshow > li > a div.slideshow-wrapper > ul.slideshow > li > a |
div.slideshow-wrapper > ul.slideshow > li > a div.slideshow-wrapper > ul.slideshow > li > a |
div.slideshow-wrapper > ul.slideshow > li > a div.slideshow-wrapper > ul.slideshow > 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 |
|---|
div.wrapper > div.header > form.search-form > input div.wrapper > div.header > form.search-form > input |
PHOTOGRAPHER OF THE WEEK div.wrapper > ul.content-grid > li > a.type |
Photographer of the Week – Aaron Sanders div.wrapper > ul.content-grid > li > a.title |
CRITTER CORNER div.wrapper > ul.content-grid > li > a.type |
Photographing Batfish div.wrapper > ul.content-grid > li > a.title |
FRESHWATER ADVENTURES div.wrapper > ul.content-grid > li > a.type |
Photographing Ontario’s Salmon Run div.wrapper > ul.content-grid > li > a.title |
NEWS div.wrapper > ul.content-grid > li > a.type |
Isotta Announces Housing for the Nikon Z50 II div.wrapper > ul.content-grid > li > a.title |
INTERVIEWS WITH THE PROS div.wrapper > ul.content-grid > li > a.type |
Interviews with the Pros: Jules Jacobs div.wrapper > ul.content-grid > li > a.title |
About Us div.wrapper > ul.bottom-nav > li > a |
Contact div.wrapper > ul.bottom-nav > li > a |
Advertise div.wrapper > ul.bottom-nav > li > a |
Techniques div.wrapper > ul.bottom-nav > li > a |
Articles div.wrapper > ul.bottom-nav > li > a |
News div.wrapper > ul.bottom-nav > li > a |
Travel div.wrapper > ul.bottom-nav > li > a |
Galleries div.wrapper > ul.bottom-nav > li > a |
Equipment div.wrapper > ul.bottom-nav > li > a |
Contests div.wrapper > ul.bottom-nav > li > a |
Underwater Competition div.wrapper > ul.bottom-nav > li > a |
DPG Expeditions div.wrapper > ul.bottom-nav > li > a |
DPG TV div.wrapper > ul.bottom-nav > li > a |
Facebook div.wrapper > ul.bottom-nav > li > a |
X (Twitter) div.wrapper > ul.bottom-nav > li > a |
Threads div.wrapper > ul.bottom-nav > li > a |
Instagram div.wrapper > ul.bottom-nav > li > a |
Contribute div.wrapper > ul.bottom-nav > li > a |
Join the Team div.wrapper > ul.bottom-nav > 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.
CForm AccessibilityAction5 of 6 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #remember_me | checkbox | Remember Me | for/id |
| #password | password | (none) | none |
| #username | text | (none) | none |
| #button_login | submit | (none) | none |
| #keyword | text | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="username" id="username">; <input type="password" name="password" id="password">; <input type="submit" name="button_login" id="button_login">; <input type="text" name="keyword" id="keyword">; <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
B404 Error PageHTTP 404, custom pageREVIEW
BWeb ManifestValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 13 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 DPG is a comprehensi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 website and communit… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 for popular digital … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 , lighting and work … | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h1 . Galleries of profe… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| title Underwater Photograp… | 1.28:1 | 4.5:1 | #000000 | #221F1F | Fail |
| a underwater photograp… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a underwater photograp… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a underwater equipment | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a wide angle | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a macro | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a super macro | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a travel destinations … | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Dive Photo Guide | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Login | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Register | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Login | 17.17:1 | 4.5:1 | #000000 | #E9E8E8 | Pass |
| div Close | 3.66:1 | 4.5:1 | #000000 | #666666 | Fail |
| td E-mail | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| td Password | 1.89:1 | 4.5:1 | #000000 | #003D6D | 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.
A+Heading Hierarchy1 headingsPASS
- H1 DPG is a comprehensive underwater photography website and community for underwater photographers. Learn underwater photography techniques for popular digital cameras and specialized professional under