Transcript Document

Accessible Web Design Techniques

© 2001-2005 Knowbility, Inc. All rights reserved

Class Objectives

• Introduce accessibility terms / history • Experience the problem of access barriers • Learn accessible design techniques • Comparing Standards • Accessibility testing tools • Provide resources for further study © 2001-2005 All rights reserved. Knowbility, Inc 2

Introduce accessibility terms and history

© 2001-2005 All rights reserved. Knowbility, Inc 3

Points to take away

• Good design is accessible design • Goal is to support full participation for all who want it. Universal Access.

• Separate is not equal: text-only is a last resort • Accessibility improves usability © 2001-2005 All rights reserved. Knowbility, Inc 4

What is Accessibility?

• A user experience • The ability of a user with a disability to obtain the same information and perform the same tasks as any other user.

• Generally creating a better user experience for all.

True Test: Can people with disabilities use your web page?

© 2001-2005 All rights reserved. Knowbility, Inc 5

Types of Disability

• Cognitive/Learning • Auditory • Visual – blind, low vision, color blind • Motor/Physical • Speech © 2001-2005 All rights reserved. Knowbility, Inc 6

Quasi-Disabilities

These conditions create similar experience • Slow Internet Connection • Old Browser • Missing Plug-ins • No Speakers • Small Display • Eyes Busy/Hands Busy • Noisy Environment © 2001-2005 All rights reserved. Knowbility, Inc 7

Why is this important?

• More than 50 million Americans – 750 million worldwide – have disabilities.

• Numbers increasing as population ages.

• $1 trillion in aggregate annual income.

• Emerging best business practices.

• Federal mandates.

© 2001-2005 All rights reserved. Knowbility, Inc 8

Accessibility in law and policy

• Americans with Disability Act • Section 508 of the Rehabilitation Act • Texas Administrative Code • Chapter 206 State Web Sites • University of Texas at Austin Guidelines www.utexas.edu/web/guidelines/accessibility.html

© 2001-2005 All rights reserved. Knowbility, Inc 9

Section 508

• Requires Federal Agencies to make information technology accessible • 16 objective measurable standards for web accessibility • Many non-federal organizations are adopting Section 508 as their own standard.

• Effective date: June 21, 2001 www.access-board.gov/sec508/guide/1194.22.htm

© 2001-2005 All rights reserved. Knowbility, Inc 10

Accessibility Standards

Two sets of Standards: • •

Section 508 Standards (United States) Web Content Accessibility Guidelines, WCAG 1.0 (international)

© 2001-2005 All rights reserved. Knowbility, Inc 11

Brief Look at WCAG

www.w3.org/wai Developed by consensual process –

Comprehensive:

Includes over 60 checkpoints –

Widely accepted:

European Union, Canada, Australia have adopted WCAG.

Published in May 1999

(old and about to be replaced by 2.0 anticipated by end of 2005) Priority 1: Critical Priority 2: Moderately important Priority 3: Useful but not essential © 2001-2005 All rights reserved. Knowbility, Inc 12

Brief Look at Section 508

www.access-board.gov/sec508/guide/1194.22.htm

Legally applies only to federal agencies: –

Shorter:

508 has 16 checkpoints, WCAG over 60 –

Experience:

508 based on WCAG’s most critical accessibility checkpoints.

Measurable:

508 standards developed to be objective and measurable. © 2001-2005 All rights reserved. Knowbility, Inc 13

Assistive Technology

• ANY device (not necessarily electronic) that allows someone with a disability to perform daily tasks.

• Technology has enormous potential to level the playing field for those with disabilities.

• Accessibility is the key to realizing that potential.

© 2001-2005 All rights reserved. Knowbility, Inc 14

Web Assistive Technology

Alternative Keyboard, Alternative Mouse, Slo-Mo Software, Refreshable Braille Display, Screen Magnifier, Screen Reader… • Examples of Screen Magnifiers/Screen Readers: •

Zoom Text

users. by AI Squared - screen magnifying software that makes computers accessible/friendly to low-vision www.aisquared.com

JAWS

by Freedom Scientific – popular screen reading software. Uses internal speech synthesizer and computer’s sound card to read info from computer screen aloud. www.freedomscientific.com

Home Page Reader

by IBM – a web access tool for blind and low vision users. www.ibm.com/able/ This technology works with very little help from web developers!

© 2001-2005 All rights reserved. Knowbility, Inc 15

Experience the problem

• In teams of two or three.

• Experience accessible site, according to instructions.

• Turn off your monitor.

• Complete assigned task.

• Report on progress.

© 2001-2005 All rights reserved. Knowbility, Inc 16

Learn accessible design techniques

© 2001-2005 All rights reserved. Knowbility, Inc 17

Section 508

a) Alt Text b) Synchronized alternatives for multimedia c) Color d) Use CSS e) Server-side image maps f) Client-side image maps g) Simple tables h) Complex tables i) Frames j) Flickering k) Text only version l) Scripting m) Applets n) Forms o) Skip Navigation p) Timed Response © 2001-2005 All rights reserved. Knowbility, Inc 18

508 a) Alt Text

(a) A text equivalent for every non-text element shall be provided (e.g., via "alt", "longdesc", or in element content).

• • The Issue: Think about listening to your web page That is why text equivalents must be provided for images and animations Related Guidelines: 508 1194.22(a), WCAG 1.1, IBM 1.

