-
Notifications
You must be signed in to change notification settings - Fork 0
Road map
Larry Warren Conklin edited this page Nov 16, 2016
·
3 revisions
What we hope to cover in this program.
- Any aspx control that has assisted element that help in the use of assistive technology to access the information, field elements, and functionality required for completion and submission of a web form.
- A text equivalent for every non-text element shall be provided (e.g., via “alt”, “longdesc”, or in element content).
- Web pages designed so that all information conveyed with color is also available without color, for example from context or markup.
- Redundant text links provided for each active region of a server-side image map.
- Row and column headers identified for data tables.
- Markup used to associate data cells and header cells for data tables that have two or more logical levels of row or column headers.
- Frames titled with text that facilitates frame identification and navigation.
- All ASPX control causing postback to help identified any pages that might cause the screen to flicker.
- Make sure aspx control are using indexs so web forms can be completed on-line, to allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.
- When bitmap images are used to identify controls, status indicators, or other programmatic elements, the meaning assigned to those images shall be consistent throughout an application’s performance.