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.2 | 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 Number | Count |
|---|
Level A
4 issues on 1 pages | |
 | alt 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: andarbahar1<img loading='lazy' decoding='async' width='680' height='308' src='...p' class='attachment-large ...' alt='andarbahar1' srcset='...' sizes='(max-width: 680px) ...'>
| Line 536 | |
| Placeholder alt text: 2cards_teenpatti<img loading='lazy' decoding='async' width='340' height='154' src='...p' class='attachment-large ...' alt='2cards_teenpatti' srcset='...' sizes='(max-width: 340px) ...'>
| Line 556 | |
| Placeholder alt text: teenpattit20<img loading='lazy' decoding='async' width='680' height='308' src='...p' class='attachment-large ...' alt='teenpattit20' srcset='...' sizes='(max-width: 680px) ...'>
| Line 560 | |
| Placeholder alt text: teenpatti_test<img loading='lazy' decoding='async' width='340' height='154' src='...p' class='attachment-large ...' alt='teenpatti_test' srcset='...' sizes='(max-width: 340px) ...'>
| Line 576 | |
| Placeholder alt text: Muflis_teenpatti<img loading='lazy' decoding='async' width='340' height='154' src='...p' class='attachment-large ...' alt='Muflis_teenpatti' srcset='...' sizes='(max-width: 340px) ...'>
| Line 584 | |
| https://www-reddyanna.club/ | | |
 | alt text should not contain placeholders like 'picture' or 'spacer'. | WCAG 2.2 A F30 Section 508 (2017) A F30 | 1 pages |
|
For purely decorative images and spacers use alt='', for images of text use the text, and for other images use a description of the image. Impact on users: - JAWS : Reads out placeholder text, instead of a useful image description.
- NVDA : Reads out placeholder text, instead of a useful image description.
- VoiceOver : Reads out placeholder text, instead of a useful image description.
| 1.1.1 1.2.1 | |
| | | |
| Placeholder text: andarbahar1<img loading='lazy' decoding='async' width='680' height='308' src='...p' class='attachment-large ...' alt='andarbahar1' srcset='...' sizes='(max-width: 680px) ...'>
| Line 536 | |
| Placeholder text: 2cards_teenpatti<img loading='lazy' decoding='async' width='340' height='154' src='...p' class='attachment-large ...' alt='2cards_teenpatti' srcset='...' sizes='(max-width: 340px) ...'>
| Line 556 | |
| Placeholder text: teenpattit20<img loading='lazy' decoding='async' width='680' height='308' src='...p' class='attachment-large ...' alt='teenpattit20' srcset='...' sizes='(max-width: 680px) ...'>
| Line 560 | |
| Placeholder text: teenpatti_test<img loading='lazy' decoding='async' width='340' height='154' src='...p' class='attachment-large ...' alt='teenpatti_test' srcset='...' sizes='(max-width: 340px) ...'>
| Line 576 | |
| Placeholder text: Muflis_teenpatti<img loading='lazy' decoding='async' width='340' height='154' src='...p' class='attachment-large ...' alt='Muflis_teenpatti' srcset='...' sizes='(max-width: 340px) ...'>
| Line 584 | |
| https://www-reddyanna.club/ | | |
 | This 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 type='button' class='...'><span class='lines'>...</span></button>
| Line 216 | |
| <button class='header-search-button' type='submit'>...</button>
| Line 241 | |
| https://www-reddyanna.club/ | | |
 | ul elements must contain
either an li element or an element with role=listitem and must not contain elements with other roles. | ARIA 1.2 WCAG 2.2 A 1.3.1 Section 508 (2017) A 1.3.1 | 1 pages |
|
| | |
| | | |
| Owned roles: no owned roles
<ul class='wf_navbar-list-right'></ul>
| Line 316 | |
| https://www-reddyanna.club/ | | |
Level AA
1 issues on 1 pages | |
 | The 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 | 1 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='...'><span class='lines'>...</span></button>
| Line 216 | |
| :focus has outline: invert none 0px <a href='tel:+628382805325'>+ 62 ( 8382805325 )</a>
| Line 258 | |
| :focus has outline: invert none 0px <a href='https://www-reddyanna.club/'>Reddy Anna Book</a>
| Line 457 | |
| :focus has outline: invert none 0px <a href='https://www-reddyanna.club/'>www-Reddyanna.club</a>
| Line 1019 | |
| :focus has outline: invert none 0px <a href='.../'>Responsible Gaming</a>
| Line 1020 | |
| https://www-reddyanna.club/ | | |
Level AAA
1 issues on 1 pages | |
 | Don't use CSS animations or transitions in interactions without giving the user a way to turn them off. | WCAG 2.2 2.3.3 | 1 pages |
|
Use the @media (prefers-reduced-motion) media query to respect user preferences. | | |
| | | |
| ::before:hover transition: bottom auto -2px left auto 0px height auto 3px width auto 26px 0.3s<a title='Home' href='https://www-reddyanna.club/' class='nav-link' aria-current='page'>Home</a>
| Line 277 | |
| ::before:hover transition: bottom auto -2px left auto 0px height auto 3px width auto 26px 0.3s<a title='Reddy Book Club' href='.../' class='nav-link'>Reddy Book Club</a>
| Line 278 | |
| ::before:hover transition: bottom auto -2px left auto 0px height auto 3px width auto 26px 0.3s<a title='Login' href='.../' class='nav-link'>Login</a>
| Line 279 | |
| ::before:hover transition: bottom auto -2px left auto 0px height auto 3px width auto 26px 0.3s<a title='Sports ID' href='.../' class='nav-link'>Sports ID</a>
| Line 280 | |
| ::before:hover transition: bottom auto -2px left auto 0px height auto 3px width auto 26px 0.3s<a title='Responsible Gaming' href='.../' class='nav-link'>...g</a>
| Line 281 | |
| https://www-reddyanna.club/ | | |
| Expand all 6 issues | | |