|
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.
| | |
|
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 & 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 & 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 & 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.
| | |
|
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.
| | |
|
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/ | | |