[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, 3 issuesLevel A, 3 issuesCritical Pages with level A issues are unusable for some people
AALevel AA, 2 issuesLevel AA, 2 issuesVery Important Pages with level AA issues are very difficult to use
AAALevel AAA, 1 issuesLess Important Pages with level AAA issues can be difficult to use
PriorityDescription and URLGuideline and Line#Count

Level A

3 issues on 5 pages

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://allsoftlab.com/Line 1258
CriticalLinks must have an accessible name. WCAG 2.2 A F89 Section 508 (2017) A F89 5 pages

A link name allows screen readers to voice what the links does. If there is no link content, or the link content is hidden by CSS, screen readers have nothing to read, so read out the URL instead. To add a name do one of the following:

  • Add text between the a element start and end tags
  • Add an aria-label attribute
  • Add an aria-labelledby attribute
  • Add an img alt attribute labeling the link if it contains an img element
2.4.4 2.4.9 4.1.2
https://allsoftlab.com/Line 799 829 919 949 979 ...
https://allsoftlab.com/chtivo/Line 748 772 844 868 892 ...
https://allsoftlab.com/main/Line 748 772 868 916 1012 ...
https://allsoftlab.com/techno-news/Line 748 796 820 844 940 ...
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
CriticalThis button element is empty and has no accessible name. WCAG 2.2 A 4.1.2 Section 508 (2017) A 4.1.2 5 pages

A programmatically determined name allows screen readers to tell users what the control does. To add a name do one of the following:

  • Add text between the button start and end tags
  • Add a title attribute
  • Add an aria-label attribute
  • Add an aria-labelledby attribute
  • Add an img alt attribute if the button contains an img element
https://allsoftlab.com/Line 87
https://allsoftlab.com/chtivo/Line 85
https://allsoftlab.com/main/Line 85
https://allsoftlab.com/techno-news/Line 85
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.

Level AA

2 issues on 6 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 6 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: 4.33 with color: rgb(255,255,255)background: rgb(104,109,224)font-size: 12ptfont-weight: 400 1.15 with color: rgb(255,255,255)background: rgb(239,239,239)font-size: 18ptfont-weight: 600 1.15 with color: rgb(255,255,255)background: rgb(239,239,239)font-size: 9ptfont-weight: 400 4.33 with color: rgb(255,255,255)background: rgb(104,109,224)font-size: 9ptfont-weight: 700
https://allsoftlab.com/
Line 89 733 734 1138
The text color to background color contrast ratio after composition is: 4.33 with color: rgb(255,255,255)background: rgb(104,109,224)font-size: 9ptfont-weight: 700 4.33 with color: rgb(255,255,255)background: rgb(104,109,224)font-size: 12ptfont-weight: 400
https://allsoftlab.com/chtivo/
Line 90 1020
The text color to background color contrast ratio after composition is: 4.33 with color: rgb(255,255,255)background: rgb(104,109,224)font-size: 9ptfont-weight: 700 4.33 with color: rgb(255,255,255)background: rgb(104,109,224)font-size: 12ptfont-weight: 400
https://allsoftlab.com/techno-news/
Line 90 1020
The text color to background color contrast ratio after composition is: 4.00 with color: rgb(255,255,255)background: font-size: 12ptfont-weight: 400
https://allsoftlab.com/templates/BlogLive-3col/css/common.css
Line 43
This issue was found on another 2 pages. The trial version is limited to showing issues on 4 pages.
Very ImportantThe CSS outline or border style on this element makes it difficult or impossible to see the link focus outline. WCAG 2.2 AA F78 Section 508 (2017) AA F78 5 pages
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See :focus-visible for more information.

Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:

  • Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
  • Firefox (obscures the focus indicator on links)
2.4.7
:focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline:
https://allsoftlab.com/
Line 82 100 539 586 666 ...
:focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline:
https://allsoftlab.com/chtivo/
Line 79 107 518 563 641 ...
:focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline:
https://allsoftlab.com/main/
Line 79 107 518 563 641 ...
:focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline:
https://allsoftlab.com/techno-news/
Line 79 107 518 563 641 ...
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.

Level AAA

1 issues on 5 pages

ImportantEnsure that text and background colors have a 7:1 contrast ratio. WCAG 2.2 AAA 1.4.6 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 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: 5.88 with color: rgb(86,86,86)background: rgb(230,230,230)font-size: 10.50ptfont-weight: 700 5.88 with color: rgb(86,86,86)background: rgb(230,230,230)font-size: 10.50ptfont-weight: 400 5.88 with color: rgb(86,86,86)background: rgb(230,230,230)font-size: 9.75ptfont-weight: 400 5.88 with color: rgb(86,86,86)background: rgb(230,230,230)font-size: 10.50ptfont-weight: 700
https://allsoftlab.com/
Line 1135 1248 1276 1277
The text color to background color contrast ratio after composition is: 5.88 with color: rgb(86,86,86)background: rgb(230,230,230)font-size: 10.50ptfont-weight: 400 5.88 with color: rgb(86,86,86)background: rgb(230,230,230)font-size: 9.75ptfont-weight: 400 5.88 with color: rgb(86,86,86)background: rgb(230,230,230)font-size: 10.50ptfont-weight: 700 5.88 with color: rgb(86,86,86)background: rgb(230,230,230)font-size: 10.50ptfont-weight: 700
https://allsoftlab.com/chtivo/
Line 1018 1113 1289 1289
The text color to background color contrast ratio after composition is: 5.88 with color: rgb(86,86,86)background: rgb(230,230,230)font-size: 10.50ptfont-weight: 400 4.85 with color: rgb(65,105,225)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 700 5.88 with color: rgb(86,86,86)background: rgb(230,230,230)font-size: 9.75ptfont-weight: 400 5.88 with color: rgb(86,86,86)background: rgb(230,230,230)font-size: 10.50ptfont-weight: 700 5.88 with color: rgb(86,86,86)background: rgb(230,230,230)font-size: 10.50ptfont-weight: 700
https://allsoftlab.com/main/
Line 107 1018 1440 1616 1616
The text color to background color contrast ratio after composition is: 5.88 with color: rgb(86,86,86)background: rgb(230,230,230)font-size: 10.50ptfont-weight: 400 5.88 with color: rgb(86,86,86)background: rgb(230,230,230)font-size: 9.75ptfont-weight: 400 5.88 with color: rgb(86,86,86)background: rgb(230,230,230)font-size: 10.50ptfont-weight: 700 5.88 with color: rgb(86,86,86)background: rgb(230,230,230)font-size: 10.50ptfont-weight: 700
https://allsoftlab.com/techno-news/
Line 1018 1113 1289 1289
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
Expand all 6 issues