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.
Level | WCAG 2.1 | Section 508 - 2017 | Key |
---|
A |  |  | Pages with level A issues are unusable for some people |
---|
AA | | | Pages with level AA issues are very difficult to use |
---|
AAA |  | | Pages with level AAA issues can be difficult to use |
---|
Priority | Description and URL | Guideline and Line# | Count |
---|
Level A
6 issues on 4 pages | |
 | Duplicate id - the same ID is used on more than one element. | HTML5 WCAG 2.1 A 4.1.1 Section 508 (2017) A 4.1.1 | 2 pages |
|
| | |
| id=strong-x-strong-8 id=strong-x-strong-8 id=bar-description-for-this-block-use-this-space-for-describing-your-block-any-text-will-do-description-for-this-block-you-can-use-this-space-for-describing-your-block id=bar-description-for-this-block-use-this-space-for-describing-your-block-any-text-will-do-description-for-this-block-you-can-use-this-space-for-describing-your-block id=strong-x-strong-8 https://luckystreak3-game.com/ | Line 1139 1172 1172 1207 1248
...
| |
| id=tw-target-text id=tw-target-text id=tw-target-text id=tw-target-text https://luckystreak3-game.com/where-play-in-game-lucky-streak-3/ | Line 372 372 378 384 | |
 | img elements must have an accessible name. | WCAG 2.1 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="" .
Do not use alt text containing only spaces since that's voiced as an unlabeled image. Impact on users: - NVDA 2022.2 Chrome 105 Windows 10 Reading: Image ignored.
- NVDA 2022.2 FF102 Windows 10 Reading: Image ignored.
- NVDA 2022.2 Edge 105 Windows 10 Reading: Image ignored.
- NVDA 2021.2 Chrome 94 Windows 10 Reading: Image ignored.
- NVDA 2021.2 FF91 Windows 10 Reading: Image ignored.
- NVDA 2021.2 Edge 94 Windows 10 Reading: Image ignored.
- NVDA 2020.2 Chrome 86 Windows 10 Reading: Image ignored.
- NVDA 2020.2 FF78 Windows 10 Reading: Image ignored.
- NVDA 2020.2 Edge 92 Windows 10 Reading: Image ignored.
- NVDA 2019.2 Chrome 79 Windows 10 Reading: Image unlabeled.
- NVDA 2019.2 FF68 Windows 10 Reading: Image ignored.
- JAWS 2022.2207.25 Chrome 105 Windows 10 Reading: Image ignored.
- JAWS 2022.2207.25 FF102 Windows 10 Reading: Image ignored.
- JAWS 2022.2207.25 Edge 105 Windows 10 Reading: Image ignored.
- JAWS 2021.2107.12 Chrome 94 Windows 10 Reading: Image ignored.
- JAWS 2021.2107.12 FF91 Windows 10 Reading: Image ignored.
- JAWS 2021.2107.12 Edge 94 Windows 10 Reading: Image ignored.
- JAWS 2020.2008.24 Chrome 86 Windows 10 Reading: Image ignored.
- JAWS 2020.2008.24 FF78 Windows 10 Reading: Image ignored.
- JAWS 2020.2008.24 Edge 92 Windows 10 Reading: Image ignored.
- JAWS 2019.1912.1 Chrome 79 Windows 10 Reading: Image unlabeled.
- JAWS 2019.1912.1 FF68 Windows 10 Reading: Image ignored.
- VoiceOver macOS 12.5 Safari 15.6 macOS 12.5.1 Reading: Image filename read out.
- VoiceOver macOS 11.5 Safari 15.0 macOS 11.5.2 Reading: Image filename read out.
- VoiceOver macOS 10.15 Safari 14.1 macOS 10.15.7 Reading: Image filename read out.
- VoiceOver macOS 10.14 Safari 13.0 macOS 10.14.6 Reading: Image filename read out.
- VoiceOver iOS 15.6 Safari iOS 15.6 iOS 15.6 Touch: Image filename read out.
- VoiceOver iOS 14.7 Safari iOS 14.7 iOS 14.7 Touch: Image filename read out.
- VoiceOver iOS 13.3 Safari iOS 13.3 iOS 13.3 Touch: Image filename read out.
- VoiceOver iOS 12.4 Safari iOS 12.4 iOS 12.4.1 Touch: Image filename read out.
| 1.1.1 | |
| https://luckystreak3-game.com/ | Line 986 1003 1022 1045 1062
...
| |
 | Link uses general text like 'Click Here' with no surrounding text explaining link purpose. | WCAG 2.1 A F63 Section 508 (2017) A F63 | 1 pages |
