[Skip navigation links]

Site Report

This tab shows accessibility issues, indicating problems for older users, people with disabilities or accessibility needs. Automated testing cannot detect all accessibility issues, so should be used alongside human testing.

LevelWCAG 2.2Section 508 - 2017Key
ALevel A, 4 issuesLevel A, 4 issuesCritical Pages with level A issues are unusable for some people
AALevel AA, 2 issuesLevel AA, 1 issuesVery Important Pages with level AA issues are very difficult to use
AAALevel AAA, 2 issuesLess Important Pages with level AAA issues can be difficult to use
PriorityDescription and URLGuideline and Line NumberCount

Level A

4 issues on 5 pages

CriticalHTML form control has no accessible name. WCAG 2.2 A F68 Section 508 (2017) A F68 1 pages

A label (or name) linked to the control allows screen readers to voice the label correctly when reading the control. To add a label do one of the following:

  • Use a label element with the for attribute set to the ID of the form control
  • Wrap a label element around the form control
  • Add a title attribute
  • Add an aria-label attribute
  • Add an aria-labelledby attribute
4.1.2
https://redditmetis.com/Line 275
Criticalimg elements must have an accessible name. WCAG 2.2 A F65 Section 508 (2017) A F65 1 pages
Add an alt attribute describing the image, which screen readers voice instead of the image. Spacer images and purely decorative images should use alt="" without any global ARIA attributes. Do not use alt text containing only spaces since that's voiced as an unlabeled image.

Impact on users:

  • NVDA 2023.3 Chrome 120 Windows 10 Reading: Image ignored.
  • NVDA 2023.3 FF 115 Windows 10 Reading: Image ignored.
  • NVDA 2023.3 Edge 120 Windows 10 Reading: Image ignored.
  • JAWS 2023.2311.34 Chrome 120 Windows 10 Reading: Image ignored.
  • JAWS 2023.2311.34 FF 115 Windows 10 Reading: Image ignored.
  • JAWS 2023.2311.34 Edge 120 Windows 10 Reading: Image ignored.
  • VoiceOver macOS 13.6 Safari 16.6 macOS 13.6.0 Reading: Image filename read out.
  • VoiceOver iOS 16.6 Safari iOS 16.6 iOS 16.6.1 Touch: Image filename read out, along with OCR text from image.
1.1.1
https://redditmetis.com/Line 314
CriticalIndicating links using only a text color change does not work for color-blind users. WCAG 2.2 A F73 Section 508 (2017) A F73 1 pages
Remove the text-decoration:none property from your link styles, or add other style attributes in addition to color changes to make links visible to people without color vision. If the non-color cue only happens when the mouse hovers over the link or when the link receives focus, it is still a failure. 1.4.1
https://redditmetis.com/donateLine 279
CriticalUse the lang attribute to identify the language of the page. WCAG 2.2 A 3.1.1 Section 508 (2017) A 3.1.1 5 pages
In HTML add a lang attribute containing a language code to the html tag, and in PDF set the language using Document Properties in Acrobat. This allows screen readers to pronounce words correctly.
https://redditmetis.com/Line 3
https://redditmetis.com/aboutLine 3
https://redditmetis.com/faqLine 3
https://redditmetis.com/user/2049ADLine 2
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.

Level AA

2 issues on 5 pages

Very ImportantEnsure that text and background colors have enough contrast. WCAG 2.2 AA 1.4.3 Section 508 (2017) AA 1.4.3 5 pages

Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

  • The contrast ratio should be 3.0 or more for 18 point text, or larger
  • The contrast ratio should be 3.0 or more for 14 point bold text, or larger
  • The contrast ratio should be 4.5 or more for all other text
