[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
AAVery 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 NumberCount

Level A

4 issues on 1 pages

Criticalalt text should not be a meaningless image file name. WCAG 2.2 A F30 Section 508 (2017) A F30 1 pages
Change the alt text to describe the information or function represented by the image, and for purely decorative images use alt="" without any global ARIA attributes. Do not use alt text containing only spaces since that's voiced as an unlabeled image. 1.1.1
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) ...'>
Line 202

https://www-gold365.win/

CriticalHeadings should not be empty. ARIA 1.2 5.2.8 1 pages
Add visible text to the heading, or alt text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.
<h1 class='...'><a href='https://www-gold365.win'>...</a></h1>
Line 155

https://www-gold365.win/

CriticalLinks must have an accessible name. WCAG 2.2 A F89 Section 508 (2017) A F89 1 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
<a href='https://twitter.com' target='_blank'>...</a>
Line 145
<a href='https://www.facebook.com' target='_blank'>...</a>
Line 145
<a href='https://www.linkedin.com' target='_blank'>...</a>
Line 145
<a href='https://www.youtube.com' target='_blank'>...</a>
Line 145
<a href='https://www.instagram.com' target='_blank'>...</a>
Line 145

https://www-gold365.win/

CriticalThis button element contains no text and has no accessible name. WCAG 2.2 A 4.1.2 Section 508 (2017) A 4.1.2 1 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
<button onclick='...' type='button' id='...' class='search-trigger ...'>...</button>
Line 185

https://www-gold365.win/

Level AAA

1 issues on 1 pages

ImportantAvoid specifying a new window as the target of a link with target=_blank. WCAG 2.2 AAA F22 1 pages
Displaying new windows without warning can be very confusing to non-sighted and mobile users. Some screen readers and mobile devices give very little indication a new tab or window has opened. If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text or add the warning to the link using a title attribute or aria-describedby attribute. 3.2.5
<a href='https://twitter.com' target='_blank'>...</a>
Line 145
<a href='https://www.facebook.com' target='_blank'>...</a>
Line 145
<a href='https://www.linkedin.com' target='_blank'>...</a>
Line 145
<a href='https://www.youtube.com' target='_blank'>...</a>
Line 145
<a href='https://www.instagram.com' target='_blank'>...</a>
Line 145

https://www-gold365.win/

Expand all 5 issues