Interview Question in Sharepoint Documents
Question :: Are document management web applications (like sharepoint) 508 compliant? how does that work |
I can't say for all of them, but you can make SharePoint Applications that are 508 compliant.
In order to build accessible tables ("Section 508"-compliant) you need to add additional fields. The Windows Narrator tool uses these fields (heading rows, columns, caption alignment and summary) to produce Tooltip message for each table cell. Users with impaired vision can hear those Tooltips as they hover over the cells with the mouse, so those will need to be managed with custom code to make it 508 compliant.
RadEditor includes tools for generating "Section 508"-compliant content. Developed by Telerik – a vendor of reusable components for the Microsoft .Net platform. |
|
|
|

Loading ...