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

Level A

5 issues on 9 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: Everything-You-Need-To-Know-Abou.jpg
<img src='...g' alt='Everything-You-Need-To-Know-Abou.jpg' style='width: 619px; ...' width='619' height='362' data-ssr-src-done='true' fetchpriority='high'>
Line 1467

https://www.99-exchangee.com/

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.
<h4 class='GytJZ b3yOZ KVAVd ...' dir='auto' id='viewer-j8w4a4138'>...</h4>
Line 2234

https://www.99-exchangee.com/post/the-ultimate-guide-to-casino-games-master-strategies-tips-and-winning-secrets

CriticalLinks must have an accessible name. WCAG 2.2 A F89 Section 508 (2017) A F89 9 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
img elements with role=presentation or role=none are not included in the link's accessible name.
2.4.4 2.4.9 4.1.2
<a data-testid='linkElement' href='https://www.facebook.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1994
<a data-testid='linkElement' href='https://www.instagram.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1994
<a data-testid='linkElement' href='https://x.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1994
<a data-testid='linkElement' href='https://www.tiktok.com/@wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1994

https://www.99-exchangee.com/

<a data-testid='linkElement' href='https://www.facebook.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1781
<a data-testid='linkElement' href='https://www.instagram.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1786
<a data-testid='linkElement' href='https://x.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1791
<a data-testid='linkElement' href='https://www.tiktok.com/@wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1796

https://www.99-exchangee.com/casino-games

<a data-testid='linkElement' href='https://www.facebook.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1877
<a data-testid='linkElement' href='https://www.instagram.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1882
<a data-testid='linkElement' href='https://x.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1887
<a data-testid='linkElement' href='https://www.tiktok.com/@wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1892

https://www.99-exchangee.com/crash-game

<a data-testid='linkElement' href='https://www.facebook.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 2322
<a data-testid='linkElement' href='https://www.instagram.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 2327
<a data-testid='linkElement' href='https://x.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 2332
<a data-testid='linkElement' href='https://www.tiktok.com/@wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 2337

https://www.99-exchangee.com/sports-betting

This issue was found on another 5 pages. The trial version is limited to showing issues on 4 pages.
CriticalThe element button must not appear as a descendant of the a element. HTML5 WCAG 2.2 A 4.1.2 Section 508 (2017) A 4.1.2 3 pages
The name, role, and state of an interactive control is ignored when the control is nested inside another interactive control, meaning the control is voiced incorrectly in a screen reader.
<button class='wwXRO' type='button' data-hook='image-expand-button' aria-label='Expand image'>...</button>
Line 2219

https://www.99-exchangee.com/post/the-ultimate-guide-to-casino-games-master-strategies-tips-and-winning-secrets

<button class='wwXRO' type='button' data-hook='image-expand-button' aria-label='Expand image'>...</button>
Line 2203
<button class='wwXRO' type='button' data-hook='image-expand-button' aria-label='Expand image'>...</button>
Line 2901

https://www.99-exchangee.com/post/understanding-crash-games-tips-and-tricks

<button class='wwXRO' type='button' data-hook='image-expand-button' aria-label='Expand image'>...</button>
Line 2563

https://www.99-exchangee.com/post/your-complete-guide-to-99exch-and-the-world-of-online-igaming

CriticalThe interactive element button must not appear as a descendant of the a element. HTML5 WCAG 2.2 A 4.1.2 Section 508 (2017) A 4.1.2 3 pages
The name, role, and state of an interactive control is ignored when the control is nested inside another interactive control, meaning the control is voiced incorrectly in a screen reader.
<button class='wwXRO' type='button' data-hook='image-expand-button' aria-label='Expand image'>...</button>
Line 2219

https://www.99-exchangee.com/post/the-ultimate-guide-to-casino-games-master-strategies-tips-and-winning-secrets

<button class='wwXRO' type='button' data-hook='image-expand-button' aria-label='Expand image'>...</button>
Line 2203
<button class='wwXRO' type='button' data-hook='image-expand-button' aria-label='Expand image'>...</button>
Line 2901

https://www.99-exchangee.com/post/understanding-crash-games-tips-and-tricks

<button class='wwXRO' type='button' data-hook='image-expand-button' aria-label='Expand image'>...</button>
Line 2563

https://www.99-exchangee.com/post/your-complete-guide-to-99exch-and-the-world-of-online-igaming

Level AA

2 issues on 9 pages

