[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.0Section 508 - 2017Key
ALevel A, 18 issuesLevel A, 18 issuesCritical Pages with level A issues are unusable for some people
AALevel AA, 3 issuesLevel AA, 3 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

18 issues on 6 pages

CriticalAll fields in a group of input fields (for example phone numbers) need a label. WCAG 2.0 A F86 Section 508 (2017) A F86 1 pages
Add a label element or title attribute for each field, and if required, use CSS to hide the label from sighted users.
http://www.sciencepark.upm.edu.my/maklumbalasLine 407 408
CriticalAll onclick handlers should have an equivalent onkeypress handler. WCAG 2.0 A F54 Section 508 (2017) A F54 6 pages
Some users are unable to use a mouse, so use the keyboard instead. Add an equivalent keyboard event handler to help these users.
http://www.sciencepark.upm.edu.my/Line 171 174 177
http://www.sciencepark.upm.edu.my/direktoriLine 178 181 184 192 195 ...
http://www.sciencepark.upm.edu.my/maklumbalasLine 178 181 184 192 195 ...
http://www.sciencepark.upm.edu.my/sitemapLine 178 181 184 192 195 ...
This issue was found on another 2 pages. The trial version is limited to showing issues on 4 pages.
Criticalalt text should not be an image file name. WCAG 2.0 A F30 Section 508 (2017) A F30 1 pages
Change the alt text to a description of the image.
alt='http://www.muziumwarisanmelayu.upm.edu.my/' alt='http://www.muziumwarisanmelayu.upm.edu.my/' alt='http://www.muziumwarisanmelayu.upm.edu.my/' alt='http://www.muziumwarisanmelayu.upm.edu.my/' alt='https://sciencepark.upm.edu.my/edu_park-2606'
http://www.sciencepark.upm.edu.my/
Line 1045 1075 1089 1103 1117 ...
Criticalalt text should not contain placeholders like 'picture' or 'spacer'. WCAG 2.0 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='Picture 1' alt='Picture 1' alt='Picture 1' alt='Picture 1' alt='Picture 0'
http://www.sciencepark.upm.edu.my/
Line 910 919 928 937 951 ...
CriticalDocument title must not be blank. WCAG 2.0 A F25 Section 508 (2017) A F25 1 pages
For HTML pages change the title element. For Office documents and PDF documents produced from Office, fill in the Title in Document Properties before saving as PDF.
http://www.sciencepark.upm.edu.my/Line 4
CriticalDuplicate attribute id. HTML5 WCAG 2.0 A 4.1.1 Section 508 (2017) A 4.1.1 1 pages
http://www.sciencepark.upm.edu.my/Line 496 524
CriticalDuplicate id - the same ID is used on more than one element. HTML5 WCAG 2.0 A 4.1.1 Section 508 (2017) A 4.1.1 6 pages
`id=visitus_title`.
http://www.sciencepark.upm.edu.my/
Line 229 266 503 509 536 ...
`id=visitus_title`.
http://www.sciencepark.upm.edu.my/direktori
Line 229 266 317 353 446 ...
`id=visitus_title`.
http://www.sciencepark.upm.edu.my/maklumbalas
Line 229 266 477 481 485 ...
`id=visitus_title`.
http://www.sciencepark.upm.edu.my/sitemap
Line 229 266 573 577 581 ...
This issue was found on another 2 pages. The trial version is limited to showing issues on 4 pages.
CriticalEach a element must contain text or an img with an alt attribute. WCAG 2.0 A F89 Section 508 (2017) A F89 6 pages
Add text to the link, or alt text if the link contains an image. If there is no link text or the alt text is blank, screen readers have nothing to read, so read out the URL instead.
http://www.sciencepark.upm.edu.my/Line 121 332 376 397 1336 ...
http://www.sciencepark.upm.edu.my/direktoriLine 167 308 491 496 580 ...
http://www.sciencepark.upm.edu.my/maklumbalasLine 167 526 531 567 615 ...
http://www.sciencepark.upm.edu.my/sitemapLine 167 298 622 627 711 ...
This issue was found on another 2 pages. The trial version is limited to showing issues on 4 pages.
CriticalElement title not allowed as child element in this context. HTML5 WCAG 2.0 A 4.1.1 Section 508 (2017) A 4.1.1 6 pages
http://www.sciencepark.upm.edu.my/Line 11 13
http://www.sciencepark.upm.edu.my/direktoriLine 11
http://www.sciencepark.upm.edu.my/maklumbalasLine 11
http://www.sciencepark.upm.edu.my/sitemapLine 11
This issue was found on another 2 pages. The trial version is limited to showing issues on 4 pages.
Criticaliframe and frame elements must have title attributes. WCAG 2.0 A 2.4.1 Section 508 (2017) A 2.4.1 1 pages
Add a title attribute to each iframe and frame element (e.g. title="Main Content"). Without a title some screen readers read out the frame filename, which is usually meaningless.

Impact on users:

  • VoiceOver macOS 10.13 Safari 12.1 macOS 10.13.6 Reading: Meaningless frame title read out.
  • VoiceOver macOS 10.12 Safari 10.1.2 macOS 10.12.6 Reading: Meaningless frame title read out.
  • VoiceOver macOS 10.11 Safari 9.1.2 macOS 10.11.6 Reading: Meaningless frame title like 'frame zero' read out.
http://www.sciencepark.upm.edu.my/Line 872 880 888 896
Criticalimg elements must have an alt attribute. WCAG 2.0 A F65 Section 508 (2017) A F65 6 pages
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.

Impact on users:

  • NVDA 2018.4 FF60 Windows 10 Reading: Image ignored.
  • NVDA 2018.4 IE11 Windows 10 Reading: Image ignored.
  • NVDA 2017.3 FF60 Windows 10 Reading: Image ignored.
  • NVDA 2017.3 IE11 Windows 10 Reading: Image ignored.
  • NVDA 2016.2 FF48 Windows 10 Reading: Image ignored.
  • NVDA 2016.2 IE11 Windows 10 Reading: Image ignored.
  • JAWS 2018.1811.2 FF60 Windows 10 Reading: Image ignored.
  • JAWS 2018.1811.2 IE11 Windows 10 Reading: Image ignored.
  • JAWS 18.0.5038 FF52 Windows 10 Reading: Image ignored.
  • JAWS 18.0.5038 IE11 Windows 10 Reading: Image ignored.
  • JAWS 17.0.2619 FF48 Windows 10 Reading: Image ignored.
  • JAWS 17.0.2619 IE11 Windows 10 Reading: Image ignored.
  • VoiceOver macOS 10.13 Safari 12.1 macOS 10.13.6 Reading: Image filename read out.
  • VoiceOver macOS 10.12 Safari 10.1.2 macOS 10.12.6 Reading: Image filename read out.
  • VoiceOver macOS 10.11 Safari 9.1.2 macOS 10.11.6 Reading: Image filename read out.
  • VoiceOver iOS 11.4 Safari iOS 11.4 iOS 11.4.1 Touch: Image filename read out.
  • VoiceOver iOS 10.3 Safari iOS 10.3 iOS 10.3 Touch: Image filename read out.
  • VoiceOver iOS 9.1 Safari iOS 9.1 iOS 9.1 Touch: Image filename read out.
http://www.sciencepark.upm.edu.my/Line 171 174 177 199 441 ...
http://www.sciencepark.upm.edu.my/direktoriLine 178 181 184 213 273 ...
http://www.sciencepark.upm.edu.my/maklumbalasLine 178 181 184 213 273 ...
http://www.sciencepark.upm.edu.my/sitemapLine 178 181 184 213 273
This issue was found on another 2 pages. The trial version is limited to showing issues on 4 pages.
CriticalLink uses general text like 'Click Here' with no surrounding text explaining link purpose. WCAG 2.0 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 to the link (which helps screen reader users).
Link text: more... more... more...
http://www.sciencepark.upm.edu.my/
Line 628 676 985
CriticalStart tag body seen but an element of the same type was already open. HTML5 WCAG 2.0 A 4.1.1 Section 508 (2017) A 4.1.1 6 pages
http://www.sciencepark.upm.edu.my/Line 44
http://www.sciencepark.upm.edu.my/direktoriLine 44
http://www.sciencepark.upm.edu.my/maklumbalasLine 44
http://www.sciencepark.upm.edu.my/sitemapLine 44
This issue was found on another 2 pages. The trial version is limited to showing issues on 4 pages.
CriticalStray end tag div. HTML5 WCAG 2.0 A 4.1.1 Section 508 (2017) A 4.1.1 6 pages
http://www.sciencepark.upm.edu.my/Line 1002
http://www.sciencepark.upm.edu.my/direktoriLine 578
http://www.sciencepark.upm.edu.my/maklumbalasLine 464 466 613
http://www.sciencepark.upm.edu.my/sitemapLine 709
This issue was found on another 2 pages. The trial version is limited to showing issues on 4 pages.
CriticalStray end tag head. HTML5 WCAG 2.0 A 4.1.1 Section 508 (2017) A 4.1.1 6 pages
http://www.sciencepark.upm.edu.my/Line 42
http://www.sciencepark.upm.edu.my/direktoriLine 42
http://www.sciencepark.upm.edu.my/maklumbalasLine 42
http://www.sciencepark.upm.edu.my/sitemapLine 42
This issue was found on another 2 pages. The trial version is limited to showing issues on 4 pages.
CriticalThis button element is empty and has no programmatically determined name. WCAG 2.0 A F68 Section 508 (2017) A F68 5 pages

A programmatically determined name allows screen readers to tell the user 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-LABELLEDBY attribute (not supported in all screen readers)
  • Add an ARIA-LABEL attribute (not supported in all screen readers)
http://www.sciencepark.upm.edu.my/direktoriLine 80
http://www.sciencepark.upm.edu.my/lokasiLine 80
http://www.sciencepark.upm.edu.my/maklumbalasLine 80
http://www.sciencepark.upm.edu.my/sitemapLine 80
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
CriticalThis form control has no label and no programmatically determined name. WCAG 2.0 A F68 Section 508 (2017) A F68 6 pages

A programmatically determined name allows screen readers to tell the user what the control does. To add a name 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-LABELLEDBY attribute (not supported in all screen readers)
  • Add an ARIA-LABEL attribute (not supported in all screen readers)
http://www.sciencepark.upm.edu.my/Line 79 224 246 296 1395
http://www.sciencepark.upm.edu.my/direktoriLine 78 233 245 282 561
http://www.sciencepark.upm.edu.my/maklumbalasLine 78 233 245 282 349 ...
http://www.sciencepark.upm.edu.my/sitemapLine 78 233 245 282 692
This issue was found on another 2 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.0 A 3.1.1 Section 508 (2017) A 3.1.1 5 pages
In HTML add a lang attribute to the html tag, and in PDF set the language using Document Properties in Acrobat. This allows screen readers to pronounce words correctly.
http://www.sciencepark.upm.edu.my/direktoriLine 0
http://www.sciencepark.upm.edu.my/lokasiLine 0
http://www.sciencepark.upm.edu.my/maklumbalasLine 0
http://www.sciencepark.upm.edu.my/sitemapLine 0
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.

Level AA

3 issues on 1 pages

Very ImportantEnsure that text and background colors have enough contrast. WCAG 2.0 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:
1.36 with color: rgb(221,221,221);background-color: rgb(255,255,255);font-size: 7.50pt;font-weight: 400.00;
1.00 with color: rgb(201,35,75);background-color: rgb(201,35,75);font-size: 12.00pt;font-weight: 400.00;
1.00 with color: rgb(201,35,75);background-color: rgb(201,35,75);font-size: 12.00pt;font-weight: 400.00;
1.00 with color: rgb(201,35,75);background-color: rgb(201,35,75);font-size: 12.00pt;font-weight: 400.00;
1.00 with color: rgb(201,35,75);background-color: rgb(201,35,75);font-size: 12.00pt;font-weight: 400.00;
http://www.sciencepark.upm.edu.my/
Line 160 190 214 277 1434 ...
Very ImportantIf you set any of the colors on the body or a elements you must set all of them. WCAG 2.0 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. High contrast mode on Windows turns off background images so you must set a `background-color` in addition to a `background-image`.
The colors used are:
color: rgb(0,0,238); uses browser default background-color: rgb(201,35,75);
color: rgb(0,0,238); uses browser default background-color: rgb(201,35,75);
color: rgb(0,0,238); uses browser default background-color: rgb(201,35,75);
color: rgb(0,0,238); uses browser default background-color: rgb(201,35,75);
color: rgb(0,0,238); uses browser default background-color: rgb(201,35,75);
http://www.sciencepark.upm.edu.my/
Line 95 98 656 701 1035 ...
Very ImportantThe CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline. WCAG 2.0 AA F78 Section 508 (2017) AA F78 1 pages
Change the style to avoid obscuring the focus outline around focusable elements.

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)
  • Internet Explorer (obscures the focus indicator on links, buttons and range controls)

Internet Explorer and Edge do not support the outline-offset property, so using this does not reliably avoid focus outline overlap.

http://www.sciencepark.upm.edu.my/Line 309
Expand all 21 issues