|
ASP.NET Book
The online ASP.NET Tutorial Book |
|||||||||
|
|
|||||||||
ASP.NET BasicsHTML BasicsASP.NET Web Server Advanced HTML Application Designing Using Visual Studio ASP.NET Standards ASP.NET Styling ASP.NET Navigation ASP.NET TipsASP.NET ValidationHTML forms CSS Styling CSS Advanced ASP.NET Features ASP.NET Image Effects Common mistakes DB Design tips Building ApplicationsDesign Secure AppsBuild Secure Apps |
4.1 Image Alternate Text |
||||||||
|
By default, the ASP.NET server controls meet the accessibility and usability requirements, but this still depends on the web developer. For instance, if the web page requires the user to click a red or a blue button to continue to the text page, this could be a problem for blind and color blind users. In order to prevent and overcome this problem, many professional web developers use text equivalent for images and multimedia content. For instance, the ASP.NET Image, ImageButton, and ImageMap controls include an “AlternateText” property where the alternative text for the image or the multimedia content can be entered. Note: If you use empty images for padding and fillers, then you can use the “GenerateEmptyAlternateText” property to true which makes the control generate empty string (“”). This makes sure that an error is not brought up the screen readers and these readers will not consider them as important. Table of ContentsChapter 1 - HTML Web Standards [top] |
|||||||||