© 2001-2005 All rights reserved. Knowbility, Inc 19

• • • • •

Alt-text for Images

Every

image must have a valid alt attribute. Images which are not active and which do not convey information should have alt=“” .

Image links must have a non-empty alt attribute.

Each INPUT of TYPE=“IMAGE” must have alt-text specifying the purpose of the button Each AREA of a MAP must have a valid alt attribute (more later) © 2001-2005 All rights reserved. Knowbility, Inc 20

Alt-text Examples

alt=“United Nations Flag”

width=… >

alt=“Aeronautics”

width=…> Maybe

title=“Visit the Aeronautics Home Page”

alt=“”

width=“1” height=“1”> © 2001-2005 All rights reserved. Knowbility, Inc 21

• • • •

Alt-text No No’s

Long: “Image of the United Nations Flag (Blue background with white olive branches surrounding map of world) about one and a quarter inches by one inch.” Reference to link: “link to aeronautics home page” – we know it’s a link.

File information: “spacer.gif 236 bytes” Meaningless out of context: “Click here” © 2001-2005 All rights reserved. Knowbility, Inc 22

Alt-text - Judgment

Is it purely Visual? Use

alt=“”

.

• NLS uses

alt=“Image of NLS Users”

© 2001-2005 All rights reserved. Knowbility, Inc 23

Long Descriptions (not widely supported)

• • The issue: Sometimes short alt text does not convey the information in an image.

This is obviously true for charts and graphs.

Related Guidelines: 508 1194.22(a), WCAG 1.1, IBM 3.

Glenda’s recommendation. Don’t use longdesc. Put longer descriptions right directly onto the page as a caption. Or create a second page with additional details. Don’t limit the longdesc to Assistive Technology! © 2001-2005 All rights reserved. Knowbility, Inc 24

• •

Long Descriptions

Use the long description attribute ( longdesc ) on the IMG element to provide text equivalents for images like charts or graphs. Instead, such images may be described in the text of the page or with a caption. © 2001-2005 All rights reserved. Knowbility, Inc 25

Long Descriptions - Examples

Some images need “long descriptions”like charts and graphs < IMG src="traffic.jpg" ...

longdesc="traffic.htm"

alt="traffic density graph“ > traffic.htm :

This graph shows traffic density on Main and Center streets measured in … © 2001-2005 All rights reserved. Knowbility, Inc 26

Long Descriptions - Examples

© 2001-2005 All rights reserved. Knowbility, Inc 27

508 b) Synchronized Alternatives for Multimedia (b) Equivalent alternatives for any multimedia presentation shall be synchronized with the presentation.

• • The issue is: Audio files and the audio part of multimedia content need to be made accessible to people who are deaf. Information in the video part of multimedia content needs to be accessible to people who are blind. Related Guidelines: 508 §1194.22(a, b); WCAG 1.1, 1.4; IBM 4.

© 2001-2005 All rights reserved. Knowbility, Inc 28

• • •

Multimedia

Include a text

transcript

for each informational audio file. Provide synchronized text equivalents (

captions

) for the audio content of a multimedia presentation. Provide synchronized

audio descriptions

of significant video information in multimedia presentations.

© 2001-2005 All rights reserved. Knowbility, Inc 29

Multimedia - Examples

Check out MAGPie at • http://ncam.wgbh.org/webaccess/magpie Sample video with captions and audio descriptions: • NCAM Rich Media Project © 2001-2005 All rights reserved. Knowbility, Inc 30

508 c) Color and Contrast

(c) Web pages shall be designed so that all information conveyed with color is also available without color, for example from context or markup.

• • The Issue: information conveyed by color is lost for people who are color blind Whenever color carries information, make sure that other parts of the page convey the same information. Be sure there is adequate contrast between text and background. Related Guidelines: 508 §1194.22(c); WCAG 2.1, 2.2; IBM 12.

© 2001-2005 All rights reserved. Knowbility, Inc 31

Color Alone - Example

© 2001-2005 All rights reserved. Knowbility, Inc 32

Color Alone - OK

© 2001-2005 All rights reserved. Knowbility, Inc 33

Links – color alone?

Do you underline your links?

Or are your links obvious by color alone?

My personal philosophy: • I will underline links when they are found in context • I may or may not underline links when they are found in obvious navigation bars See Joe Clark’s book on underlining links at http://www.joeclark.org/book/sashay/serialization/Chapte r09.html#h2-2475 © 2001-2005 All rights reserved. Knowbility, Inc 34

Quality Link Text

• The issue: Will link text make sense out of context, in a list of links?

Related Guidelines: WCAG 13.1

. Note: this is

NOT

part of the 508 guideline. It will be part of WCAG 2.0.

© 2001-2005 All rights reserved. Knowbility, Inc 35

• •

Links

Use descriptive link text that lets the user know where the link goes. Links to the same place should have the same text; links to different pages should be different. © 2001-2005 All rights reserved. Knowbility, Inc 36

Links - Examples

Which goes with which?

To go where?

© 2001-2005 All rights reserved. Knowbility, Inc 37

508 d) Use CSS

(d) Documents shall be organized so they are readable without requiring an associated style sheet.

• • The issue: Style sheets are an asset to accessibility but they are ignored by assistive technology so it is important not to convey information with style sheets Sometimes individuals use local style sheets for enhanced font size and color Related Guidelines: 508 §1194.22(d); WCAG 6.1; IBM 11.