|
Screen reader users use text around links to help understand what the link does.
If the link text is very general, and there's no surrounding text, there's no way to work out what the link does.
Either use a descriptive link label (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: Button Button Button https://luckystreak3-game.com/ | Line 1251 1281 1311 | |
 | This button element is empty and has no accessible name. | WCAG 2.1 A 4.1.2 Section 508 (2017) A 4.1.2 | 2 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
| | |
| https://luckystreak3-game.com/ | Line 1255 1285 1315 | |
| https://luckystreak3-game.com/category/otzyvy/ | Line 384 | |
 | Use HTML headings instead of applying CSS heading styles to non-headings. | WCAG 2.1 A F2 Section 508 (2017) A F2 | 1 pages |
|
Screen reader users rely on headings to navigate within pages. Either add role=heading with aria-level or use h1-h6 elements to identify the element as a heading to screen readers. | 1.3.1 | |
| https://luckystreak3-game.com/ | Line 582 | |
 | Use semantic markup like strong instead of using the CSS font-weight property. | WCAG 2.1 A F2 Section 508 (2017) A F2 | 4 pages |
|
Use the strong element instead of the span element for bold text. | 1.3.1 | |
| https://luckystreak3-game.com/ | Line 596 | |
| https://luckystreak3-game.com/category/otzyvy/ | Line 304 | |
| https://luckystreak3-game.com/lucky-streak-3-demo-game-play-free-at-fun-mode/ | Line 327 | |
| https://luckystreak3-game.com/where-play-in-game-lucky-streak-3/ | Line 317 | |
Level AAA
2 issues on 5 pages | |
 | Don't use CSS animations or transitions in interactions without giving the user a way to turn them off. | WCAG 2.1 2.3.3 | 4 pages |
|
Use the @media (prefers-reduced-motion) media query to respect user preferences. | | |
| :hover transition: all 0.3s :hover transition: all 0.3s :hover transition: all 0.3s :hover transition: all 0.3s :hover transition: all 0.3s https://luckystreak3-game.com/ | Line 644 1552 1552 1552 1576
...
| |
| :hover transition: all 0.3s :hover transition: all 0.3s :hover transition: all 0.3s :hover transition: all 0.3s :hover transition: all 0.3s https://luckystreak3-game.com/category/otzyvy/ | Line 401 404 419 422 492
...
| |
| :hover transition: all 0.3s :hover transition: all 0.3s :hover transition: all 0.3s :hover transition: all 0.3s :hover transition: all 0.3s https://luckystreak3-game.com/lucky-streak-3-demo-game-play-free-at-fun-mode/ | Line 948 950 952 954 956
...
| |
| :hover transition: all 0.3s :hover transition: all 0.3s :hover transition: all 0.3s :hover transition: all 0.3s :hover transition: all 0.3s https://luckystreak3-game.com/where-play-in-game-lucky-streak-3/ | Line 445 447 449 451 453
...
| |
 | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG 2.1 AAA 1.4.6 | 3 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: 6.23 with
color: rgb(77,59,254); background-color: rgb(255,255,255); font-size: 8.40pt; font-weight: 700; https://luckystreak3-game.com/ | Line 645 | |
| The text color to background color contrast ratio after composition is: 6.23 with
color: rgb(77,59,254); background-color: rgb(255,255,255); font-size: 8.40pt; font-weight: 700; https://luckystreak3-game.com/category/otzyvy/ | Line 347 | |
| The text color to background color contrast ratio after composition is: 6.23 with
color: rgb(255,255,255); background-color: rgb(77,59,254); font-size: 12pt; font-weight: 400; https://luckystreak3-game.com/wp-content/themes/reboot/assets/css/style.min.css?ver=1.4.5 | Line 454 | |
| Expand all 8 issues | | |