TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Table Summary Attribute in HTML? From:Joe Miller <joemiller -at- CANBERRA -dot- COM> Date:Mon, 28 Sep 1998 13:55:13 -0400
In using Dave Raggett's TIDY.EXE to clean up an HTML file ( http://www.w3.org/People/Raggett/), I got this message: "Warning: <TABLE>
lacks "summary" attribute. Then in a remark it says:
"The table summary attribute should be used to describe
the table structure. It is very helpful for people using
non-visual browsers. The scope and headers attributes for
table cells are useful for specifying which headers apply
to each table cell, enabling non-visual browsers to provide
a meaningful context for each cell."
I can't find a reference to a summmary attribute anywhere, not on W3C's
site, not even in Eric and Deb's "HTML for Dummies Quick Reference" (hard
to believe, I know, but true!).
Does anyone know what it is?