|
|
Our mission is to raise the knowledge, skill, and opportunity of all the people in New York. Richard P. Mills, President of The University of the State of New York (USNY) and Commissioner of Education |
|
|
| About SED and USNY | SED Calendar | Press Releases | Publications | Forms | Contact SED | Search SED | Topics A-Z |
|
|
|
NYSED Home >
Accessibility AtWork >
Accessible Web Design >
Some SED Internet Tech Standards & GuidelinesGeneral | File Formats | Site Structure | Links | Style/Markup | Background & Layout Consistency | Images | Image Maps | Client Specific Markup | Color | Considerations for Users | Tables | Frames | Accuracy/Code Checking Before You Start Web is a new kind of SERVICE, not just a new technology. Before you start, you need to think through the answers to these questions:
Content
The content of all on SED Web sites shall be related to the
function and mission of the Department. Contact Every Program Area site must have a generic E-mail address. Link to an E-mail form or a "contact us" page that can be used to contact a responsible party regarding the content of the page(s). Deputy Area/Program Area Home Pages Each SED Deputy area/Program Area shall maintain a home page and collection describing the organization and its activities. The home page will include a pointer to the SED Home Page (http://www.nysed.gov/). Accessibility Web content publishers must ensure that all materials provided on the SED-WWW are accessible to users with disabilities, character-only, or low-bandwidth access. File Formats Material intended to be viewed, read, or browsed online shall
be prepared in HTML format (for text and tables) and GIF or JPEG (for images).
GIF is recommended for graphics, line art and logos, while the JPEG format works
best for photographic material where there is a need to preserve a large number
of colors.
Site Structure File Names: Uniform Resource Locators (URLs) Page Length Page Width File Size Links Within Text
This is even worse:
This is a better passage:
Use the default color for links whenever possible. Changing the link color can confuse users who associate "blue" with a link yet to be followed and "red" with a followed link. In addition, because users can change their browser preferences for link and background color, links set to a certain color could disappear into the background. Cross-links within SED Site
Style/Markup Titles Every page will have a unique title. The title will be as short as possible but fully informative and specific (e.g., "FY 1996 ED Budget" is preferable to "Budget"). Although the title is often overlooked because it does not appear in the body of the document, it is important because it is frequently used to identify the document on hot lists, search result sets, and site indexes. The title also appears in the title bar of the browser. Headers Every page will have a top-level <H1> header or equivalent graphic banner with ALT text near the top of the first screen, except that a <H2> header may be used for continuation pages when a chapter or section is subdivided. The header should not exceed 1-2 lines of text. Lower-level headers (e.g., <H2>, <H3>, etc.) may be used if appropriate to the document. Header markup will not be used to emphasize entire paragraphs. Generally, section titles and other text marked with the Subhead style in a word-processing document should be marked up as lower-level HTML headers instead of simply appearing in bold. A graphic with ALT text may act as a header. Other HTML headers used on the same page should take into account the relative size of the graphic and be sized accordingly. For example, a graphic banner might replace the top-level <H1> on a page; therefore, any HTML headers used below it would be <H2> and smaller. Additional text formatting tags (bold, italic, etc.) should not be applied to headers because they can confuse some browsers (like Lynx). Most browsers default to bold to display headers anyway. Centering the headers is OK. Background and Layout Consistency Use the same background and same layout page after page, keep it consistent. Images will not be used for pure decoration. Images are appropriately used to help convey information or to create a consistent and recognizable "look and feel" for a collection. Animated images ARE NOT to be used. Images will be as small as possible. As a general rule, images should be no wider than 480 pixels, in order to display on the typical Web browser’s 500 pixel wide viewing window on a 640 by 480 monitor. ALT text will accompany images to make the image content available to users with text-only or screen-reading browsers. Where possible, it should express the same content as the image, for example:
Image Maps Use client-side image maps and be sure to provide alternative text for each AREA of the map. If you must use server-side image maps, then provide equivalent redundant text links for all active regions of the map. Client Specific Markup Avoid using client-specific markup. Web pages produced by SED must be usable by all browsers to ensure equitable access to the information. It is not acceptable to mark up a document in such a way as to enhance its elegance when viewed by one browser while degrading its usability under other browsers. Document authors should be aware of the variations in features available on different clients (Web browsers) and should author their documents accordingly. In general, there is substantial variation among clients in their interpretation of the HTML standard for newer, more complex features such as forms and even in some simple spacing elements such as <P>, <BR>, <HR>, and <UL>. Test the web pages for all browsers before putting them on the web. Ensure text and graphics are understandable when viewed without color. To optimize pages for users with visual disabilities, keep the number of colors to a minimum and use color combinations that offer high contrast. When designing pages that specify table cell background colors, designers should ensure that the pages are readable by older browsers that do not recognize this formatting. Avoid text colors that cannot be read against the overall page background color, such as yellow text on a white background. Considerations for Users with Disabilities, Character-only, or Low-Bandwidth Access Pages will be designed so that there is a text equivalent for all information contained in graphics. Page designers must put themselves in the place of a visually impaired user and design pages that make sense (e.g., use "*" instead of "Blue Star" as the ALT tag for a blue star used as a list bullet). See additional guidance on ALT text in the Images section. Place a dividing character between links that occur consecutively. Vertical bars flanked by a space are often used to prevent a list of links from being read as one long link by a screen reader. Pages will be tested using Lynx and JAWS screen reader. Page HTML will also be validated by the W3C HTML Validator. Pages will also be checked against the Testing Checklist for Standards: Pass/Fail Criteria by NYS Standard and Applicable WCAG 1.0/Sect. 508 Standard. Pages will be designed for efficient transfer over low-bandwidth connections, which are still prevalent in schools, homes, and libraries. Graphics will be no larger than necessary and may sacrifice color-depth or image resolution to reduce file size. Online interactive forms should not replace other options. Designers will
provide an alternative, such as a form to download, fill out, and mail in.
Contact information will also be provided. There are two kinds of tables, layout tables and data tables. The majority of tables on the web are layout table, used to structure the visual appearance of the page. Screen readers and talking browsers use a technique called linearizing to convert a web page to a sequence of words and lines. The assistive technology first converts images to their alternative text. Then it spreads out (linearizes) the tables a cell at a time, working from left to right across each row. If a cell of a table contains a table, that table must be linearized before moving on to the next cell. You should make sure that your pages make sense when linearized in this fashion. For data tables, there are three important techniques can be used to fulfill accessibility. Using caption and summary elements to give an overview of the table A table CAPTION is a descriptive headline for a table. The caption can appear at the top or bottom of the table.
The simple table above has a caption, "Today's Lunch Menu," which explains
the table contents. After hearing this caption, reading the three heading cells
and three data cells would make sense. <TABLE border="1" cellpadding="0" > Using column and row headers Each data cell is either a pure data cell (TD) or a header cell (TH). By default, headers will appear centered in bold so that most users can easily identify them. In addition to making the headers stand out, header cells can be identified by assistive technology. You can add column and row headers using either FrontPage or direct HTML coding. In FrontPage select the cells you want to turn into header cells, choose Properties from the table menu and cell from the submenu, or right-click the selected cell(s) and choose Cell Properties form the pop-up menu. In the Cell Properties dialog box, check the Header Cell check box and then click OK. The HTML code for cell headers is <TH></TH>. Using the headers attribute
<TABLE border="1"> The highlighted cell with the value 37.74, for example, is associated with the date "25-Aug-97" (id="r3"), the city "San Jose," (id="r2") and expense item "Meals" (id="c2"). To make it readable, the subject cell is coded:
Assistive technology might then read this cell "Meals, San Jose, 25-Aug-97, 37.74" or "37.74, Meals, San Jose, 25-Aug-97." Designing web pages with frames enables the display of multiple scrollable panels on a single screen, each with its own distinct URL. Frames divide web pages into separate regions that can display content independently. However, frames present navigation and accessibility problems. They typically don’t work as well on low-resolution screens because the content must be compressed into smaller frames. And because they require multiple page loads, they can also increase download time. If after a careful consideration of these problems, a web publisher chooses to employ frames, an alternative accessible non-frames version will be required, both as a default for browsers that do not support frames and as a prominent link users may choose from the frames version. Accuracy/Code Checking After a document has been marked up but before it is made publicly available, the spelling and syntax should be checked, and the links should be verified. HTML converters can insert unnecessary code when converting or marking up a document. Because reading duplicate or unneeded code can increase file size and slow file loading, web publishers should give their documents a "cleaning" before they are posted. Last Update: Tuesday, May 02, 2006
|