Hello,
I have the same question but directly related the the Telerik Extensions for ASP.NET MVC. I have looked at the respective page which indicates the Grid has "Section 508 Compliance" and an "A" for the "W3C Compliance Level".
When running Total Validator Tool version 6.5.0 (
http://www.totalvalidator.com/index.html) against a page with 2 grids i get the following errors: -
E876 - 2 instance(s): Provide a descriptive 'summary' attribute for complex data tables. This must be a proper description and not a terse one. See
http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H73 (displayed in new window). If this is not a data table then this is a error as there is structural markup present. See
http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/F46 (displayed in new window).
E879 - 2 instance(s): Provide either a <caption>, 'title' or 'summary' attributes to describe the table. This must be a proper description and not a terse one. See
http://www.w3.org/TR/UNDERSTANDING-WCAG20/content-structure-separation-programmatic.html (displayed in new window). If this is not a data table then this is a error as there is structural markup present. See
http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/F46 (displayed in new window).
Using the ".HtmlAttribute" in the grids construction only applies attributes to the wrapping div not the data table.
I have managed to inject a "summary" in JQuery as per below, but this is a bandaid and is ignored with the validator as the validator seems to not run any initialisation scripts.
Am i missing something??
Regards
Peter