AccVerify Report

Verified File Name: http://www.calstatela.edu/helpdesk
Date and Time: 4/24/2008 10:16:16 AM
Failed Automated Verification

The level of detail setting for the report is to only show checkpoints with a failed or warning result and show the locations of elements that Failed accessibility checks.


Verification Checklist
Checkpoints Passed
508 Standards, Section 1194.22 Yes No Other
I. 508 Standards, Section 1194.22, (i) Frames shall be titled with text that facilitates frame identification and navigation.
  • Rule: 12.1.1 - All FRAME elements are required to contain the title attribute.
    • Failure - FRAME Element at Line: 9, Column: 3
  No  

Checkpoint Result Legend: Yes = Passed Automated Verification, No = Failed Automated Verification, Warning = Failed Automated Verification, however, configured not to cause page to fail (Priority 2 or 3 only), N/V = Not selected for verification, N/A = No related elements were found in document (Visual only), No Value = Visual Checkpoint


Report generated by HiSoftware AccVerify®
AccVerify® is a registered trademark of Hiawatha Island Software Inc. (www.hisoftware.com)


Source Listing

   1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
   2: <html>
   3: <head>
   4: <title>Welcome to ITS Help Desk</title>
   5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   6: </head>
   7: 
   8: <frameset frameborder="NO" border="0" framespacing="0">
   9:   <frame src="http://sql.calstatela.edu/userservices/helpdesk/" scrolling="auto" noresize name="mainFrame">
  10: </frameset>
  11: <noframes><body>
  12:   <p>This site is displayed within a frame. You are viewing this nessage because your browser
  13:     does not support frames.  Click the link below to go directly to the Help Desk site.</p>
  14:   <p><a href="http://sql.calstatela.edu/userservices/helpdesk/">ITS Help Desk Home Page</a></p>
  15: </body></noframes>
  16: </html>