- From: Wendy Chisholm <wendy@w3.org>
- Date: Tue, 09 Nov 2004 13:25:06 -0500
- To: support@ksginfo.org
- Cc: wai-wcag-editor@w3.org, support@w3.org
Hello, I am unable to see the error in the table as well. Bobby is developed by Watchfire. Please refer to Bobby Support <http://bobby.watchfire.com/bobby/html/en/support.jsp> for questions about the use of Bobby. Thank you, --wendy support@ksginfo.org wrote: >Dear W3C support, > >The table below was take from accessible examples at Bobby but won't pass >the 'Web Content Accessibility Guidelines 1.0' test at >http://bobby.watchfire.com/bobby/html/en/index.jsp . The priority 3 error >is that I need a summary for the table, but there is a summary. >error="Provide a summary for tables. (1 instance)" > >Can you tell me where the error is or send me some sample code? Thank you. > >Cecilie > >-------- > ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >"http://www.w3.org/TR/REC-html40/loose.dtd"> ><html xmlns="http://www.w3.org/1999/xhtml" lang="en"> ><head> > ><title>TITLE</title></head> ><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> > ><STYLE type="text/css" href=stylesheet1.css> ></STYLE> > ><body> ><table border="1" summary = "Table of contents for this section of web >site."> ><tr> > <td> > <p>This is a paragraph</p> > <p>This is another paragraph</p> > </td> > <td>This cell contains a table: > <table border="1"> > <tr> > <td>A</td> > <td>B</td> > </tr> > <tr> > <td>C</td> > <td>D</td> > </tr> > </table> > </td> ></tr> ><tr> > <td>This cell contains a list > <ul> > <li>apples</li> > <li>bananas</li> > <li>pineapples</li> > </ul> > </td> > <td>HELLO</td> ></tr> ></table> > ></body> ></html> > > > > > -- wendy a chisholm world wide web consortium web accessibility initiative http://www.w3.org/WAI/ /--
Received on Tuesday, 9 November 2004 18:25:13 UTC