© 2001-2005 All rights reserved. Knowbility, Inc 38

• • •

CSS

Make sure pages do not depend on style sheets for content Watch positioning, colors and the content property Check with style sheets turned off – is document still understandable and usable?

© 2001-2005 All rights reserved. Knowbility, Inc 39

Bonus Points: Relative Units

• The issue: If you use relative units then your page will resize to fit individual needs Related guidelines: WCAG 3.4

© 2001-2005 All rights reserved. Knowbility, Inc 40

• • •

Relative Units

Use percentages to specify the width of tables. This refers to the percentage of the screen that the table will fill Use percent (%), em, or the terms

larger, smaller, etc.

for the font-size property. This sets font-size relative to the defaults specified by the user, and allows him or her to change font sizes as needed using the browser Question, when is it appropriate to use fixed units, i.e. pixels?

© 2001-2005 All rights reserved. Knowbility, Inc 41

508 (e, f) Image Maps

(e) Redundant text links shall be provided for each active region of a server-side image map. (f) Client-side image maps shall be provided instead of server-side image maps except where the regions cannot be defined with an available geometric shape. • The issue: Server side maps require the use of a mouse. Many disabled users cannot use a mouse.

Related Guidelines: 508 §1194.22(e, f), WCAG 1.2, 9.1; IBM 2.

© 2001-2005 All rights reserved. Knowbility, Inc 42

• • • •

Image Maps

Do not use server-side image maps. Use client-side image maps.

Include alt-text on every AREA of the MAP specifying the purpose of each hot spot. Include alt-text on the actual image © 2001-2005 All rights reserved. Knowbility, Inc 43

Image Maps - Examples

© 2001-2005 All rights reserved. Knowbility, Inc 44

Image Maps - Examples

alt=“My Yahoo!”

>

alt=“Finance”

>

alt=“Travel”

>

alt=“Email”

>

alt=“Messenger”

>

alt=“Help”

> © 2001-2005 All rights reserved. Knowbility, Inc 45

Image Maps - Examples

shape=poly

coords="173,7,181,9,180,10,227,9,232,10,233,12,238,11,244,12, 250,13,257,14,263,15,267,17,259,27,251,27,245,36,249,41,246,48, 254,53,256,57,257,61,258,66,262,68,263,73,264,75,263,77, 262,78,260,78,259,80,258,82,257,84,256,86,254,87,243,87,243,88, 229,88,229,92,207,92,206,90,186,90,184,85,173,82,170,45, 172,30,172,7,174,8" href=" ... "

alt="North Dakota, Minnesota, South Dakota, Nebraska, Iowa"

> © 2001-2005 All rights reserved. Knowbility, Inc 46

508 (g & h) Tables

(g) Row and column headers shall be identified for data tables. (h) Markup shall be used to associate data cells and header cells for data tables that have two or more logical levels of row or column headers.

• • The issue: Data tables are designed for viewing; column and row headers can be discerned while reading data. Accommodation is needed so that screen readers will announce headings as the user navigates a table.

Related Guidelines: 508 §1194.22(g, h); WCAG 5.1, 5.2; IBM 10.

© 2001-2005 All rights reserved. Knowbility, Inc 47

• • • • •

Data Tables

Place column headings in the first row and place row headings in the first column.

Use the scope attribute on all heading cells specifying whether the heading labels a column or a row e.g., scope= “ row ” .

Use the TH element for all heading cells. For

complex tables

: Assign an id and string of id ’s as the header to each heading cell attribute for each data cell to say which are heading cells for that data cell. Use the summary attribute and/or CAPTION element.

© 2001-2005 All rights reserved. Knowbility, Inc 48

Simple Data Tables

width= width= "10% “ width= "10% "10% “ “ scope= “ col ” > 1998 scope= “ col ” > 1999 scope= “ col ” > 2000 ...

Performance
17.7

Fund
> © 2001-2005 All rights reserved. Knowbility, Inc 49

Complex Data Tables

They do exist (http://workshops.fedstats.gov/htmlSamples.htm).

© 2001-2005 All rights reserved. Knowbility, Inc 50

Complex Data Tables - Example

The “usual” Example: © 2001-2005 All rights reserved. Knowbility, Inc 51

Complex Data Tables - Code

id="r2">San Jose

id="r3" >25-Aug-97

© 2001-2005 All rights reserved. Knowbility, Inc 52

508 i) Frames

(i) Frames shall be titled with text that facilitates frame identification and navigation.

• The Issue: Frames are presented to users of assistive technology as lists of pages. This requires that meaningful text be available for those lists.

Related Guidelines: 508 §1194.22(i); WCAG 12.1; IBM 9.

© 2001-2005 All rights reserved. Knowbility, Inc 53

Frames

Provide title attributes for each FRAME element in the FRAMESET that make clear the purpose of the frame.

© 2001-2005 All rights reserved. Knowbility, Inc 54

Frames - Examples

© 2001-2005 All rights reserved. Knowbility, Inc 55

Frames - Examples

name="Title"

frameborder="yes"

title="Title Content"

>

name=“Main_Navigation"

frameborder="yes"

title=“Main Navigation"

>

name="Banner_Ad"

frameborder="yes"

title="Banner Ad"