Very ImportantIf you set any of the colors on the body or a elements you must set all of them. WCAG 2.2 AA F24 Section 508 (2017) AA F24 9 pages
In HTML the color attributes are text, bgcolor, link, alink and vlink. In CSS the attributes are color and background-color. Some users have browser defaults set to white text on a black background, so setting one color without setting the others can result in white text on a white background. 1.4.3 1.4.6 1.4.8
The colors used are:
color: rgb(0,0,0) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span style='...' class='...'>99 Exchange stands ... in the industry.</span>
Line 1994
color: rgb(64,64,64) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span class='...'>Home</span>
Line 1994
color: rgb(0,0,0) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span class='...'>Sports Betting</span>
Line 1994
color: rgb(0,0,0) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span class='...'>Crash Games</span>
Line 1994
color: rgb(0,0,0) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span class='...'>Casino Games</span>
Line 1994

https://www.99-exchangee.com/

The colors used are:
color: rgb(0,0,0) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span style='...' class='...'>99 Exchange stands ... in the industry.</span>
Line 1705
color: rgb(0,0,0) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span class='...'>Home</span>
Line 1719
color: rgb(0,0,0) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span class='...'>Sports Betting</span>
Line 1729
color: rgb(0,0,0) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span class='...'>Crash Games</span>
Line 1739
color: rgb(64,64,64) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span class='...'>Casino Games</span>
Line 1749

https://www.99-exchangee.com/casino-games

The colors used are:
color: rgb(0,0,0) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span style='...' class='...'>99 Exchange stands ... in the industry.</span>
Line 1801
color: rgb(0,0,0) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span class='...'>Home</span>
Line 1815
color: rgb(0,0,0) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span class='...'>Sports Betting</span>
Line 1825
color: rgb(64,64,64) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span class='...'>Crash Games</span>
Line 1835
color: rgb(0,0,0) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span class='...'>Casino Games</span>
Line 1845

https://www.99-exchangee.com/crash-game

The colors used are:
color: rgb(0,0,0) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span style='...' class='...'>99 Exchange stands ... in the industry.</span>
Line 2246
color: rgb(0,0,0) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span class='...'>Home</span>
Line 2260
color: rgb(64,64,64) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span class='...'>Sports Betting</span>
Line 2270
color: rgb(0,0,0) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span class='...'>Crash Games</span>
Line 2280
color: rgb(0,0,0) from www.99-exchangee.com
background: rgb(255,255,255) from browser settings
<span class='...'>Casino Games</span>
Line 2290

https://www.99-exchangee.com/sports-betting

This issue was found on another 5 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 9 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 has outline: invert none 0px
<button type='button' class='...' data-testid='buttonContent' aria-expanded='false' aria-haspopup='dialog' aria-label='Menu'>...</button>
Line 1462
:focus has outline: invert none 0px
<a data-item-label='true' data-testid='linkElement' href='https://www.99-exchangee.com' target='_self' class='...' tabindex='0'>...</a>
Line 1467
:focus has outline: invert none 0px
<a data-item-label='true' data-testid='linkElement' href='...g' target='_self' class='...' tabindex='0'>...</a>
Line 1467
:focus has outline: invert none 0px
<a data-item-label='true' data-testid='linkElement' href='...e' target='_self' class='...' tabindex='0'>...</a>
Line 1467
:focus has outline: invert none 0px
<a data-item-label='true' data-testid='linkElement' href='...s' target='_self' class='...' tabindex='0'>...</a>
Line 1467

https://www.99-exchangee.com/

:focus has outline: invert none 0px
<button type='button' class='...' data-testid='buttonContent' aria-expanded='false' aria-haspopup='dialog' aria-label='Menu'>...</button>
Line 1158
:focus has outline: invert none 0px
<a data-item-label='true' data-testid='linkElement' href='https://www.99-exchangee.com' target='_self' class='...' tabindex='0'>...</a>
Line 1307
:focus has outline: invert none 0px
<a data-item-label='true' data-testid='linkElement' href='...g' target='_self' class='...' tabindex='0'>...</a>
Line 1317
:focus has outline: invert none 0px
<a data-item-label='true' data-testid='linkElement' href='...e' target='_self' class='...' tabindex='0'>...</a>
Line 1327
:focus has outline: invert none 0px
<a data-item-label='true' data-testid='linkElement' href='...s' target='_self' class='...' tabindex='0'>...</a>
Line 1337

https://www.99-exchangee.com/casino-games

