| Critical | This button element contains no text and has no accessible name. | WCAG 2.2 A 4.1.2 Section 508 (2017) A 4.1.2
| |
| <button onclick='...' type='button' id='...' class='search-trigger ...'>...</button>
| 185 | |
| Critical | Headings should not be empty. | ARIA 1.2 5.2.8
| |
| <h1 class='...'><a href='https://www-gold365.win'>...</a></h1>
| 155 | |
| Critical | alt text should not be a meaningless image file name. | WCAG 2.2 A F30 Section 508 (2017) A F30
| |
| Placeholder alt text: gold365<img fetchpriority='high' decoding='async' width='1024' height='572' src='...g' class='attachment-large ...' alt='gold365' srcset='...' sizes='(max-width: 1024px) ...'>
| 202 | |
| Critical | Links must have an accessible name. | WCAG 2.2 A F89 Section 508 (2017) A F89
| |
| <a href='https://twitter.com' target='_blank'>...</a>
| 145 | |
| <a href='https://www.facebook.com' target='_blank'>...</a>
| 145 | |
| <a href='https://www.linkedin.com' target='_blank'>...</a>
| 145 | |
| <a href='https://www.youtube.com' target='_blank'>...</a>
| 145 | |
| <a href='https://www.instagram.com' target='_blank'>...</a>
| 145 | |
| Critical | Invalid CSS color value. | CSS Validation
| |
| color: #d5d5d5px | 68 | |
| Critical | The label element may contain at most one descendant
input element,
button element,
select element,
or textarea element. | HTML5
| |
| <label>...</label>
| 404 | |
| <label>...</label>
| 427 | |
| Critical | Bad value for attribute type. | HTML5
| |
| Expected a token character or '/' but saw | | |
| <script type='speculationrules'>...</script>
| 1250 | |
| 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 | The banner role is unnecessary for element header. | HTML5
| |
| <header role='banner' class='...'>...</header>
| 149 | |
| Important | Avoid specifying a new window as the target of a link with target=_blank. | WCAG 2.2 AAA F22
| |
| <a href='https://twitter.com' target='_blank'>...</a>
| 145 | |
| <a href='https://www.facebook.com' target='_blank'>...</a>
| 145 | |
| <a href='https://www.linkedin.com' target='_blank'>...</a>
| 145 | |
| <a href='https://www.youtube.com' target='_blank'>...</a>
| 145 | |
| <a href='https://www.instagram.com' target='_blank'>...</a>
| 145 | |
| Less Important | Use site maps for web sites that have many pages. | Usability.gov 7:10
| |
| | 1 | |