>

name="Main_Content"

frameborder="yes"

title="Main Content"

>

name=“Local_Navigation"

frameborder="yes"

title=“Local Navigation"

> © 2001-2005 All rights reserved. Knowbility, Inc 56</p> <a id="p57" href="#"></a> <h3>Frames - Examples</h3> <p>As seen with Lynx: FRAME: frame 70890 FRAME: frame 70888 © 2001-2005 All rights reserved. Knowbility, Inc 57</p> <a id="p58" href="#"></a> <h3>508 j) Flickering</h3> <p>(j) Pages shall be designed to avoid causing the screen to flicker with a frequency greater than 2 Hz and lower than 55 Hz.</p> <p>• The issue is: Flicker in the range 2Hz to 55Hz may cause seizures in people with photosensitive epilepsy.</p> <p>Related guidelines: 508 §1194.22(j); WCAG 7.1; IBM 13.</p> <p>© 2001-2005 All rights reserved. Knowbility, Inc 58</p> <a id="p59" href="#"></a> <p>•</p> <h3>Flickering</h3> <p>The frequency of flicker (</p> <p><i>image appearing and disappearing</i></p> <p>) in animated GIF’s, Flash or other objects must be less than 2 Hz or greater than 59 Hz.</p> <p>© 2001-2005 All rights reserved. Knowbility, Inc 59</p> <a id="p60" href="#"></a> <p>• •</p> <h3>Flickering- Examples</h3> <p>Warning! Flash Example of Flicker (http://ncam.wgbh.org/richmedia/flicker_demo.</p> <p>html) For comparison, the caret blink rate (or cursor blink rate) in Windows 2000 varies from 1/2 Hz at the slowest setting to 3 Hz at the fastest; the middle setting is about 1 Hz.</p> <p>© 2001-2005 All rights reserved. Knowbility, Inc 60</p> <a id="p61" href="#"></a> <h3>508 k) Text-Only Version</h3> <p>(k) A text-only page, with equivalent information or functionality, shall be provided to make a web site comply with the provisions of this part, when compliance cannot be accomplished in any other way. The content of the text-only page shall be updated whenever the primary page changes. LAST RESORT © 2001-2005 All rights reserved. Knowbility, Inc 61</p> <a id="p62" href="#"></a> <h3>Text Only?</h3> <p>• No other way to make content accessible • Text only version is up-to-date with “main” version • Text only version provides equivalent functionality as “main” version © 2001-2005 All rights reserved. Knowbility, Inc 62</p> <a id="p63" href="#"></a> <h3>508 l) Scripts</h3> <p>(l) When pages utilize scripting languages to display content, or to create interface elements, the information provided by the script shall be identified with functional text that can be read by assistive technology. • The issue: Content created with scripts may be inaccessible, especially to people using screen readers and/or unable to use the mouse. Related Guidelines: 508 §1194.22(l); WCAG 6.3, 6.4, 8.1, 9.3; IBM 5. © 2001-2005 All rights reserved. Knowbility, Inc 63</p> <a id="p64" href="#"></a> <p>• • •</p> <h3>Scripts – Some Cautions</h3> <p>If text is made visible through attribute changes with JavaScript, then the interactions must be keyboard accessible, or the content must be readily available in some other accessible way. Do not use the onChange event on select menus for form submission.</p> <p>For more information on Accessible Javascript see WebAim www.webaim.org/techniques/javascript/ © 2001-2005 All rights reserved. Knowbility, Inc 64</p> <a id="p65" href="#"></a> <h3>508 m) Applets</h3> <p>(m) When a web page requires that an applet, plug-in or other application be present on the client system to interpret page content, the page must provide a link to a plug-in or applet that complies with §1194.21(a) through (l). • The issue: Software associated with a web page must be accessible.</p> <p>Related Guidelines: 508 §1194.22(m); WCAG 6.3, 6.4, 8.1; IBM 6.</p> <p>© 2001-2005 All rights reserved. Knowbility, Inc 65</p> <a id="p66" href="#"></a> <p>•</p> <h3>Applets and Plugins</h3> <p>Information conveyed and the function provided by applets, plugins or other objects must be available to users of screen readers and other assistive technology • Check that the software is directly accessible (desktop players, for example) or provide accessible alternatives.</p> <p>© 2001-2005 All rights reserved. Knowbility, Inc 66</p> <a id="p67" href="#"></a> <h3>508 n) Forms</h3> <p>(n) When electronic forms are designed to be completed on-line, the form shall 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. • • The issue: “Tell me what this form control is for!” People using screen readers need to be told the purpose of an edit field or check box.</p> <p>Related Guidelines: 508 §1194.22(n); WCAG 10.2, 12.4, 9,3; IBM 7 © 2001-2005 All rights reserved. Knowbility, Inc 67</p> <a id="p68" href="#"></a> <p>• • •</p> <h3>Accessible Forms</h3> <p>Position prompts immediately adjacent to input controls Associate prompts with the corresponding INPUT element using the LABEL element with the for attribute Use the title attribute on form controls when text not available for LABEL © 2001-2005 All rights reserved. Knowbility, Inc 68</p> <a id="p69" href="#"></a> <h3>Accessible Forms - LABEL</h3> <p><LABEL <INPUT</p> <p><b>for= "name"</b></p> <p>> Last Name: </LABEL> … size= "20" type= "text" </p> <p><b>id= "name"</b></p> <p>name= "Name" > … <LABEL <INPUT</p> <p><b>for= "old"</b></p> <p>> I have visited before.</p> <p></LABEL></p> <p><b>…</b></p> <p>type= "radio" checked </p> <p><b>id= "old"</b></p> <p>name= "visited" value= "yes" > © 2001-2005 All rights reserved. Knowbility, Inc 69</p> <a id="p70" href="#"></a> <p>•</p> <h3>Accessible Forms -Title </h3> <p>Some times there is no text to use with Label: <INPUT type="radio" … </p> <p><b>title=“disagree 3</b></p> <p>"> © 2001-2005 All rights reserved. Knowbility, Inc 70</p> <a id="p71" href="#"></a> <h3>508 o) Skip Navigation</h3> <p>(o) A method shall be provided that permits users to skip repetitive navigation links.</p> <p>• The issue: Navigation links often precede the main content on every page. People listening to the page have to listen to those links on every page making the main content difficult to find Related Guidelines: 508 §1194.22(o); WCAG 13.5, 13.6; IBM 8 © 2001-2005 All rights reserved. Knowbility, Inc 71</p> <a id="p72" href="#"></a> <p>•</p> <h3>Skip Navigation</h3> <p>If there are navigation links before the main content of the page, provide a link at the top of the page that jumps over the navigation to the main content. © 2001-2005 All rights reserved. Knowbility, Inc 72</p> <a id="p73" href="#"></a> <h3>Skip Navigation – The Problem</h3> <p>A screen reader user has to listen to everything before the “main content.” © 2001-2005 All rights reserved. Knowbility, Inc 73</p> <a id="p74" href="#"></a> <h3>Skip Navigation – Example</h3> <p>© 2001-2005 All rights reserved. Knowbility, Inc 74</p> <a id="p75" href="#"></a> <h3>Skip Navigation – Example</h3> <p><a href="#ContentArea"> <img src= … </p> <p><b>alt="Click here to skip to main content"</b></p> <p>… <a name="ContentArea"></a> … Updated: 12:03 … © 2001-2005 All rights reserved. Knowbility, Inc 75</p> <a id="p76" href="#"></a> <h3>Skip Navigation – Hidden or Far Left?</h3> <p>Hidden – .skiplink {display:none} Far Left – } #skiplink { position:absolute; left:-999px; width:990px; © 2001-2005 All rights reserved. Knowbility, Inc 76</p> <a id="p77" href="#"></a> <h3>508 (p) Timed Response</h3> <p>(p) When a timed response is required, the user shall be alerted and given sufficient time to indicate more time is required. The issue: • A person with a disability may not be able to read, move around, or fill in a Web form within the prescribed amount of time. Related Guidelines: 508 §1194.22(p) © 2001-2005 All rights reserved. Knowbility, Inc 77</p> <a id="p78" href="#"></a> <h3>Timed Response</h3> <p>• Do not set a time limit on the users response.</p> <p>• Notify the user if a process is about to time-out • Provide a prompt asking whether additional time is needed.</p> <p>© 2001-2005 All rights reserved. Knowbility, Inc 78</p> <a id="p79" href="#"></a> <h3>Just Do IT!</h3> <p>© 2001-2005 All rights reserved. Knowbility, Inc 79</p> <a id="p80" href="#"></a> <h3>Correct Markup</h3> <p>• • The issue: If you use structural markup for its intended purpose then assistive technology can take advantage of the structure when navigating the page If you use structural markup in the wrong way, a user of assistive technology may be confused when navigating the page Related Guidelines: WCAG 3.1, 3.5, 3.7, 5.4</p> <p>Will be part of WCAG 2.0</p> <p>© 2001-2005 All rights reserved. Knowbility, Inc 80</p> <a id="p81" href="#"></a> <p>• • •</p> <h3>Correct Markup</h3> <p>Use structural markup ( H1 , UL , P , …) for their designated purpose; don’t simply change font size and weight for a heading, for example. Don’t use structural markup to replace style changes, e.g., don’t use headings to achieve large font. Use BLOCKQUOTE for quotations, not for indentation © 2001-2005 All rights reserved. Knowbility, Inc 81</p> <a id="p82" href="#"></a> <h3>17. Pop-up Windows</h3> <p>• • The issue: It is extremely disorienting to some people when content opens in a new window. If you cannot see the screen or if your browser is maximized you probably won’t know that a new window has appeared.</p> <p>Related guidelines: WCAG 10.1.</p> <p>© 2001-2005 All rights reserved. Knowbility, Inc 82</p> <a id="p83" href="#"></a> <p>• • •</p> <h3>Pop-up Windows</h3> <p>Do not use spontaneous pop-up windows.</p> <p>If you must display content in a new window, include the fact that a new browser window will be opened in the link text (“product list in a new window”).</p> <p>Provide a simple way to close the pop-up.</p> <p>© 2001-2005 All rights reserved. Knowbility, Inc 83</p> <a id="p84" href="#"></a> <h3>Bonus Points</h3> <p>• Abbreviations and/or acronyms expanded • Identify primary natural language and language changes • Logical tab order • Provide keyboard shortcuts (access keys) • Include non-link, printable characters between adjacent links.</p> <p>• Provide abbreviations for long headers in data tables. • Use XHTML 1.0 to create site. With strict DTD.</p> <p>© 2001-2005 All rights reserved. Knowbility, Inc 84</p> <a id="p85" href="#"></a> <h3>Comparing Standards</h3> <p>and looking forward… © 2001-2003 Knowbility, Inc. All rights reserved</p> <a id="p86" href="#"></a> <h3>WCAG 1.0, 508 or WCAG 2.0?</h3> <p>• WCAG 1.0 – May 5, 1999 • 508 – effective June 21, 2001 • WCAG 2.0 – target date December 2005 © 2001-2005 All rights reserved. Knowbility, Inc 86</p> <a id="p87" href="#"></a> <h3>WCAG 1.0 P1 vs 508</h3> <p><b>WCAG 1.0 (Priority 1)</b></p> <p>1.1 Alt text</p> <p><b>Compare 508</b></p> <p>Very similar a) Alt text </p> <p><i>(just doesn’t specify all the non-text element types)</i></p> <p>1.2 Server-Side Image Maps 1.3 Auditory Description Same e) Server-Side Image Maps Not in 508</p> <p><i>508 encourages audio descriptions within the synchronized alternatives, not as a separate track</i></p> <p>1.4 Synchronized multimedia 2.1 Color Same Same b) Synchronized multimedia c) Color 4.1 Natural Language © 2001-2005 All rights reserved. Knowbility, Inc Not in 508</p> <p><i>Not many AT support language change markup</i></p> <p>87</p> <a id="p88" href="#"></a> <h3>WCAG 1.0 P1 vs 508 continued…</h3> <p><b>WCAG 1.0 (Priority 1)</b></p> <p>5.1 Table Headers 5.2 Complex Tables 6.1 Style Sheets 6.2 Dynamic Content 6.3 Scripting</p> <p><b>Compare</b></p> <p>Same</p> <p><b>508</b></p> <p>g) Simple Tables Same Same h) Complex Tables h) Style Sheets Not in 508</p> <p><i>Deemed unclear. Just a backup to other checkpoints</i></p> <p>WCAG more restrictive l) Scripting & m) applets © 2001-2005 All rights reserved. Knowbility, Inc 88</p> <a id="p89" href="#"></a> <h3>WCAG 1.0 P1 vs 508 continued…</h3> <p><b>WCAG 1.0 (Priority 1)</b></p> <p>7.1 Flicker</p> <p><b>Compare</b></p> <p>508 More specific</p> <p><b>508</b></p> <p>j) Flicker 9.1 Client Side Image Map 11.4 Text only – last resort Same Same f) Client Side Image Map k) Text only – last resort 12.1 Frames Same i) Frames 14.1 Clear Language Not in 508</p> <p><i>Subjective. Deemed to difficult to enforce.</i></p> <p>For a detailed comparison of WCAG 1.0 to 508 see http://www.jimthatcher.com/sidebyside.htm</p> <p>© 2001-2005 All rights reserved. Knowbility, Inc 89</p> <a id="p90" href="#"></a> <h3>WCAG 2.0 Design Principles</h3> <p>• Content must be </p> <p><b>perceivable</b></p> <p>• Interface elements in the content must be </p> <p><b>operable</b></p> <p>• Content and controls must be </p> <p><b>understandable</b></p> <p>• Content must be </p> <p><b>robust</b></p> <p>enough to work with current and future technologies © 2001-2005 All rights reserved. Knowbility, Inc 90</p> <a id="p91" href="#"></a> <h3>WCAG 2.0 Working Draft (June 2005)</h3> <p><b>1 Perceivable</b></p> <p>1.1 Provide text alternatives for all non-text content 1.2 Provide synchronized alternatives for multimedia 1.3 Ensure that information, functionality, and structure can be separated from presentation 1.4 Make it easy to distinguish foreground information from background images or sounds</p> <p><b>2 Operable</b></p> <p>2.1 Make all functionality operable via a keyboard interface 2.2 Allow users to control time limits on their reading or interaction 2.3 Allow users to avoid content that could cause seizures due to photosensitivity 2.4 Provide mechanisms to help users find content, orient themselves with it, and navigate through it © 2001-2005 All rights reserved. Knowbility, Inc 91</p> <a id="p92" href="#"></a> <h3>WCAG 2.0 Working Draft (June 2005)</h3> <p><b>3 Understandable</b></p> <p>3.1 Make text content readable and understandable 3.2 Make the placement and functionality of content predictable</p> <p><b>4 Robust</b></p> <p>4.1 Use technologies according to specification 4.2 Ensure that user interfaces are accessible or provide an accessible alternative(s) © 2001-2005 All rights reserved. Knowbility, Inc 92</p> <a id="p93" href="#"></a> <h3>Accessibility testing</h3> <p>© 2001-2005 All rights reserved. Knowbility, Inc 93</p> <a id="p94" href="#"></a> <h3><b>Accessibility Testing tools</b></h3> <p>• Accessibility Validators – Page by Page • Listening to Your Pages • Screenreaders/Talking Browsers • Accessibility Reports • Practical Testing Plan © 2001-2005 All rights reserved. Knowbility, Inc 94</p> <a id="p95" href="#"></a> <p><b>Accessibility Validators Page by Page</b></p> <p>• • • • WebXact The Wave Web Developer for Firefox (extension) Accessibility Toolbar for IE</p> <p><b>Accessibility Tools can only automatedly test approximately 27% of the issues.</b></p> <p><b>Accessibility Testing requires human brain power!</b></p> <p>© 2001-2005 All rights reserved. Knowbility, Inc 95</p> <a id="p96" href="#"></a> <p><b>3 Free Accessibility Validators Tool WebXact +</b></p> <p>*New tool from the folks at Watchfire (replaces bobby) *Excellent resource</p> <p><b>-</b></p> <p>•Doesn’t have visual info you used to get from Bobby</p> <p><b>Wave Accessibility Toolbar</b></p> <p>•Good for seeing “reading order” & alt text •Report not as intuitive •Doesn’t explain how to solve problems Great tool that combines many accessibility validators and simulations •Beta version (occasional bug) •Only available for PC/IE © 2001-2005 All rights reserved. Knowbility, Inc 96</p> <a id="p97" href="#"></a> <p><b>Evaluation of Free Accessibility Testing Tools</b></p> <p>www.webaim.org/techniques/articles/freetools/ Articles has links to all the free accessibility testing tools © 2001-2005 All rights reserved. Knowbility, Inc 97</p> <a id="p98" href="#"></a> <p>• http://www.geocaching.com</p> <p>• • • • WebXact Wave Web Developer in Firefox Accessibility Toolbar in IE</p> <p><b>Testing a Site</b></p> <p>© 2001-2005 All rights reserved. Knowbility, Inc 98</p> <a id="p99" href="#"></a> <p><b>Listening to Your Site</b></p> <p>The real test – can users with disabilities actually use your site?</p> <p>Two examples of assistive technology •</p> <p><b>JAWS by Freedom Scientific</b></p> <p>– popular screen reading software. Uses internal speech synthesizer and computer’s sound card to read info from computer screen aloud. www.freedomscientific.com</p> <p>•</p> <p><b>Home Page Reader by IBM</b></p> <p>– a web access tool for blind and low vision users. www.ibm.com/able/ © 2001-2005 All rights reserved. Knowbility, Inc 99</p> <a id="p100" href="#"></a> <p><b>Demo of Home Page Reader</b></p> <p>• Home Page Reader – a talking browser • Listen to UT Home Page • • Link Lists (control + L) Skip to Main • Listen to Dreamworks • http://www.dreamworks.com/ © 2001-2005 All rights reserved. Knowbility, Inc 100</p> <a id="p101" href="#"></a> <p><b>Demo of JAWS</b></p> <h3>• JAWS – a true screenreader for PCs</h3> <p>• reads IE, Word, Excel, Powerpoint, Desktop…</p> <h3>• Listen to UT Home Page</h3> <p>• • Links on page (tab to move from link to link) Link Lists – alpha and page order (Insert F7)</p> <h3>• Listen to Dreamworks</h3> <p>• http://www.dreamworks.com/ © 2001-2005 All rights reserved. Knowbility, Inc 101</p> <a id="p102" href="#"></a> <h3>• Tests entire sites for accessibility • Builds accessibility reports</h3> <p>• • • • • • Results by checkpoints Checkpoints expanded Edit Preferences Create Reports Resources – How to fix Previews of pages for debugging</p> <p><b>LIFT Machine</b></p> <p>© 2001-2005 All rights reserved. Knowbility, Inc 102</p> <a id="p103" href="#"></a> <p><b>Review LIFT Report</b></p> <p>• • www.geocaching.com</p> <p>http://lm-ny.usablenet.com/lm/index.jsp</p> <p>© 2001-2005 All rights reserved. Knowbility, Inc 103</p> <a id="p104" href="#"></a> <p><b>Tools for Prioritizing Accessibility Errors</b></p> <p>• LIFT – www.usablenet.com</p> <p>• WebXM – www.watchfire.com/products/webxm/ • Step508 http://www.section508.gov/index.cfm?fuseaction=content& id=155 © 2001-2005 All rights reserved. Knowbility, Inc 104</p> <a id="p105" href="#"></a> <p><b>Watchfire WebXM</b></p> <p>• http://webq.austin.utexas.edu/webxm/ • austin\gsims • Dashboard – Site Health • Favorites - Reports • ITS Accessibility • Section 508 Issues © 2001-2005 All rights reserved. Knowbility, Inc 105</p> <a id="p106" href="#"></a> <p><b>A Practical Plan</b></p> <p>1. Test with your browser • Turn off images • Don’t use the mouse • Increase font size • Change window size 2. Run online Accessibility Tests on representative pages • use more than one tool, example: Watchfire & Wave 3. Listen to your pages • Home Page Reader or JAWS 4. Run a LIFT or WebXM Report 5. Hands on Accessibility Testing © 2001-2005 All rights reserved. Knowbility, Inc 106</p> <a id="p107" href="#"></a> <h3>Next Steps</h3> <p>What accessibility actions do you plan to take next?</p> <p>What resources do you need now?</p> <p>© 2001-2003 Knowbility, Inc. All rights reserved</p> </div> </section> </div> </div> </div> </main> <footer> <div class="container mt-3"> <div class="row justify-content-between"> <div class="col"> <a href="/"> <img src="/theme/studyslide/static/logo-slideum.png" /> </a> </div> </div> <div class="row mt-3"> <ul class="col-sm-6 list-unstyled"> <li> <h6 class="mb-3">Company</h6> <li> <i class="fa fa-location-arrow"></i> Nicosia Constantinou Palaiologou 16, Palouriotissa, 1040 <li> <i class="fa fa-phone"></i> +357 64-733-402 <li> <i class="fa fa-envelope"></i> info@slideum.com </ul> <ul class="col-6 col-sm-3 list-unstyled"> <li> <h6 class="mb-3">Links</h6> <li> <a href="/about">About</a> <li> <a href="/contacts">Contact</a> <li> <a href="/faq">Help / FAQ</a> </ul> <ul class="col-6 col-sm-3 list-unstyled"> <li> <h6 class="mb-3">Legal</h6> <li> <a href="/terms">Terms of Service</a> <li> <a href="/privacy">Privacy policy</a> <li> <a href="/page.html?code=public.usefull.cookie">Cookie policy</a> <li> <a href="/page.html?code=public.usefull.disclaimer">Disclaimer</a> </ul> </div> <hr> <p>slideum.com &copy; 2024, Inc. All rights reserved.</p> </div> </footer> <div class="modal directory" id="directory-modal"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">Directory</h5> <button class="close" type="button" data-dismiss="modal">&times;</button> </div> <div class="modal-body"></div> </div> </div> </div> <script src="/theme/common/static/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/theme/common/static/jquery_extra/dist/jquery-extra.js"></script> <script src="/theme/common/static/popper.js@1.16.1/dist/umd/popper.min.js"></script> <script src="/theme/common/static/bootstrap@4.6.0/dist/js/bootstrap.min.js"></script> <script> var __path_directory = [ ] !function __draw_directory(data, root, uuid) { var ul = $('<ul>', uuid && { id: 'category' + uuid, class: !__path_directory.includes(uuid) ? 'collapse' : null }); for (var item in data) { var li = $('<li>').appendTo(ul); if (item = data[item], item.children) { li.append('<a href=#category' + item.id + ' data-toggle=collapse>') __draw_directory(item.children, li, item.id); } else { li.append('<a href=' + item.url + '>'); } var a = $('> a', li).addClass('item').text(item.name) .append($('<a class="link fa fa-external-link" href=' + item.url + '>')); if (item.id === +__path_directory.slice(-1)) { a.addClass('active'); } /* if (item.id !== __path_directory[0]) { a.addClass('collapsed'); } */ } root.append(ul); } ([{"id":1,"name":"Food and cooking","url":"/catalog/Food+and+cooking","children":null},{"id":2,"name":"Education","url":"/catalog/Education","children":null},{"id":3,"name":"Healthcare","url":"/catalog/Healthcare","children":null},{"id":4,"name":"Real estate","url":"/catalog/Real+estate","children":null},{"id":5,"name":"Religion ","url":"/catalog/Religion+","children":null},{"id":6,"name":"Science and nature","url":"/catalog/Science+and+nature","children":null},{"id":7,"name":"Internet","url":"/catalog/Internet","children":null},{"id":8,"name":"Sport","url":"/catalog/Sport","children":null},{"id":9,"name":"Technical documentation","url":"/catalog/Technical+documentation","children":null},{"id":10,"name":"Travel","url":"/catalog/Travel","children":null},{"id":11,"name":"Art and Design","url":"/catalog/Art+and+Design","children":null},{"id":12,"name":"Automotive","url":"/catalog/Automotive","children":null},{"id":13,"name":"Business","url":"/catalog/Business","children":null},{"id":14,"name":"Government","url":"/catalog/Government","children":null}], $('#directory-aside')); var __root_directory = $('#directory-aside > ul'); $('#directory-aside') .on('show.bs.collapse', function() { //console.log('show.collapse') }) .on('hide.bs.collapse', function() { //console.log('hide.collapse') }); $('#directory-modal') .on('show.bs.modal', function() { $('[class$="body"]', this).prepend(__root_directory); }) .on('hide.bs.modal', function() { $('#directory-aside').prepend(__root_directory); }); $('.directory-mobile').on('click', function(e) { e.preventDefault(); }); $('.directory .link').on('click', function(e) { e.stopPropagation(); }); </script> <script> function scrollToViewport() { $('html, body').stop().animate( { scrollTop: $('.navbar').outerHeight() }, 1000); } setTimeout(scrollToViewport, 1000); $(window).on('orientationchange', scrollToViewport); $('[data-toggle="tooltip"]').tooltip(); </script> <script async src="//s7.addthis.com/js/300/addthis_widget.js#pubid=#sp('addthis_pub_id')"></script> <!-- Yandex.Metrika counter --> <script type="text/javascript"> (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter28397281 = new Ya.Metrika({ id:28397281 }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks"); </script> <noscript><div><img src="//mc.yandex.ru/watch/28397281" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter --> <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" /> <style> @media screen and (max-width: 768px) { .cc-revoke { display: none; }} </style> <script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script> <script> window.addEventListener("load", function() { window.cookieconsent.initialise( { content: { href: "https://slideum.com/dmca" }, location: true, palette: { button: { background: "#fff", text: "#237afc" }, popup: { background: "#007bff" }, }, position: "bottom-right", revokable: true, theme: "classic", type: "opt-in" })}); </script> </body> </html>

travel Expense Report

id="c2">Meals

Hotels transport subtotals

headers="c2 r2 r3">37.74

112.00 45.00