This is a migrated thread and some comments may be shown as answers.

Are Telerik components compliant with the W3C Accessibility?

4 Answers 140 Views
Announcements
This is a migrated thread and some comments may be shown as answers.
Lin
Top achievements
Rank 1
Lin asked on 28 May 2009, 08:14 PM

Hello!

My team wants to use Telerik components in a new project.

I would like to know if Telerik components are compliant with the XHTML 1.1 requirement and the W3C Web Accessibility Guidelines.

Any feedback would be greatly appreciated.

Thanks.

4 Answers, 1 is accepted

Sort by
0
Vassil Petev
Top achievements
Rank 1
answered on 28 May 2009, 09:14 PM
Hi Lin,

I think the Accessibility Support  and the XHTML Compliance pages will answer your question.

Cheers!
0
Lin
Top achievements
Rank 1
answered on 29 May 2009, 12:52 PM
Thank you so much.
0
Peter
Top achievements
Rank 1
answered on 16 Jun 2010, 04:23 AM
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.

$("#MyGrid table:first").attr("summary""Table displaying the most recent notitifications related to your profile."); 


Am i missing something??
    
Regards
Peter
0
Sebastian
Telerik team
answered on 16 Jun 2010, 09:17 AM
Hello Peter,

The page you discovered on our site is still in the works (there should be no direct link to it) and actually it does not reflect the recent accessibility state of our MVC extensions but rather what we will be aiming for to achieve in the near future. We will do our best to update and publish this resource for Q2 2010 or for one of the service pack releases of the MVC suite afterwards.

In the meantime you may consider editing the MVC grid extension's source code directly to include summary attribute to the rendered html table. 

Note: I removed the link to the accessibility page from your post to avoid confusion until it officially goes live.

Kind regards,
Sebastian
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Announcements
Asked by
Lin
Top achievements
Rank 1
Answers by
Vassil Petev
Top achievements
Rank 1
Lin
Top achievements
Rank 1
Peter
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or