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

Level A

7 issues on 10 pages

CriticalA video plays longer than 5 seconds, without a way to pause it. WCAG 2.2 A 2.2.2 Section 508 (2017) A 2.2.2 1 pages
Remove the autoplay attribute, or add a controls attribute to the video, or use a pause control with an aria-controls attribute referencing the video.
<video autoplay loop muted><source src='...4' type='video/mp4'></video>
Line 1396
<video autoplay loop muted><source src='...4' type='video/mp4'></video>
Line 1431

https://apbooklogin.com/

CriticalHeadings should not be empty. ARIA 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://apbooklogin.com'>...</a></h1>
Line 155

https://apbooklogin.com/

Criticalimg elements must have an accessible name. WCAG 2.2 A F65 Section 508 (2017) A F65 1 pages
Add an alt attribute describing the image, which screen readers voice instead of the image. Spacer images and purely decorative images should use alt="" without any global ARIA attributes. Do not use alt text containing only spaces since that's voiced as an unlabeled image.

Impact on users:

  • NVDA 2025.3 Chrome 143 Windows 11 Reading: Image ignored.
  • NVDA 2025.3 FF 140 Windows 11 Reading: Image ignored.
  • NVDA 2025.3 Chrome 143 Windows 11 Reading: Image ignored.
  • JAWS 2025.2508.120 Chrome 143 Windows 11 Reading: Image ignored.
  • JAWS 2025.2508.120 FF 140 Windows 11 Reading: Image ignored.
  • JAWS 2025.2508.120 Chrome 143 Windows 11 Reading: Image ignored.
  • VoiceOver macOS 15.7 Safari 26.0 macOS 15.7.1 Reading: Image filename read out.
  • VoiceOver iOS 18.6 Safari iOS 18.6 iOS 18.6.2 Touch: Image filename read out, along with OCR text from image.
1.1.1
<img width='736' height='414' decoding='async' src='...E' data-lazy-src='...'>
Line 1387
<img width='1200' height='675' decoding='async' src='...E' data-lazy-src='...'>
Line 1407
<img width='180' height='216' decoding='async' src='...E' data-lazy-src='...'>
Line 1422
<img width='1080' height='1080' decoding='async' src='...E' data-lazy-src='...'>
Line 1442
<img width='222' height='508' decoding='async' src='...E' data-lazy-src='...'>
Line 2637

https://apbooklogin.com/

CriticalLinks must have an accessible name. WCAG 2.2 A F89 Section 508 (2017) A F89 10 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://apbooklogin.com'><span class='custom-logo-link'>...</span></a>
Line 155

https://apbooklogin.com/

<a href='https://apbooklogin.com'></a>
Line 251

https://apbooklogin.com/about-us/

<a href='https://apbooklogin.com'></a>
Line 251

https://apbooklogin.com/apbook/

<a href='https://apbooklogin.com'></a>
Line 251

https://apbooklogin.com/apbook-app/

This issue was found on another 6 pages. The trial version is limited to showing issues on 4 pages.
CriticalSeveral links on a page share the same link text and surrounding context, but go to different destinations. WCAG 2.2 A F63 Section 508 (2017) A F63 1 pages
Make the link text unique for each target page (which helps all users) or add an aria-label or aria-describedby to the link (which helps screen reader users). 2.4.4 2.4.9
Link text: ApbookLine 308
Link text: ApbookLine 610

https://apbooklogin.com/apbook/

CriticalThe visual label must appear in the accessible name of links and controls. WCAG 2.2 A F96 Section 508 (2017) A F96 1 pages
People who use speech control rely on being able to select elements using the visual label displayed on screen. If this isn't part of the accessible name, they can't select elements by name. 2.5.3
Label "✈️ Telegram Support Updates, help & community" not in name "Telegram Support Updates, help & community"
<a class='apbook-connect__card' href='https://t.me/YOURUSERNAME' target='_blank' rel='noopener'>...</a>
Line 3597

https://apbooklogin.com/

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 10 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 class='...'>...</button>
Line 177
<button class='...'>...</button>
Line 183
<button onclick='...' type='button' id='...' class='search-trigger ...'>...</button>
Line 193

https://apbooklogin.com/

<button class='...'>...</button>
Line 320
<button class='...'>...</button>
Line 350
<button onclick='...' type='button' id='...' class='search-trigger ...'>...</button>
Line 389

https://apbooklogin.com/about-us/

<button class='...'>...</button>
Line 320
<button class='...'>...</button>
Line 350
<button onclick='...' type='button' id='...' class='search-trigger ...'>...</button>
Line 389

https://apbooklogin.com/apbook/

<button class='...'>...</button>
Line 320
<button class='...'>...</button>
Line 350
<button onclick='...' type='button' id='...' class='search-trigger ...'>...</button>
Line 389

https://apbooklogin.com/apbook-app/

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

Level AA

1 issues on 10 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 10 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:
3.76 with color: rgb(255,255,255)background: rgb(239,68,68)
font-size: 8.25ptfont-weight: 700
<span class='game-badge live'>LIVE</span>
Line 1389
3.76 with color: rgb(255,255,255)background: rgb(239,68,68)
font-size: 8.25ptfont-weight: 700
<span class='game-badge live'>LIVE</span>
Line 1400
3.76 with color: rgb(255,255,255)background: rgb(239,68,68)
font-size: 8.25ptfont-weight: 700
<span class='game-badge live'>LIVE</span>
Line 1409