1.4.6
The text color to background color contrast ratio after composition is: 2.08 with color: rgb(165,165,165)background: rgb(233,236,239)font-size: 18ptfont-weight: 400 2.14 with color: rgb(0,184,148)background: rgb(233,236,239)font-size: 18ptfont-weight: 400 3.89 with color: rgb(116,117,119)background: rgb(233,236,239)font-size: 10.80ptfont-weight: 400 3.89 with color: rgb(116,117,119)background: rgb(233,236,239)font-size: 10.80ptfont-weight: 400 3.89 with color: rgb(116,117,119)background: rgb(233,236,239)font-size: 10.80ptfont-weight: 400
https://redditmetis.com/
Line 157 159 180 189 198 ...
The text color to background color contrast ratio after composition is: 2.08 with color: rgb(165,165,165)background: rgb(233,236,239)font-size: 18ptfont-weight: 400 2.14 with color: rgb(0,184,148)background: rgb(233,236,239)font-size: 18ptfont-weight: 400 3.89 with color: rgb(116,117,119)background: rgb(233,236,239)font-size: 10.80ptfont-weight: 400 3.89 with color: rgb(116,117,119)background: rgb(233,236,239)font-size: 10.80ptfont-weight: 400 3.89 with color: rgb(116,117,119)background: rgb(233,236,239)font-size: 10.80ptfont-weight: 400
https://redditmetis.com/about
Line 133 135 156 165 174 ...
The text color to background color contrast ratio after composition is: 2.08 with color: rgb(165,165,165)background: rgb(233,236,239)font-size: 18ptfont-weight: 400 2.14 with color: rgb(0,184,148)background: rgb(233,236,239)font-size: 18ptfont-weight: 400 3.89 with color: rgb(116,117,119)background: rgb(233,236,239)font-size: 10.80ptfont-weight: 400 3.89 with color: rgb(116,117,119)background: rgb(233,236,239)font-size: 10.80ptfont-weight: 400 3.89 with color: rgb(116,117,119)background: rgb(233,236,239)font-size: 10.80ptfont-weight: 400
https://redditmetis.com/faq
Line 133 135 156 165 174 ...
The text color to background color contrast ratio after composition is: 2.07 with color: rgb(88,191,171)background: rgb(247,247,247)font-size: 18ptfont-weight: 600
https://redditmetis.com/user/2049AD
Line 72
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
Very ImportantUser interface controls must have a contrast ratio of at least 3:1 against adjacent colors. WCAG 2.2 1.4.11 1 pages
If the control has a visible edge, make sure this has sufficient contrast against the area outside the control.
The contrast ratio between the control edge and surrounding area is: 1.81 with border-color: rgb(206,212,218);background: rgb(255,255,255);box margin rgb(137,201,232);
https://redditmetis.com/
Line 275

Level AAA

2 issues on 3 pages

ImportantEnsure that text and background colors have a 7:1 contrast ratio. WCAG 2.2 AAA 1.4.6 3 pages

Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

  • The contrast ratio should be 4.5 or more for 18 point text, or larger
  • The contrast ratio should be 4.5 or more for 14 point bold text, or larger
  • The contrast ratio should be 7.0 or more for all other text
The text color to background color contrast ratio after composition is: 4.96 with color: rgb(133,100,4)background: rgb(255,243,205)font-size: 10.80ptfont-weight: 400
https://redditmetis.com/about
Line 297
The text color to background color contrast ratio after composition is: 4.96 with color: rgb(133,100,4)background: rgb(255,243,205)font-size: 10.80ptfont-weight: 400
https://redditmetis.com/donate
Line 278
The text color to background color contrast ratio after composition is: 5.02 with color: rgb(34,101,90)background: linear-gradient(120.0deg , rgb(134,242,190) , rgb(141,218,231))font-size: 12ptfont-weight: 400 5.02 with color: rgb(34,101,90)background: linear-gradient(120.0deg , rgb(134,242,190) , rgb(141,218,231))font-size: 12ptfont-weight: 400
https://redditmetis.com/user/2049AD
Line 87 90
ImportantLink uses general text like 'Click Here' which doesn't explain link purpose. WCAG 2.2 AAA F84 1 pages
Screen reader users often tab from one link to the next, or use the 'Next Link' command. Moving between links labelled 'click here' sounds like 'Click here, tab, click here, tab, click here'. Change the link text, or add an aria-label, so the link makes sense when read without the surrounding text. 2.4.9
Link text: here
https://redditmetis.com/about
Line 288
Expand all 8 issues