Hi,
I am making my website blind people friendly. So, I research on internet and installed JAWS-16. Also I started to make changes in my web pages thru
AIRA specification and I came to know that "aria-labelledby" is used to configure two labels for 1 input tag.
But, in my application at many places we have used 1 drop down and 1 label associated with another input tag radio button, wich is also working fine but the issue is browser compatibility.
Please look into the image.
When my focus is on first highlighted radio button and I am using Firefox. It will read label of left side and then right side selected option tag.
So, in my example reader reads like "date value combo box this year selected"
And in the same case chrome and IE reads "date value combo box this year...." continues with all following option values like last year, next year,....
So, I want to change the implementation for Firefox. And read all combo box options along with "date Value" label.
Is it feasible? Can any one suggest good work around for this?
Thanks in advance..