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

Level A

6 issues on 5 pages

Criticalalt text should not contain placeholders like 'picture' or 'spacer'. WCAG 2.1 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.
alt='bandar66'
http://185.214.125.245/
Line 247
CriticalHTML form control has no label. WCAG 2.1 A F68 Section 508 (2017) A F68 5 pages

A label (or name) linked to the control allows screen readers to voice the label correctly when reading the control. To add a label do one of the following:

  • Use a label element with the for attribute set to the ID of the form control
  • Wrap a label element around the form control
  • Add a title attribute
  • Add an aria-label attribute
  • Add an aria-labelledby attribute
http://185.214.125.245/Line 49
http://185.214.125.245/bandarqLine 89
http://185.214.125.245/dominoqqLine 89
http://185.214.125.245/promosiLine 89
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
CriticalNo space between attributes. HTML5 WCAG 2.1 A 4.1.1 Section 508 (2017) A 4.1.1 5 pages
http://185.214.125.245/Line 82 109 149 176
http://185.214.125.245/bandarqLine 77 104 144 171
http://185.214.125.245/dominoqqLine 77 104 144 171
http://185.214.125.245/promosiLine 77 104 144 171
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
CriticalScrolling marquee text is very hard to read for low vision users. WCAG 2.1 A F16 Section 508 (2017) A F16 5 pages
Replace the marquee element with a static element like span. This allows low vision users time to read the text.
http://185.214.125.245/Line 126
http://185.214.125.245/bandarqLine 221
http://185.214.125.245/dominoqqLine 221
http://185.214.125.245/promosiLine 221
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
CriticalThe label element is blank. WCAG 2.1 A 4.1.2 Section 508 (2017) A 4.1.2 5 pages
Add text to the label describing the associated control.
http://185.214.125.245/Line 49
http://185.214.125.245/bandarqLine 91
http://185.214.125.245/dominoqqLine 91
http://185.214.125.245/promosiLine 91
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
CriticalUse the lang attribute to identify the language of the page. WCAG 2.1 A 3.1.1 Section 508 (2017) A 3.1.1 5 pages
In HTML add a lang attribute containing a language code to the html tag, and in PDF set the language using Document Properties in Acrobat. This allows screen readers to pronounce words correctly.
http://185.214.125.245/Line 2
http://185.214.125.245/bandarqLine 3
http://185.214.125.245/dominoqqLine 3
http://185.214.125.245/promosiLine 3
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.

Level AA

4 issues on 1 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 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 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 is:
2.47 with color: rgb(229,146,52);background-color: rgb(255,255,255);font-size: 12.00pt;font-weight: 400.00;
2.47 with color: rgb(229,146,52);background-color: rgb(255,255,255);font-size: 12.00pt;font-weight: 400.00;
2.47 with color: rgb(229,146,52);background-color: rgb(255,255,255);font-size: 12.00pt;font-weight: 400.00;
2.47 with color: rgb(229,146,52);background-color: rgb(255,255,255);font-size: 12.00pt;font-weight: 400.00;
http://185.214.125.245/
Line 317 344 351 370
Very ImportantIf you set any of the colors on the body or a elements you must set all of them. WCAG 2.1 AA F24 Section 508 (2017) AA F24 1 pages
In HTML the color attributes are text, bgcolor, link, alink and vlink. In CSS the attributes are color and background-color. Some users have browser defaults set to white text on a black background, so setting one color without setting the others can result in black text on a black background.
The colors used are:
color: rgb(229,146,52);background-color: rgb(255,255,255); uses browser default
color: rgb(229,146,52);background-color: rgb(255,255,255); uses browser default
color: rgb(229,146,52);background-color: rgb(255,255,255); uses browser default
color: rgb(229,146,52);background-color: rgb(255,255,255); uses browser default
http://185.214.125.245/
Line 317 344 351 370
Very ImportantPhrases in a different language should be in a span or div with a lang attribute. WCAG 2.1 AA 3.1.2 Section 508 (2017) AA 3.1.2 1 pages
Non-English phrases in English text will be mispronounced by a screen reader unless they are identified with a lang attribute.
http://185.214.125.245/Line 268
Very ImportantProvide information about the general layout of a site using a site map or table of contents. WCAG 2.1 AA 2.4.5 Section 508 (2017) AA 2.4.5 1 pages
You should provide a link labeled 'Site Map' or 'Sitemap' or the equivalent in your language, on every page.
http://185.214.125.245/Line 1
Expand all 10 issues