Critical | End tag 'br'
| HTML5
| 209 |
Critical | Each A element must contain text or an IMG with an ALT attribute.
| WCAG 2.0 A F89 Section 508 (2017) A F89
| 33 |
Critical | Removing the underline from links makes it hard for color-blind users to see them.
| Section 508 (2000) 1194.22 (c) WCAG 2.0 A F73 Section 508 (2017) A F73
| 23 |
Critical | Offer an HTML site map to your users with links that point to the important parts of your site. Links embedded in menus, list boxes, and similar elements are not accessible to web crawlers unless they appear in your site map. If the site map is larger than 100 or so links, you may want to break the site map into separate pages.
| Google Bing
| 1 |
Very Important | If you set any of the colors on the BODY or A elements you must set all of them.
| WCAG 2.0 AA F24 Section 508 (2017) AA F24
| 20 |
Very Important | Ensure that foreground and background colors have enough contrast. The foreground to background color contrast ratio is: "2.8 with
color: rgb(153, 153, 153);
background-color: rgb(255, 255, 255);
font-size: 9.8pt;
font-weight: 400" "2.8 with
color: rgb(153, 153, 153);
background-color: rgb(255, 255, 255);
font-size: 9pt;
font-weight: 400" "4 with
color: rgb(252, 0, 0);
background-color: rgb(255, 255, 255);
font-size: 10.5pt;
font-weight: 400" "4 with
color: rgb(252, 0, 0);
background-color: rgb(255, 255, 255);
font-size: 10.5pt;
font-weight: 400" "4 with
color: rgb(252, 0, 0);
background-color: rgb(255, 255, 255);
font-size: 10.5pt;
font-weight: 400" | WCAG 2.0 AA 1.4.3 Section 508 (2017) AA 1.4.3
| 71 83 151 154 208
...
|
Very Important | Use relative rather than absolute units in CSS property values.
| WCAG 2.0 AA 1.4.4 Section 508 (2017) AA 1.4.4
| 23 23 23 23 23
...
|
Very Important | This CSS style makes it difficult or impossible to see the dotted link focus outline.
| WCAG 2.0 AA F78 Section 508 (2017) AA F78
| 23 |
Very Important | Text-based form controls with absolute font sizes do not resize correctly.
| WCAG 2.0 AA F80 Section 508 (2017) AA F80
| 23 23 |
Very Important | Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.
| Usability.gov 14:3
| 36 |
Very Important | The 'border' attribute on the 'img' element is obsolete.
Consider specifying 'img { border: 0; }' in CSS instead.
| HTML5
| 167 |
Very Important | Provide information about the general layout of a site using a site map or table of contents.
| WCAG 2.0 AA 2.4.5 Section 508 (2017) AA 2.4.5
| 1 |
Important | CSS property border-radius is not supported by IE8 or earlier.
| Internet Explorer ≤ 8
| 23 23 23 23 23
...
|
Important | The box-shadow CSS property is not supported in Internet Explorer 8 and Safari 5.0 or earlier.
| Internet Explorer ≤ 8 Safari ≤ 5.1
| 23 23 23 |
Important | The opacity CSS3 property is not supported by IE8 or earlier.
| Internet Explorer ≤ 8
| 23 |
Important | The FIGCAPTION element is not supported by Internet Explorer 8 and Safari 5.
| Internet Explorer ≤ 8 Safari ≤ 5 Android ≤ 2
| 66 72 78 81 84
...
|
Important | The FIGURE element is not supported by Internet Explorer 8 and Safari 5.
| Internet Explorer ≤ 8 Safari ≤ 4 Android ≤ 2
| 66 69 72 75 78
...
|
Important | The INPUT TYPE="EMAIL" attribute is not supported in Internet Explorer 9 and earlier.
| Internet Explorer ≤ 9
| 23 |
Important | CSS selectors for INPUT TYPE="SEARCH" are ignored in IE 9 and iOS 4 or earlier.
| Internet Explorer ≤ 9
| 23 23 |
Important | Use bold text sparingly - for one or two words or a short phrase.
| Usability.gov 11:5
| 73 |
Important | Use at least a 12-point font on all Web pages.
| Usability.gov 11:8
| 23 23 23 23 23
...
|
Less Important | Use site maps for web sites that have many pages.
| Usability.gov 7:10
| 1 |
Least Important | Capitalize the first letter of the first word in lists.
| Usability.gov 12:9
| 103 115 |
Information | Property -moz-background-clip is vendor specific.
| CSS Validation
| 23 |
Information | Property -ms-perspective is vendor specific.
| CSS Validation
| 23 |
Information | Property -ms-text-size-adjust is vendor specific.
| CSS Validation
| 23 |
Information | Property -ms-transform is vendor specific.
| CSS Validation
| 23 |
Information | Property -ms-transform-origin is vendor specific.
| CSS Validation
| 23 23 |
Information | Property -webkit-animation is vendor specific.
| CSS Validation
| 23 23 |
Information | Property -webkit-appearance is vendor specific.
| CSS Validation
| 23 23 |
Information | Property -webkit-background-clip is vendor specific.
| CSS Validation
| 23 |
Information | Property -webkit-font-smoothing is vendor specific.
| CSS Validation
| 23 |
Information | Property -webkit-perspective is vendor specific.
| CSS Validation
| 23 |
Information | Property -webkit-text-size-adjust is vendor specific.
| CSS Validation
| 23 |
Information | Property -webkit-transform is vendor specific.
| CSS Validation
| 23 |
Information | Property -webkit-transform-origin is vendor specific.
| CSS Validation
| 23 23 |
Information | Spell checking was not enabled for this scan.
|
| 1 |
Critical | Each A element must contain text or an IMG with an ALT attribute.
| WCAG 2.0 A F89 Section 508 (2017) A F89
| 31 |
Critical | Removing the underline from links makes it hard for color-blind users to see them.
| Section 508 (2000) 1194.22 (c) WCAG 2.0 A F73 Section 508 (2017) A F73
| 21 |
Critical | End tag 'br'
| HTML5
| 121 |
Very Important | If you set any of the colors on the BODY or A elements you must set all of them.
| WCAG 2.0 AA F24 Section 508 (2017) AA F24
| 18 |
Very Important | Ensure that foreground and background colors have enough contrast. The foreground to background color contrast ratio is: "2.6 with
color: rgb(153, 153, 153);
background-color: rgb(245, 245, 245);
font-size: 9.75pt;
font-weight: 400" | WCAG 2.0 AA 1.4.3 Section 508 (2017) AA 1.4.3
| 21 |
Very Important | Use relative rather than absolute units in CSS property values.
| WCAG 2.0 AA 1.4.4 Section 508 (2017) AA 1.4.4
| 21 21 21 21 21
...
|
Very Important | This CSS style makes it difficult or impossible to see the dotted link focus outline.
| WCAG 2.0 AA F78 Section 508 (2017) AA F78
| 21 |
Very Important | Text-based form controls with absolute font sizes do not resize correctly.
| WCAG 2.0 AA F80 Section 508 (2017) AA F80
| 21 21 |
Very Important | Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.
| Usability.gov 14:3
| 34 |
Very Important | The 'border' attribute on the 'img' element is obsolete.
Consider specifying 'img { border: 0; }' in CSS instead.
| HTML5
| 79 |
Important | CSS property border-radius is not supported by IE8 or earlier.
| Internet Explorer ≤ 8
| 21 21 21 21 21
...
|
Important | The box-shadow CSS property is not supported in Internet Explorer 8 and Safari 5.0 or earlier.
| Internet Explorer ≤ 8 Safari ≤ 5.1
| 21 21 21 |
Important | The opacity CSS3 property is not supported by IE8 or earlier.
| Internet Explorer ≤ 8
| 21 |
Important | The INPUT TYPE="EMAIL" attribute is not supported in Internet Explorer 9 and earlier.
| Internet Explorer ≤ 9
| 21 |
Important | CSS selectors for INPUT TYPE="SEARCH" are ignored in IE 9 and iOS 4 or earlier.
| Internet Explorer ≤ 9
| 21 21 |
Important | No meta description tag found. Use a description tag that accurately describes the contents of a web page.
| Yahoo Google Bing
| 1 |
Important | Use at least a 12-point font on all Web pages.
| Usability.gov 11:8
| 21 21 21 21 21
...
|
Information | Property -moz-background-clip is vendor specific.
| CSS Validation
| 21 |
Information | Property -ms-perspective is vendor specific.
| CSS Validation
| 21 |
Information | Property -ms-text-size-adjust is vendor specific.
| CSS Validation
| 21 |
Information | Property -ms-transform is vendor specific.
| CSS Validation
| 21 |
Information | Property -ms-transform-origin is vendor specific.
| CSS Validation
| 21 21 |
Information | Property -webkit-animation is vendor specific.
| CSS Validation
| 21 21 |
Information | Property -webkit-appearance is vendor specific.
| CSS Validation
| 21 21 |
Information | Property -webkit-background-clip is vendor specific.
| CSS Validation
| 21 |
Information | Property -webkit-font-smoothing is vendor specific.
| CSS Validation
| 21 |
Information | Property -webkit-perspective is vendor specific.
| CSS Validation
| 21 |
Information | Property -webkit-text-size-adjust is vendor specific.
| CSS Validation
| 21 |
Information | Property -webkit-transform is vendor specific.
| CSS Validation
| 21 |
Information | Property -webkit-transform-origin is vendor specific.
| CSS Validation
| 21 21 |
Critical | Each A element must contain text or an IMG with an ALT attribute.
| WCAG 2.0 A F89 Section 508 (2017) A F89
| 31 |
Critical | Removing the underline from links makes it hard for color-blind users to see them.
| Section 508 (2000) 1194.22 (c) WCAG 2.0 A F73 Section 508 (2017) A F73
| 21 |
Critical | End tag 'br'
| HTML5
| 121 |
Very Important | If you set any of the colors on the BODY or A elements you must set all of them.
| WCAG 2.0 AA F24 Section 508 (2017) AA F24
| 18 |
Very Important | Ensure that foreground and background colors have enough contrast. The foreground to background color contrast ratio is: "2.6 with
color: rgb(153, 153, 153);
background-color: rgb(245, 245, 245);
font-size: 9.75pt;
font-weight: 400" | WCAG 2.0 AA 1.4.3 Section 508 (2017) AA 1.4.3
| 21 |
Very Important | Use relative rather than absolute units in CSS property values.
| WCAG 2.0 AA 1.4.4 Section 508 (2017) AA 1.4.4
| 21 21 21 21 21
...
|
Very Important | This CSS style makes it difficult or impossible to see the dotted link focus outline.
| WCAG 2.0 AA F78 Section 508 (2017) AA F78
| 21 |
Very Important | Text-based form controls with absolute font sizes do not resize correctly.
| WCAG 2.0 AA F80 Section 508 (2017) AA F80
| 21 21 |
Very Important | Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.
| Usability.gov 14:3
| 34 |
Very Important | The 'border' attribute on the 'img' element is obsolete.
Consider specifying 'img { border: 0; }' in CSS instead.
| HTML5
| 79 |
Important | CSS property border-radius is not supported by IE8 or earlier.
| Internet Explorer ≤ 8
| 21 21 21 21 21
...
|
Important | The box-shadow CSS property is not supported in Internet Explorer 8 and Safari 5.0 or earlier.
| Internet Explorer ≤ 8 Safari ≤ 5.1
| 21 21 21 |
Important | The opacity CSS3 property is not supported by IE8 or earlier.
| Internet Explorer ≤ 8
| 21 |
Important | The INPUT TYPE="EMAIL" attribute is not supported in Internet Explorer 9 and earlier.
| Internet Explorer ≤ 9
| 21 |
Important | CSS selectors for INPUT TYPE="SEARCH" are ignored in IE 9 and iOS 4 or earlier.
| Internet Explorer ≤ 9
| 21 21 |
Important | No meta description tag found. Use a description tag that accurately describes the contents of a web page.
| Yahoo Google Bing
| 1 |
Important | Use at least a 12-point font on all Web pages.
| Usability.gov 11:8
| 21 21 21 21 21
...
|
Information | Property -moz-background-clip is vendor specific.
| CSS Validation
| 21 |
Information | Property -ms-perspective is vendor specific.
| CSS Validation
| 21 |
Information | Property -ms-text-size-adjust is vendor specific.
| CSS Validation
| 21 |
Information | Property -ms-transform is vendor specific.
| CSS Validation
| 21 |
Information | Property -ms-transform-origin is vendor specific.
| CSS Validation
| 21 21 |
Information | Property -webkit-animation is vendor specific.
| CSS Validation
| 21 21 |
Information | Property -webkit-appearance is vendor specific.
| CSS Validation
| 21 21 |
Information | Property -webkit-background-clip is vendor specific.
| CSS Validation
| 21 |
Information | Property -webkit-font-smoothing is vendor specific.
| CSS Validation
| 21 |
Information | Property -webkit-perspective is vendor specific.
| CSS Validation
| 21 |
Information | Property -webkit-text-size-adjust is vendor specific.
| CSS Validation
| 21 |
Information | Property -webkit-transform is vendor specific.
| CSS Validation
| 21 |
Information | Property -webkit-transform-origin is vendor specific.
| CSS Validation
| 21 21 |
Critical | Each A element must contain text or an IMG with an ALT attribute.
| WCAG 2.0 A F89 Section 508 (2017) A F89
| 31 |
Critical | Removing the underline from links makes it hard for color-blind users to see them.
| Section 508 (2000) 1194.22 (c) WCAG 2.0 A F73 Section 508 (2017) A F73
| 21 |
Critical | End tag 'br'
| HTML5
| 245 |
Very Important | If you set any of the colors on the BODY or A elements you must set all of them.
| WCAG 2.0 AA F24 Section 508 (2017) AA F24
| 18 |
Very Important | Ensure that foreground and background colors have enough contrast. The foreground to background color contrast ratio is: "2.6 with
color: rgb(153, 153, 153);
background-color: rgb(245, 245, 245);
font-size: 9.75pt;
font-weight: 400" | WCAG 2.0 AA 1.4.3 Section 508 (2017) AA 1.4.3
| 21 |
Very Important | Use relative rather than absolute units in CSS property values.
| WCAG 2.0 AA 1.4.4 Section 508 (2017) AA 1.4.4
| 21 21 21 21 21
...
|
Very Important | This CSS style makes it difficult or impossible to see the dotted link focus outline.
| WCAG 2.0 AA F78 Section 508 (2017) AA F78
| 21 |
Very Important | Text-based form controls with absolute font sizes do not resize correctly.
| WCAG 2.0 AA F80 Section 508 (2017) AA F80
| 21 21 |
Very Important | Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.
| Usability.gov 14:3
| 34 |
Very Important | The 'border' attribute on the 'img' element is obsolete.
Consider specifying 'img { border: 0; }' in CSS instead.
| HTML5
| 203 |
Important | CSS property border-radius is not supported by IE8 or earlier.
| Internet Explorer ≤ 8
| 21 21 21 21 21
...
|
Important | The box-shadow CSS property is not supported in Internet Explorer 8 and Safari 5.0 or earlier.
| Internet Explorer ≤ 8 Safari ≤ 5.1
| 21 21 21 |
Important | The opacity CSS3 property is not supported by IE8 or earlier.
| Internet Explorer ≤ 8
| 21 |
Important | The INPUT TYPE="EMAIL" attribute is not supported in Internet Explorer 9 and earlier.
| Internet Explorer ≤ 9
| 21 |
Important | CSS selectors for INPUT TYPE="SEARCH" are ignored in IE 9 and iOS 4 or earlier.
| Internet Explorer ≤ 9
| 21 21 |
Important | No meta description tag found. Use a description tag that accurately describes the contents of a web page.
| Yahoo Google Bing
| 1 |
Important | Use at least a 12-point font on all Web pages.
| Usability.gov 11:8
| 21 21 21 21 21
...
|
Least Important | Capitalize the first letter of the first word in lists.
| Usability.gov 12:9
| 82 99 |
Information | Property -moz-background-clip is vendor specific.
| CSS Validation
| 21 |
Information | Property -ms-perspective is vendor specific.
| CSS Validation
| 21 |
Information | Property -ms-text-size-adjust is vendor specific.
| CSS Validation
| 21 |
Information | Property -ms-transform is vendor specific.
| CSS Validation
| 21 |
Information | Property -ms-transform-origin is vendor specific.
| CSS Validation
| 21 21 |
Information | Property -webkit-animation is vendor specific.
| CSS Validation
| 21 21 |
Information | Property -webkit-appearance is vendor specific.
| CSS Validation
| 21 21 |
Information | Property -webkit-background-clip is vendor specific.
| CSS Validation
| 21 |
Information | Property -webkit-font-smoothing is vendor specific.
| CSS Validation
| 21 |
Information | Property -webkit-perspective is vendor specific.
| CSS Validation
| 21 |
Information | Property -webkit-text-size-adjust is vendor specific.
| CSS Validation
| 21 |
Information | Property -webkit-transform is vendor specific.
| CSS Validation
| 21 |
Information | Property -webkit-transform-origin is vendor specific.
| CSS Validation
| 21 21 |