I am working on a site that has a lot of content that is displayed by clicking on tabs. Does anyone know if this is Section 508 compliant (specifically for blind users with a screen reader)? My main concern is that a screen reader might have trouble with the javascript that is used to manage the tabs and what they display.
I am using jQuery UI's tabs. If you look at the documentation/example you can see exactly how it is implemented.