WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Table SUMMARY Tag

for

From: Langum, Michael J
Date: Mar 2, 2011 8:54AM


Ms Pyatt,

The summary attribute is not visually displayed in a browser. It's purpose is to assist users of assistive technology to understand the structure of the table. E.g.

<table summary="this table lists responses to survey questions by sub-group. Responses for each sub-group are provided as absolute numbers, and percentage of whole.">

-- Mike