:focus has outline: invert none 0px
<button type='button' class='...' data-testid='buttonContent' aria-expanded='false' aria-haspopup='dialog' aria-label='Menu'>...</button>
Line 1157
:focus has outline: invert none 0px
<a data-item-label='true' data-testid='linkElement' href='https://www.99-exchangee.com' target='_self' class='...' tabindex='0'>...</a>
Line 1306
:focus has outline: invert none 0px
<a data-item-label='true' data-testid='linkElement' href='...g' target='_self' class='...' tabindex='0'>...</a>
Line 1316
:focus has outline: invert none 0px
<a data-item-label='true' data-testid='linkElement' href='...e' target='_self' class='...' tabindex='0'>...</a>
Line 1326
:focus has outline: invert none 0px
<a data-item-label='true' data-testid='linkElement' href='...s' target='_self' class='...' tabindex='0'>...</a>
Line 1336

https://www.99-exchangee.com/crash-game

:focus has outline: invert none 0px
<button type='button' class='...' data-testid='buttonContent' aria-expanded='false' aria-haspopup='dialog' aria-label='Menu'>...</button>
Line 1256
:focus has outline: invert none 0px
<a data-item-label='true' data-testid='linkElement' href='https://www.99-exchangee.com' target='_self' class='...' tabindex='0'>...</a>
Line 1405
:focus has outline: invert none 0px
<a data-item-label='true' data-testid='linkElement' href='...g' target='_self' class='...' tabindex='0'>...</a>
Line 1415
:focus has outline: invert none 0px
<a data-item-label='true' data-testid='linkElement' href='...e' target='_self' class='...' tabindex='0'>...</a>
Line 1425
:focus has outline: invert none 0px
<a data-item-label='true' data-testid='linkElement' href='...s' target='_self' class='...' tabindex='0'>...</a>
Line 1435

https://www.99-exchangee.com/sports-betting

This issue was found on another 5 pages. The trial version is limited to showing issues on 4 pages.

Level AAA

1 issues on 9 pages

ImportantAvoid specifying a new window as the target of a link with target=_blank. WCAG 2.2 AAA F22 9 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 data-testid='linkElement' href='https://wa.link/999exch' target='_blank' rel='noreferrer noopener' class='...' aria-label='WhatsApp For Instant ID'>...</a>
Line 1467
<a data-testid='linkElement' href='https://wa.link/999exch' target='_blank' rel='noreferrer noopener' class='...' aria-label='WhatsApp For Instant ID'>...</a>
Line 1472
<a data-testid='linkElement' href='https://wa.link/999exch' target='_blank' rel='noreferrer noopener' class='...' aria-label='WhatsApp For Instant ID'>...</a>
Line 1478
<a data-testid='linkElement' href='https://www.facebook.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1994
<a data-testid='linkElement' href='https://www.instagram.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1994

https://www.99-exchangee.com/

<a data-testid='linkElement' href='https://www.facebook.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1781
<a data-testid='linkElement' href='https://www.instagram.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1786
<a data-testid='linkElement' href='https://x.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1791
<a data-testid='linkElement' href='https://www.tiktok.com/@wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1796
<a data-testid='linkElement' href='https://wa.link/999exch' target='_blank' rel='noreferrer noopener' class='...' aria-label='Sign Up'>...</a>
Line 1837

https://www.99-exchangee.com/casino-games

<a href='...d' target='_blank' rel='noreferrer noopener' class='...'>app</a>
Line 1727
<a href='...g' target='_blank' rel='noreferrer noopener' class='...'>...</a>
Line 1731
<a href='...s' target='_blank' rel='noreferrer noopener' class='...'>...</a>
Line 1735
<a data-testid='linkElement' href='https://www.facebook.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1877
<a data-testid='linkElement' href='https://www.instagram.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 1882

https://www.99-exchangee.com/crash-game

<a data-testid='linkElement' href='https://wa.link/999exch' target='_blank' rel='noreferrer noopener' class='...' aria-label='WhatsApp For Instant ID'>...</a>
Line 2165
<a data-testid='linkElement' href='https://www.facebook.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 2322
<a data-testid='linkElement' href='https://www.instagram.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 2327
<a data-testid='linkElement' href='https://x.com/wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 2332
<a data-testid='linkElement' href='https://www.tiktok.com/@wix' target='_blank' rel='noreferrer noopener' class='oRtuWN'>...</a>
Line 2337

https://www.99-exchangee.com/sports-betting

This issue was found on another 5 pages. The trial version is limited to showing issues on 4 pages.
Expand all 8 issues