https://apbooklogin.com/

The text color to background color contrast ratio after composition is:
2.34 with color: rgb(255,255,255)background: rgb(190,170,31)
font-size: 11.25ptfont-weight: 500
<span class='...'>Register</span>
Line 460
2.34 with color: rgb(255,255,255)background: rgb(190,170,31)
font-size: 11.25ptfont-weight: 500
<span class='...'>Deposit</span>
Line 487
2.34 with color: rgb(255,255,255)background: rgb(190,170,31)
font-size: 11.25ptfont-weight: 500
<span class='...'>Play &#38; Win</span>
Line 514
2.34 with color: rgb(255,255,255)background: rgb(190,170,31)
font-size: 11.25ptfont-weight: 500
<span class='...'>Withdrawal</span>
Line 541

https://apbooklogin.com/about-us/

The text color to background color contrast ratio after composition is:
2.34 with color: rgb(255,255,255)background: rgb(190,170,31)
font-size: 11.25ptfont-weight: 500
<span class='...'>Register</span>
Line 460
2.34 with color: rgb(255,255,255)background: rgb(190,170,31)
font-size: 11.25ptfont-weight: 500
<span class='...'>Deposit</span>
Line 487
2.34 with color: rgb(255,255,255)background: rgb(190,170,31)
font-size: 11.25ptfont-weight: 500
<span class='...'>Play &#38; Win</span>
Line 514
2.34 with color: rgb(255,255,255)background: rgb(190,170,31)
font-size: 11.25ptfont-weight: 500
<span class='...'>Withdrawal</span>
Line 541

https://apbooklogin.com/apbook/

The text color to background color contrast ratio after composition is:
2.34 with color: rgb(255,255,255)background: rgb(190,170,31)
font-size: 11.25ptfont-weight: 500
<span class='...'>Register</span>
Line 460
2.34 with color: rgb(255,255,255)background: rgb(190,170,31)
font-size: 11.25ptfont-weight: 500
<span class='...'>Deposit</span>
Line 487
2.34 with color: rgb(255,255,255)background: rgb(190,170,31)
font-size: 11.25ptfont-weight: 500
<span class='...'>Play &#38; Win</span>
Line 514
2.34 with color: rgb(255,255,255)background: rgb(190,170,31)
font-size: 11.25ptfont-weight: 500
<span class='...'>Withdrawal</span>
Line 541

https://apbooklogin.com/apbook-app/

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

Level AAA

3 issues on 10 pages

ImportantAvoid specifying a new window as the target of a link with target=_blank. WCAG 2.2 AAA F22 10 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 class='apbook-connect__card' href='https://wa.me/YOURNUMBER' target='_blank' rel='noopener'>...</a>
Line 3590
<a class='apbook-connect__card' href='https://t.me/YOURUSERNAME' target='_blank' rel='noopener'>...</a>
Line 3597
<a target='_blank' title='WordPress Education Theme' href='...a'>...A</a>
Line 4126

https://apbooklogin.com/

<a target='_blank' title='WordPress Education Theme' href='...a'>...A</a>
Line 823

https://apbooklogin.com/about-us/

<a target='_blank' title='WordPress Education Theme' href='...a'>...A</a>
Line 1581

https://apbooklogin.com/apbook/

<a target='_blank' title='WordPress Education Theme' href='...a'>...A</a>
Line 817

https://apbooklogin.com/apbook-app/

This issue was found on another 6 pages. The trial version is limited to showing issues on 4 pages.
ImportantEnsure that text and background colors have a 7:1 contrast ratio. WCAG 2.2 AAA 1.4.6 1 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.78 with color: rgb(156,163,175)background: rgb(31,41,55)
font-size: 10.50ptfont-weight: 400
<p>Create your account in just a few simple steps.</p>
Line 1038
5.78 with color: rgb(156,163,175)background: rgb(31,41,55)
font-size: 10.50ptfont-weight: 400
<p>Add funds securely using available payment options.</p>
Line 1047
5.78 with color: rgb(156,163,175)background: rgb(31,41,55)
font-size: 10.50ptfont-weight: 400
<p>Access live sports, casino games, and more.</p>
Line 1056
5.78 with color: rgb(156,163,175)background: rgb(31,41,55)
font-size: 10.50ptfont-weight: 400
<p>Withdraw your winnings quickly and easily.</p>
Line 1065
6.99 with color: rgb(156,163,175)background: linear-gradient(135.0deg , rgb(17,24,39) , rgb(2,6,23))
font-size: 11.25ptfont-weight: 400
<p class='promo-desc'>Explore a wide range of ... rewarding experience.</p>
Line 1702

https://apbooklogin.com/

ImportantSeveral links on a page share the same link text, but go to different destinations. WCAG 2.2 AAA 2.4.9 1 pages
Make the link text unique for each target, or add additional text using aria-label.
Link text: ApbookLine 308
Link text: ApbookLine 610

https://apbooklogin.com/apbook/

Expand all 11 issues