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
AAVery Important   Very Important Priority AA - accessibility users will find it difficult to use some pages
PriorityURL / Description Line
View Pages  CriticalDocument must have a title.WCAG 2.0 A 2.4.2
For HTML pages add a TITLE tag. For Office documents and PDF documents produced from Office, fill in the Title in Document Properties before saving as PDF.
http://www.designnu.com/counter.php 1
View Pages  CriticalDocument title must not be blank.WCAG 2.0 A F25
For HTML pages change the TITLE tag. For Office documents and PDF documents produced from Office, fill in the Title in Document Properties before saving as PDF.
http://www.designnu.com/bbs/zboard.php?id=toy1 42
http://www.designnu.com/bbs/zboard.php?id=toy3 42
View Pages  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.
http://www.designnu.com/0new_top.htm 84
http://www.designnu.com/bbs/zboard.php?id=toy1 264 265 338 379 577 ...
http://www.designnu.com/bbs/zboard.php?id=toy2 264 265 326 339 605 ...
http://www.designnu.com/bbs/zboard.php?id=toy3 264 265 326 345 531 ...
View Pages  CriticalFor SCRIPTs and APPLETs, ensure that event handlers are input device-independent. Do not write event handlers that rely on mouse coordinates since this prevents device-independent input.WCAG 2.0 A 2.1.1
Add an equivalent event handler that accepts keyboard input via event.keyCode.
http://www.designnu.com/bbs/zboard.php?id=toy1 50 51 55 57 59 ...
http://www.designnu.com/bbs/zboard.php?id=toy2 50 51 55 57 59 ...
http://www.designnu.com/bbs/zboard.php?id=toy3 50 51 55 57 59 ...
View Pages  CriticalIdentify row and column headers in data tables using TH elements, and mark layout tables with role='presentation'.Section 508 1194.22 (g) WCAG 2.0 A F91
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.
http://www.designnu.com/bbs/zboard.php?id=toy1 308 310 363 416 527 ...
http://www.designnu.com/bbs/zboard.php?id=toy2 320 322 379 436 555 ...
http://www.designnu.com/bbs/zboard.php?id=toy3 286 320 322 403 489 ...
View Pages  CriticalIFRAME tags must have alternative content.Section 508 1194.22 (a)
To cater for screen readers that don't support frames, place some text in the IFRAME tag. For example: <iframe src='file.htm'>Alternative content</iframe>
http://www.designnu.com/ 13
http://www.designnu.com/0new_main.htm 32
http://www.designnu.com/0new_top.htm 121
View Pages  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://www.designnu.com/0new_main.htm 28 30
http://www.designnu.com/0new_top.htm 84
http://www.designnu.com/bbs/zboard.php?id=toy1 260 261 262 314 326 ...
http://www.designnu.com/bbs/zboard.php?id=toy2 239 239 260 261 262 ...
This issue was found on another 1 pages. The evaluation version is limited to showing issues on 4 pages.   
View Pages  CriticalNo TITLE attributes found for the frames on these pages.Section 508 1194.22 (i) WCAG 2.0 A 2.4.1
Add a TITLE attribute to each FRAME and IFRAME element (e.g. TITLE="Main Content"). Screen readers read out the TITLE letting the user decide which frame to visit. The JAWS Frames List command reads out the URL of any FRAMEs or IFRAMEs without titles.

IFRAMEs with no title cause problems in:

  • JAWS 14 with Firefox 29 (the frame SRC filename is read instead)
  • VoiceOver on OSX 10.9 (a meaningless title like "Frame twelve" is read out)
http://www.designnu.com/ 9 10 13 14
http://www.designnu.com/0new_main.htm 32 33
http://www.designnu.com/0new_top.htm 121 121 122
View Pages  CriticalNo TITLE attributes found for the FRAMESETs on these pages.Section 508 1194.22 (i)
Screen readers read out the TITLE attribute which lets the user decide which frame to visit (e.g. TITLE="Main Content").
http://www.designnu.com/ 8
View Pages  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://www.designnu.com/bbs/zboard.php?id=toy1 530
http://www.designnu.com/bbs/zboard.php?id=toy2 289 290
http://www.designnu.com/bbs/zboard.php?id=toy3 289 290 492
View Pages  CriticalThis field removes focus when tabbed to making it impossible for disabled users to navigate this form via the keyboard.Section 508 1194.22 (n) WCAG 2.0 A F55
Using blur() in an onfocus handler makes the form impossible to use with a keyboard. Remove the call to blur() in the onfocus handler.
http://www.designnu.com/bbs/zboard.php?id=toy1 291 292 530 546 548 ...
http://www.designnu.com/bbs/zboard.php?id=toy2 303 304 558 574 576 ...
http://www.designnu.com/bbs/zboard.php?id=toy3 303 304 492 508 510 ...
View Pages  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://www.designnu.com/ 13 14
http://www.designnu.com/0new_main.htm 32 33
http://www.designnu.com/0new_top.htm 61 121 122
http://www.designnu.com/bbs/zboard.php?id=toy1 111 237 293 306 524 ...
This issue was found on another 2 pages. The evaluation version is limited to showing issues on 4 pages.   
View Pages  CriticalUse the LANG attribute to identify the language of the page.WCAG 2.0 A 3.1.1
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.designnu.com/ 2
http://www.designnu.com/0new_main.htm 3
http://www.designnu.com/0new_top.htm 3
http://www.designnu.com/bbs/zboard.php?id=toy1 40
This issue was found on another 2 pages. The evaluation version is limited to showing issues on 4 pages.   
View Pages  Very ImportantEnsure that foreground and background colors have enough contrast.WCAG 2.0 AA 1.4.3
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 foreground/background contrast ratio is 1. The ratio should be 4.5 or more, and for links this applies to both visited and unvisited styles.
http://www.designnu.com/0new_top.htm
 81
View Pages  Very ImportantIf you set any of the colors on the BODY tag you must set all of them.WCAG 2.0 AA F24
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.
http://www.designnu.com/0new_main.htm 9
http://www.designnu.com/bbs/zboard.php?id=toy1 238
http://www.designnu.com/bbs/zboard.php?id=toy2 238
http://www.designnu.com/bbs/zboard.php?id=toy3 238
View Pages  Very ImportantUse relative rather than absolute units in CSS property values.WCAG 2.0 AA 1.4.4
Absolute units are CM, MM, IN, PC and PT. When used with fonts PX is also considered an absolute unit, because it isn't relative the user's preferred font size. Low-vision users often use the "large fonts" mode of Windows, which makes each pixel larger than usual. This usually causes problems with pixel based layouts, which also perform badly on handheld and widescreen displays. Percentage values "stretch" according to screen size and work on a large range of display sizes.
http://www.designnu.com/0new_main.htm 17
Expand All16 issues on 7 pages
Close HelpHelp More Info