Site Report

[Skip navigation links]

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.

WCAG2Section 508Key
ACriticalCriticalCritical Priority A - accessibility users will find it impossible to use some pages
AA     Very Important Priority AA - accessibility users will find it difficult to use some pages
PriorityURL / Description Line

Priority 1 Issues (Level A)

  CriticalAll ONCLICK handlers should have an equivalent ONKEYPRESS handler.Section 508 1194.22 (l) WCAG 2.0 A F54
Some users are unable to use a mouse, so use the keyboard instead. Add an equivalent keyboard event handler to help these users.
http://testiq.net.pl/test.html 128 130
  CriticalEach A tag must contain text or an IMG with an ALT attribute.WCAG 2.0 A F89
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

Link A elements labelled with a TITLE attribute, and only containing an image don't work in:

  • WindowEyes 8.4 with IE11 (the link HREF is read instead)
  • VoiceOver on OSX 10.9 (the image filename is read instead)
http://testiq.net.pl/ 23 25 123
http://testiq.net.pl/ciekawostki.html 23 25 78
http://testiq.net.pl/test.html 23 25 157
http://testiq.net.pl/top100.html 23 25 646
  CriticalIMG tags must have an ALT attribute.Section 508 1194.22 (a) WCAG 2.0 A F65
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.
http://testiq.net.pl/ 77 109 110 111
http://testiq.net.pl/ciekawostki.html 64 65 66
http://testiq.net.pl/top100.html 632 633 634
  CriticalINPUT TYPE=IMAGE tags must have an ALT attribute.Section 508 1194.22 (a) WCAG 2.0 A F65
Add an ALT attribute describing the button action, which screen readers read aloud.
http://testiq.net.pl/ 127
http://testiq.net.pl/ciekawostki.html 82
http://testiq.net.pl/test.html 161
http://testiq.net.pl/top100.html 650
  CriticalProvide a way to skip repetitive navigation links.Section 508 1194.22 (o)
Without a skip link, screen readers read out the navigation links on every page before reading the page content. Headings can be a substitute in limited circumstances, but they're not used by all screen reader users, and many other assistive technology users have no way to navigate via headings. Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users: <a class="accessible" href="#main">[Skip to Content]</a>
http://testiq.net.pl/ 29 117
http://testiq.net.pl/ciekawostki.html 29 52 72
http://testiq.net.pl/test.html 29 151
http://testiq.net.pl/top100.html 29 640
  CriticalThis form control has no associated LABEL element.WCAG 2.0 A F68 Section 508 1194.22 (n)
Add a LABEL tag with the FOR attribute set to the ID of this control, or enclose the control in a LABEL tag. This allows screen readers to tell the user what each control does.
http://testiq.net.pl/ 125
http://testiq.net.pl/ciekawostki.html 80
http://testiq.net.pl/test.html 113 159
http://testiq.net.pl/top100.html 648
  CriticalThis form has fields without LABEL elements or TITLE attributes.Section 508 1194.22 (n)
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users. Without these, forms are very hard to use with a screen reader. Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.
http://testiq.net.pl/ 125
http://testiq.net.pl/ciekawostki.html 80
http://testiq.net.pl/test.html 113 159
http://testiq.net.pl/top100.html 648
  CriticalThis page has duplicate IDs which cause problems in screen readers.WCAG 2.0 A F77
Two or more elements on this page share the same ID, which cause problems in screen readers which use IDs for labeling controls and table headings. This also causes problems in JavaScript methods like getElementById and querySelector, which behave inconsistently when duplicate IDs are present. Change the ID so it is unique for each element.
http://testiq.net.pl/test.html 128
  CriticalThis page has markup errors, causing screen readers to miss content.WCAG 2.0 A F70
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.
http://testiq.net.pl/ciekawostki.html 51
http://testiq.net.pl/test.html 126
9 issues on 4 pages