Hi all,
Does anyone know of a solution to the following accessibility issues, all of which are failing the WCAG2.0 AA compliancy standards...?
Examples...
1. RadGrid Pager elements - missing "title" attribute
The PagerStyle "NextPrevNumericAndAdvanced" produces (amongst other stuff!) the following two text input fields...
- GoToPageTextBox
- ChangePageSizeTextbox
These input fields do not have the "title" attribute by default, and it's not possible for me to relate them to separate <LABEL> tags due to design considerations.
Is there any way of specifying a "title" attribute for these fields? I notice all the other links in the Pager enable this with the "xxxToolTip" attributes, but I can't find a similar attribute for the GoToPage and ChangePageSize inputs.
2. RadDatePicker (and others) - presentation tables include "summary" attribute.
Many of the controls produce tables to lay out the various components, but these layout tables include a "summary" attribute which the AA guidelines stipulate must either be not included, or contain a null value.
For example...
- RadDatePicker produces...
- RadComboBox produces...
So, is there any way to easily customise the "summary" attribute?
Also while I'm here... the ComboBox table example above (correctly) uses "style" attribute to control the table's cellspacing and border, whereas the DatePicker uses "cellspacing=0" and "border=0", which are not recommended.
Thanks in advance,
Jon
(Note: Sorry if this has already been answered elsewhere; I've searched the forums but can't find the answer if it exists!)
Does anyone know of a solution to the following accessibility issues, all of which are failing the WCAG2.0 AA compliancy standards...?
Examples...
1. RadGrid Pager elements - missing "title" attribute
The PagerStyle "NextPrevNumericAndAdvanced" produces (amongst other stuff!) the following two text input fields...
- GoToPageTextBox
- ChangePageSizeTextbox
These input fields do not have the "title" attribute by default, and it's not possible for me to relate them to separate <LABEL> tags due to design considerations.
Is there any way of specifying a "title" attribute for these fields? I notice all the other links in the Pager enable this with the "xxxToolTip" attributes, but I can't find a similar attribute for the GoToPage and ChangePageSize inputs.
2. RadDatePicker (and others) - presentation tables include "summary" attribute.
Many of the controls produce tables to lay out the various components, but these layout tables include a "summary" attribute which the AA guidelines stipulate must either be not included, or contain a null value.
For example...
- RadDatePicker produces...
<table cellspacing="0" summary="title and navigation" border="0">
- RadComboBox produces...
<table summary="combobox" style="border-width:0;border-collapse:collapse;">
So, is there any way to easily customise the "summary" attribute?
Also while I'm here... the ComboBox table example above (correctly) uses "style" attribute to control the table's cellspacing and border, whereas the DatePicker uses "cellspacing=0" and "border=0", which are not recommended.
Thanks in advance,
Jon
(Note: Sorry if this has already been answered elsewhere; I've searched the forums but can't find the answer if it exists!)