CuteEditor for .NET

Supporting Accessibility According to W3C WAI and Section 508 Accessibility Guidelines

Supporting Accessibility According to W3C WAI and Section 508 Accessibility Guidelines   

Section 508 accessibility support

CuteEditor's optional accessibility settings ensure your site complies with Section 508, ensuring people with disabilities can have full access to your content.

 

<caption>,<summary>,<thead>,<tfoot>,<th> tags are supported:

Section 508 accessibility support


 You can change a table cell to a header cell using the context menu:

Section 508 accessibility support


 

Attribute Value Description
alt text Defines a short description of the image
longdesc URL A URL to a document that contains a long description of the image

Example: <Img src="ladder.gif" AltT="Learning steps" longdesc="ldimage.htm"> 

Section 508 accessibility support