[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.1Section 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, 3 issuesLess Important Pages with level AAA issues can be difficult to use
PriorityDescription and URLGuideline and Line#Count

Level A

4 issues on 2 pages

CriticalAvoid animated images over 5 seconds long that can't be paused or stopped. WCAG 2.1 A F7 Section 508 (2017) A F7 2 pages
Replace the image with a static version, or an animated version that runs for less than 5 seconds.
Image: https://1.bp.blogspot.com/-8qxcU9bZzIE/X1zx5ZTikhI/AAAAAAAAARo/l_Srxpeh9BwR_dFSFsepqmG-a2LEmMitwCLcBGAsYHQ/s320/%25D8%25A7%25D8%25B9%25D9%2584%25D8%25A7%25D9%2586-%25D9%2588%25D8%25A7%25D8%25AA%25D8%25B3%25D8%25A7%25D8%25A8-%25D8%25A7%25D9%2584%25D8%25B0%25D9%2587%25D8%25A8%25D9%258A-%25D8%25AA%25D9%2584%25D8%25AC%25D8%25B1%25D8%25A7%25D9%2585.gif
https://www.watsabgold.com/
Line 3722
Image: https://1.bp.blogspot.com/-8qxcU9bZzIE/X1zx5ZTikhI/AAAAAAAAARo/l_Srxpeh9BwR_dFSFsepqmG-a2LEmMitwCLcBGAsYHQ/s320/%25D8%25A7%25D8%25B9%25D9%2584%25D8%25A7%25D9%2586-%25D9%2588%25D8%25A7%25D8%25AA%25D8%25B3%25D8%25A7%25D8%25A8-%25D8%25A7%25D9%2584%25D8%25B0%25D9%2587%25D8%25A8%25D9%258A-%25D8%25AA%25D9%2584%25D8%25AC%25D8%25B1%25D8%25A7%25D9%2585.gif
https://www.watsabgold.com/2020/10/whatsapp-plus-gold-apk.html
Line 7252
CriticalEach a element must contain text or an img with an alt attribute. WCAG 2.1 A F89 Section 508 (2017) A F89 1 pages

A link name allows screen readers to voice what the links does. If there is no link text or the `alt` text is blank, 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 if the link contains an img element
https://www.watsabgold.com/2020/10/whatsapp-plus-gold-apk.htmlLine 1274 1280 1286 1292 1298 ...
CriticalIdentify row and column headers in data tables using th elements, and mark layout tables with role=presentation. WCAG 2.1 A F91 Section 508 (2017) A F91 1 pages
Data tables allow screen reader users to understand column and row relationships. Layout tables read cells as a series of unrelated paragraphs with no tabular structure. Without th or role, screen readers apply heuristics to decide whether a table is a layout table or data table. These heuristics vary greatly between screen readers, and are affected by browser being used, window size, and font size (so the outcome is very unpredictable without th or role). If a data table has headers marked up using td, then change these to th. If a data table has no headers, add th elements describing each row and/or column. If the table is only used for layout add role=presentation to the table element.

Impact on users:

  • JAWS Reading: Treats tables without th and role as layout tables if the table contains cells above or below certain pixel sizes. This measurement is affected by browser window size, browser font size, and the browser used.
  • NVDA Reading: Applies a layout table heuristic to tables without th and role which varies depending on the browser used and on the window size in some circumstances.
  • VoiceOver Reading: Uses a sophisticated heuristic on tables without th and role, which is similar (but not identical) to the heuristic used by NVDA with Firefox.
https://www.watsabgold.com/2020/10/whatsapp-plus-gold-apk.htmlLine 765
CriticalThe lang attribute specifies a language written right-to-left, so dir=rtl is needed to change the text layout direction. WCAG 2.1 A 1.3.2 Section 508 (2017) A 1.3.2 2 pages
Add dir="rtl" next to the lang attribute.
https://www.watsabgold.com/Line 3
https://www.watsabgold.com/2020/10/whatsapp-plus-gold-apk.htmlLine 3

Level AA

2 issues on 2 pages

Very ImportantEnsure that text and background colors have enough contrast. WCAG 2.1 AA 1.4.3 Section 508 (2017) AA 1.4.3 2 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
The text color to background color contrast ratio after composition is:
2.00 with color: rgb(255,255,255);background-color: rgb(244,169,0);font-size: 12pt;font-weight: 400;
https://www.watsabgold.com/
Line 253
The text color to background color contrast ratio after composition is:
2.00 with color: rgb(255,255,255);background-color: rgb(244,169,0);font-size: 12pt;font-weight: 400;
https://www.watsabgold.com/2020/10/whatsapp-plus-gold-apk.html
Line 295
Very ImportantHeadings should not be empty. WCAG 2.1 AA G130 Section 508 (2017) AA G130 2 pages
Add 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.
https://www.watsabgold.com/Line 3119
https://www.watsabgold.com/2020/10/whatsapp-plus-gold-apk.htmlLine 619

Level AAA

3 issues on 2 pages

ImportantAvoid specifying a new window as the target of a link with target=_blank. WCAG 2.1 AAA F22 2 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 a warning into the link text like the following: "opens in a new window".
https://www.watsabgold.com/Line 3303 3721
https://www.watsabgold.com/2020/10/whatsapp-plus-gold-apk.htmlLine 739 749 817 829 1112 ...
ImportantDon't use CSS animations or transitions in interactions without giving the user a way to turn them off. WCAG 2.1 2.3.3 2 pages
Use the @media (prefers-reduced-motion) media query to respect user preferences.
:hover transition: all 0.15s :hover transition: all 0.15s :hover transition: all 0.15s :hover transition: all 0.15s :hover transition: all 0.15s
https://www.watsabgold.com/
Line 3190 3216 3314 3315 3316 ...
:hover transition: all 0.15s :hover transition: all 0.15s :hover transition: all 0.15s :hover transition: all 0.1s :hover transition: all 0.1s
https://www.watsabgold.com/2020/10/whatsapp-plus-gold-apk.html
Line 625 717 719 1112 1140 ...
ImportantSeveral links on a page share the same link text, but go to different destinations. WCAG 2.1 AAA 2.4.9 1 pages
Make the link text unique for each target, or add additional text using aria-label.
Link text: واتس اب الذهبي واتس اب الذهبي
https://www.watsabgold.com/2020/10/whatsapp-plus-gold-apk.html
Line 829 7250
Expand all 9 issues