<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-37426996</id><updated>2012-02-06T08:35:49.262-08:00</updated><title type='text'>AccessWebU</title><subtitle type='html'>Buzz, thoughts, and observations on the ongoing efforts to build information technologies that work for all people at the University of Washington.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>21</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-37426996.post-2667313772344876904</id><published>2011-10-28T08:44:00.000-07:00</published><updated>2011-11-04T10:34:26.154-07:00</updated><title type='text'>Accessible Web Design Overview</title><content type='html'>Rick Ells&lt;br /&gt;
UW-IT Web Guy&lt;br /&gt;
rells@uw.edu&lt;br /&gt;
&lt;h2&gt;



AccessibleWeb@U&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;An interest group that advocates for inclusive Web
    design&lt;/li&gt;
&lt;li&gt;A working group of the UW Web Council&lt;/li&gt;
&lt;li&gt;You do not work for us. You decide how much of this is 
  relevant to your situation.&lt;/li&gt;
&lt;li&gt;You can add yourself to the email list&lt;br /&gt;
    &lt;a href="https://mailman2.u.washington.edu/mailman/listinfo/accessibleweb"&gt;https://mailman2.u.washington.edu/mailman/listinfo/accessibleweb&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Blog is at&lt;br /&gt; &lt;a href="http://accesswebu.blogspot.com/"&gt;http://accesswebu.blogspot.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Archive of meeting notes is at&lt;br /&gt;
    &lt;a href="http://www.washington.edu/accessibility/accessibleweb/minutes/"&gt;http://www.washington.edu/accessibility/accessibleweb/minutes/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



The Goals of Accessible Web Design&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Be usable and intelligible to as many people as possible,
    including

      &lt;ul&gt;
&lt;li&gt;People not able to use a mouse&lt;/li&gt;
&lt;li&gt;People not navigating by touch&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Be interpretable by assistive technologies

      &lt;ul&gt;
&lt;li&gt;Structured&lt;/li&gt;
&lt;li&gt;Semantic&lt;/li&gt;
&lt;li&gt;Standard&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



Quick Evaluation&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Tools

      &lt;ul&gt;
&lt;li&gt;Firefox Web Developer browser extension&lt;br /&gt;
        &lt;a href="http://chrispederick.com/work/web-developer/"&gt;http://chrispederick.com/work/web-developer/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Firefox WCAG Contrast Checker&lt;br /&gt;
        &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/wcag-contrast-checker/"&gt;https://addons.mozilla.org/en-US/firefox/addon/wcag-contrast-checker/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



QE: headers&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Are header elements being used semantically and are they
    organized hierarchically?

      &lt;ul&gt;
&lt;li&gt;Pseudo headers created with bolding and sizing will
        not be recognized as headers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Check headers with the Web Developer toolbar Information
    item; pull it down to "View Document Outline".&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



QE: layout&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Are tables being used for page layout?

      &lt;ul&gt;
&lt;li&gt;Tables layout makes navigation much more complex&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Check for tables with the Web Developer toolbar Outline
    item; pull down to "Outline Tables" and then "Table
    Cells".&lt;/li&gt;
&lt;li&gt;Can content be interpreted intelligibly without layout
    (when CSS is turned off)?

      &lt;ul&gt;
&lt;li&gt;Check content without layout with the Web Developer
        toolbar CSS item; pull down to "Disable Styles" and then
        "All Styles". Scroll down through bare-bones content;
        could you make sense of it in the sequence it is
        presented.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



QE: alternative text&lt;/h2&gt;
&lt;pre&gt;  &amp;lt;img src="gw.jpg" alt="George Washington"&amp;gt; 
&lt;/pre&gt;
Alternative text should be...&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Accurate and equivalent&lt;/li&gt;
&lt;li&gt;Be succinct&lt;/li&gt;
&lt;li&gt;Not be redundant&lt;/li&gt;
&lt;li&gt;Not use phrases like "image of..."&lt;/li&gt;
&lt;/ul&gt;
(Example from WebAIM (&lt;a href="http://webaim.org/"&gt;http://webaim.org&lt;/a&gt;)&lt;br /&gt;
Check alternative text with the Web Developer toolbar Images
  item; pull down to "Display Alt Attributes".&lt;br /&gt;
&lt;h2&gt;



QE: labelling&lt;/h2&gt;
The label element associates a name (for="first"with the
  input element with an id of that name (id="first")&lt;br /&gt;
&lt;pre&gt;&amp;lt;form action="form_action.asp" method="get"&amp;gt;
  &amp;lt;label for="first"&amp;gt;First name:&amp;lt;/label&amp;gt; 
    &amp;lt;input type="text" name="fname" id="first"/&amp;gt;&amp;lt;br /&amp;gt;
  &amp;lt;label for="last"&amp;gt;Last name:&amp;lt;/label&amp;gt;
    &amp;lt;input type="text" name="lname" id="last" /&amp;gt;&amp;lt;br /&amp;gt;
  &amp;lt;input type="submit" value="Submit" /&amp;gt;
&amp;lt;/form&amp;gt; 
&lt;/pre&gt;
Check labelling in a form with the Web Developer toolbar
  View Source item; Search in the source for "&amp;lt;label"&lt;br /&gt;
&lt;h2&gt;



QE: colors&lt;/h2&gt;
Color choice and the contrast between adjacent colors are
  important for determining reability. Contrast levels should be
  higher for small characters than for larger.&lt;br /&gt;
Evaluate colors and contrast with WCAG Contrast Checker.
  Check the "Text selector" and move your cursor around the
  page.&lt;br /&gt;
&lt;h2&gt;



QE: semantic markup&lt;/h2&gt;
Assistive technologies use semantic element types to help in
  presenting content.&lt;br /&gt;
&lt;dl&gt;
&lt;dt&gt;Semantic:&lt;/dt&gt;
&lt;dd&gt;&amp;lt;h2 style="font: medium bold verdana, sans-serif"&amp;gt;
    New Technology&amp;lt;/h2&amp;gt;&lt;/dd&gt;
&lt;dt&gt;Non-Semantic:&lt;/dt&gt;
&lt;dd&gt;&amp;lt;div style="font: medium bold verdana, sans-serif"&amp;gt;
    New Technology&amp;lt;/div&amp;gt;&lt;/dd&gt;
  &lt;/dl&gt;
There is nothing wrong with using DIVs for structural elements 
 such as navigation, content, header, and footer.&lt;br /&gt;
Recognize that semantic element types have to do with
  structuring the content. Presentation (font size, font family,
  font size, etc.) of the types is controlled by the CSS.&lt;br /&gt;
&lt;h2&gt;



QE: problem areas&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Tables layout&lt;/li&gt;
&lt;li&gt;Essential information in graphics without alt text&lt;/li&gt;
&lt;li&gt;Content buried in scripts

      &lt;ul&gt;
&lt;li&gt;Not using progressive enhancement methods&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Content added after page load (Ajax)

      &lt;ul&gt;
&lt;li&gt;ARIA roles needed to signal assistive technology
        which areas might receive updates&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



Accessibility at the UW&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;DO-IT&lt;br /&gt;
    &lt;a href="http://uw.edu/doit"&gt;http://uw.edu/doit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Information Technology Accessibility&lt;br /&gt;
    &lt;a href="http://uw.edu/accessibility/"&gt;http://uw.edu/accessibility/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Access Technology Center&lt;br /&gt;
    &lt;a href="http://uw.edu/itconnect/accessibility/atl"&gt;http://uw.edu/itconnect/accessibility/atl&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;WebInSight&lt;br /&gt;
    &lt;a href="http://webinsight.cs.washington.edu/"&gt;http://webinsight.cs.washington.edu/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;AccessComputing&lt;br /&gt;
    &lt;a href="http://www.washington.edu/accesscomputing/"&gt;http://www.washington.edu/accesscomputing/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



Accessibility Research at the UW&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;AIM Research Group&lt;br /&gt;
    &lt;a href="http://depts.washington.edu/aimgroup/"&gt;http://depts.washington.edu/aimgroup/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Project Access&lt;br /&gt;
    &lt;a href="http://cognitivetech.washington.edu/"&gt;http://cognitivetech.washington.edu/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Enable&lt;br /&gt;
    &lt;a href="http://enable.cs.washington.edu/index.php/Main_Page"&gt;http://enable.cs.washington.edu/index.php/Main_Page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Center for Technology and Disability Studies&lt;br /&gt;
    &lt;a href="http://uwctds.washington.edu/"&gt;http://uwctds.washington.edu/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Design, Use, Build (DUB)&lt;br /&gt;
    &lt;a href="http://dub.washington.edu/"&gt;http://dub.washington.edu/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



Web Accessibility Guidelines&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;W3C Web Content Accessibility Guidelines (WCAG) 2.0&lt;br /&gt;
    &lt;a href="http://www.w3.org/TR/WCAG20/"&gt;http://www.w3.org/TR/WCAG20/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Section 508&lt;br /&gt;
    &lt;a href="http://www.section508.gov/"&gt;http://www.section508.gov/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Section 508 Tutorials&lt;br /&gt;
    &lt;a href="http://www.access-board.gov/sec508/software-tutorial.htm"&gt;http://www.access-board.gov/sec508/software-tutorial.htm&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



Motivations&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Personal&lt;/li&gt;
&lt;li&gt;Community&lt;/li&gt;
&lt;li&gt;Added value to our institution&lt;/li&gt;
&lt;li&gt;Legal guidelines and requirements&lt;/li&gt;
&lt;li&gt;Public relations&lt;/li&gt;
&lt;li&gt;The baby-boomers are coming (and they have money)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



The Legal Situation&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Are UW Web sites a “public accomodation”
    under the Americans with Disabilities Act?&lt;/li&gt;
&lt;li&gt;Do Washington state guidelines apply?&lt;br /&gt;
    &lt;a href="http://ofm.wa.gov/ocio/policies/documents/1000g.pdf"&gt;http://ofm.wa.gov/ocio/policies/documents/1000g.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Do you have a contractual agreement with students?&lt;/li&gt;
&lt;li&gt;Do you have obligations to your funding sources?&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



Walk the Path&lt;/h2&gt;
Welcome to the Basics 201 class! Today in class you
  will...&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Login with your UW NetID&lt;/li&gt;
&lt;li&gt;View a course page&lt;/li&gt;
&lt;li&gt;Download a PDF article&lt;/li&gt;
&lt;li&gt;Submit a question&lt;/li&gt;
&lt;li&gt;Use an online Web tool to take a test&lt;/li&gt;
&lt;li&gt;Watch a video&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;



Where Are the Obstacles?&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The login form might not have labels&lt;/li&gt;
&lt;li&gt;The class Web page may not make use of semantic
    headings&lt;/li&gt;
&lt;li&gt;The PDF article may be a scanned graphic image that
    assistive technology cannot interpret&lt;/li&gt;
&lt;li&gt;The Ask a Professor IM interface may use Ajax, rewriting
    the display without a way for the assistive technology to
    know the rewrite has occurred&lt;/li&gt;
&lt;li&gt;The online test tool may use tables layout&lt;/li&gt;
&lt;li&gt;The video may not have captioning&lt;/li&gt;
&lt;li&gt;Participating in the class requires that all steps can be
    done reasonably well.&lt;/li&gt;
&lt;li&gt;Steps that are difficult are costs or "sacrifices" for
    the user, as they impose burdens that others in the class may
    not have to deal with.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



Goals/Principles/Patterns&lt;/h2&gt;
A good way to work toward comprehensive accessibility is to
  use the Goals/Principles/Patterns way of thinking.&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Goals – Why are we doing this&lt;/li&gt;
&lt;li&gt;Principles – How are we going to reach the
    goals&lt;/li&gt;
&lt;li&gt;Patterns - What we are going to do to solve specific
    problems that come up as we implement the principles&lt;/li&gt;
&lt;li&gt;As the patterns are chosen and developed, keeping the
    higher goals and principles in mind will encourage keeping
    accessibility in mind through the project&lt;/li&gt;
&lt;li&gt;From Luke Wrobelski “Design Principles”,
    (&lt;a href="http://www.lukew.com/ff/entry.asp?1292"&gt;http://www.lukew.com/ff/entry.asp?1292&lt;/a&gt;), which he derived from
    Service Oriented Architecture literature&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



Accessibility Goals&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Inclusive&lt;/li&gt;
&lt;li&gt;Effective&lt;/li&gt;
&lt;li&gt;Efficient&lt;/li&gt;
&lt;li&gt;Supportive&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



Accessibility Principles&lt;/h2&gt;
We will design our Web services so they are…&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Perceivable&lt;/li&gt;
&lt;li&gt;Operable&lt;/li&gt;
&lt;li&gt;Understandable&lt;/li&gt;
&lt;li&gt;Robust&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



Accessibility Patterns&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Adhere to standards&lt;/li&gt;
&lt;li&gt;Use semantic elements&lt;/li&gt;
&lt;li&gt;WCAG 2.0&lt;/li&gt;
&lt;li&gt;Accessible Rich Internet Applications (ARIA)&lt;/li&gt;
&lt;li&gt;ECMA Standard Scripting&lt;/li&gt;
&lt;li&gt;Progressive enhancement methods in scripting&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



Content Management Systems&lt;/h2&gt;
Most CMSs come out-of-the-box with good accessibility;
  don’t ruin it&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Drupal Accessibility Group&lt;br /&gt;
    &lt;a href="http://groups.drupal.org/accessibility"&gt;http://groups.drupal.org/accessibility&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Plone Accessibility&lt;br /&gt;
    &lt;a href="http://plone.org/accessibility-info"&gt;http://plone.org/accessibility-info&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;WordPress Accessibility&lt;br /&gt;
    &lt;a href="http://codex.wordpress.org/Accessibility"&gt;http://codex.wordpress.org/Accessibility&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Joomla Accessibility&lt;br /&gt;
    &lt;a href="http://www.joomla.org/accessibility-statement.html"&gt;http://www.joomla.org/accessibility-statement.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



Vendors Invest in Accessibility&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Apple Accessibility&lt;br /&gt;
    &lt;a href="http://www.apple.com/accessibility/"&gt;http://www.apple.com/accessibility/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;VoiceOver&lt;br /&gt;
    &lt;a href="http://www.apple.com/accessibility/voiceover/"&gt;http://www.apple.com/accessibility/voiceover/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Microsoft Accessibility&lt;br /&gt;
    &lt;a href="http://www.microsoft.com/enable/"&gt;http://www.microsoft.com/enable/&lt;/a&gt;
  
  &lt;ul&gt;
&lt;li&gt;Accessibility Guide for Educators&lt;br /&gt;
   &lt;a href="http://www.microsoft.com/enable/education/"&gt;http://www.microsoft.com/enable/education/&lt;/a&gt;
   &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Adobe Accessibility&lt;br /&gt;
    &lt;a href="http://www.adobe.com/accessibility/"&gt;http://www.adobe.com/accessibility/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



HTML5&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Capable of very good accessibility&lt;/li&gt;
&lt;li&gt;Structured&lt;/li&gt;
&lt;li&gt;Semantic&lt;/li&gt;
&lt;li&gt;Roles&lt;/li&gt;
&lt;li&gt;Validatable&lt;/li&gt;
&lt;li&gt;HTML5 Accessibility&lt;br /&gt;
    http://html5accessibility.com/&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



Trends Going Forward&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Rapid change&lt;/li&gt;
&lt;li&gt;Mobile devices – smartphones to tablets – do
    it now, here, get immediate results&lt;/li&gt;
&lt;li&gt;Web sites and apps need to work with wide range of sizes
    – smartphone, tablet, laptop, desktop&lt;/li&gt;
&lt;li&gt;Pressure for simplification – Keep It Seriously
    Succinct&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



Mobile First&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Start with designing for the mobile device, then
    supplement the design for laptops and desktops&lt;/li&gt;
&lt;li&gt;Priority of mobile is rising&lt;/li&gt;
&lt;li&gt;Mobile design forces you to focus&lt;/li&gt;
&lt;li&gt;Mobile offers new capabilities (knows location,
    direction, talks to the cloud)&lt;/li&gt;
&lt;li&gt;Mobile First – Luke Wroblewski&lt;br /&gt;
    &lt;a href="http://www.abookapart.com/products/mobile-first"&gt;http://www.abookapart.com/products/mobile-first&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



Responsive Web Design&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Web pages that themselves adapt to the capabilities of
    the device viewing them&lt;/li&gt;
&lt;li&gt;Responsive Web Design – Ethan Marcotte&lt;br /&gt;
    &lt;a href="http://www.alistapart.com/articles/responsive-web-design/"&gt;http://www.alistapart.com/articles/responsive-web-design/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Examples&lt;/li&gt;
&lt;li&gt;Sample Page – Robot or Not&lt;br /&gt;
    &lt;a href="http://responsivewebdesign.com/robot/"&gt;http://responsivewebdesign.com/robot/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Responsive &amp;amp; Responsible – Scott Jehl&lt;br /&gt;
    &lt;a href="http://filamentgroup.com/examples/bdconf-2011/sjehl-bdconf-2011.pdf"&gt;http://filamentgroup.com/examples/bdconf-2011/sjehl-bdconf-2011.pdf&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;



Resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Blogs

      &lt;ul&gt;
&lt;li&gt;WebAxe&lt;br /&gt;
        &lt;a href="http://webaxe.blogspot.com/"&gt;http://webaxe.blogspot.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Presentations

      &lt;ul&gt;
&lt;li&gt;Top Mistakes in Web Accessibility – Wojtek
        Zajac&lt;br /&gt;
        &lt;a href="http://www.slideshare.net/wojciechzajac/top-mistakes-in-web-accessibility"&gt;http://www.slideshare.net/wojciechzajac/top-mistakes-in-web-accessibility&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Facebook

      &lt;ul&gt;
&lt;li&gt;Mike Paciello&lt;br /&gt;
        &lt;a href="http://www.facebook.com/mike.paciello"&gt;http://www.facebook.com/mike.paciello&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Reports

      &lt;ul&gt;
&lt;li&gt;Digital Inclusion of People With Disabilities&lt;br /&gt;
        &lt;a href="http://www.disabled-world.com/editorials/technology/digital-inclusion.php"&gt;http://www.disabled-world.com/editorials/technology/digital-inclusion.php&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Sites

      &lt;ul&gt;
&lt;li&gt;UW Information Technology Accessibility&lt;br /&gt;
        &lt;a href="http://uw.edu/accessibility"&gt;http://uw.edu/accessibility&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Web Accessibility in Mind (WebAIM)&lt;br /&gt;
        &lt;a href="http://webaim.org/"&gt;http://webaim.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Accessible Technology Coalition&lt;br /&gt;
        &lt;a href="http://atcoalition.org/"&gt;http://atcoalition.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;W3C Web Accessibility Initiative

          &lt;ul&gt;
&lt;li&gt;Web Accessibility Presentations and Tutorials
            &lt;a href="http://www.w3.org/WAI/train.html"&gt;http://www.w3.org/WAI/train.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;WAI Guidelines and Techniques
            &lt;a href="http://www.w3.org/WAI/guid-tech.html"&gt;http://www.w3.org/WAI/guid-tech.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-2667313772344876904?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/2667313772344876904/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=2667313772344876904' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/2667313772344876904'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/2667313772344876904'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2011/10/accessible-web-design-overview.html' title='Accessible Web Design Overview'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-6706025651329575637</id><published>2011-07-08T16:09:00.000-07:00</published><updated>2011-07-08T16:10:09.957-07:00</updated><title type='text'>Adobe PDF Accessibility</title><content type='html'>AccessibleWeb@U Meeting, June 30, 2011&lt;br /&gt;
&lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_101427114FM"&gt;&lt;div class="nodecontent"&gt;
Terrill Thompson, tft@uw.edu, Technology Accessibility Specialist&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1804130588FM"&gt;&lt;div class="nodecontent"&gt;
Slides are at http://staff.washington.edu/tft, along with slides of other presentations by Terrill&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_880699299FM"&gt;&lt;div class="nodecontent"&gt;
Lawsuits relating to accessibility&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1403702068FM"&gt;&lt;div class="nodecontent"&gt;
The goal of lawsuits is to clarify what is required by law&lt;/div&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1993206488FM"&gt;&lt;div class="nodecontent"&gt;
NFB actively advocating and services&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_777414400FM"&gt;&lt;div class="nodecontent"&gt;
Actually aiming a vendors, which are not covered by law, while public institutions are&lt;/div&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1305240855FM"&gt;&lt;div class="nodecontent"&gt;
California State University actively screening products to be sure they are accessible before allowing them to be purchased&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_70029369FM"&gt;&lt;div class="nodecontent"&gt;
CSU Accessible Electronic and Information Technology Procurement - http://www.calstate.edu/Accessibility/EIT_Procurement/&lt;/div&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_602481479FM"&gt;&lt;div class="nodecontent"&gt;
Accessible Technology Initiative, June 10, 2011 - http://www.calstate.edu/AcadAff/codedmemos/AA-2010-13.shtml&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1822725728FM"&gt;&lt;div class="nodecontent"&gt;
What makes an electronic document accessible?&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_422061757FM"&gt;&lt;div class="nodecontent"&gt;
Text alternatives to non-text content&lt;/div&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_732912311FM"&gt;&lt;div class="nodecontent"&gt;
Information, structure (good semantic markup), and relationships&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_917891988FM"&gt;&lt;div class="nodecontent"&gt;
Headings&lt;/div&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_1053073104FM"&gt;&lt;div class="nodecontent"&gt;
Lists&lt;/div&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_153987273FM"&gt;&lt;div class="nodecontent"&gt;
Good structure gets passed on to assistive technology, which uses it to effectively present the information&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_1577571286FM"&gt;&lt;div class="nodecontent"&gt;
HTML, Word, and PDF all support these features&lt;/div&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_200822739FM"&gt;&lt;div class="nodecontent"&gt;
Example: Accessible University Web site&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_450182897FM"&gt;&lt;div class="nodecontent"&gt;
http://staff.washington.edu/tft/talks/fileformats/syllabus.html&lt;/div&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_959381847FM"&gt;&lt;div class="nodecontent"&gt;
Because page is structured, voice browser (JAWS) can describe structure&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_1267625549FM"&gt;&lt;div class="nodecontent"&gt;
CTRL- H lists headings&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_423837094FM"&gt;&lt;div class="nodecontent"&gt;
With JAWS you can jump by heading levels, thus using headings as a map of the page's content&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_139900906FM"&gt;&lt;div class="nodecontent"&gt;
JAWS identifies lists before speaking the list contents (if it is marked up as a lists)&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1876529308FM"&gt;&lt;div class="nodecontent"&gt;
Example: Word document - same page&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_1906220539FM"&gt;&lt;div class="nodecontent"&gt;
To make a Word document accessible&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_623824465FM"&gt;&lt;div class="nodecontent"&gt;
Use the predefined styles for headings&lt;/div&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1465184987FM"&gt;&lt;div class="nodecontent"&gt;
To put alt text on an image - have alt text as one of the options&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1742528607FM"&gt;&lt;div class="nodecontent"&gt;
Recent versions of Word offer two fields, use the Description field (not the Title field)&lt;/div&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_737944866FM"&gt;&lt;div class="nodecontent"&gt;
Keep the alt text short and sweet&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_1218406694FM"&gt;&lt;div class="nodecontent"&gt;
When making lists, use the list button&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1523434962FM"&gt;&lt;div class="nodecontent"&gt;
When you create a PDF, the structure can be passed to the PDF file by creating a "tagged PDF" file&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_1378738035FM"&gt;&lt;div class="nodecontent"&gt;
Office 2010 will create a tagged PDF (When saving, click on options, and check the tagged markup box)&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1991422804FM"&gt;&lt;div class="nodecontent"&gt;
Mac Word does not generate tagged PDF. Have to go in afterwards with Adobe Acrobat Pro&lt;/div&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_1578134487FM"&gt;&lt;div class="nodecontent"&gt;
In older versions of Office, can obtain add-ons that help to create tagged PDF&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_481930722FM"&gt;&lt;div class="nodecontent"&gt;
To create a tagged PDF, use "Save As PDF"&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_150002222FM"&gt;&lt;div class="nodecontent"&gt;
Using "Print" to a PDF will not created a tagged PDF&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_174286282FM"&gt;&lt;div class="nodecontent"&gt;
Three different types of PDFs&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1849590963FM"&gt;&lt;div class="nodecontent"&gt;
Image&lt;/div&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_982892951FM"&gt;&lt;div class="nodecontent"&gt;
Image with embedded fonts&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1565961679FM"&gt;&lt;div class="nodecontent"&gt;
Content could be all scrambled, has no tagging&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1713139317FM"&gt;&lt;div class="nodecontent"&gt;
Tagged (optimized for accessibility)&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_420822785FM"&gt;&lt;div class="nodecontent"&gt;
Tagged PDF has been around for a while, developed in response to federal requirement that files be accessible&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_222854512FM"&gt;&lt;div class="nodecontent"&gt;
To Create an Accessible PDF&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_1126143800FM"&gt;&lt;div class="nodecontent"&gt;
Use an authoring tool that supports...&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1891518861FM"&gt;&lt;div class="nodecontent"&gt;
Creating documents with headings and subheadings&lt;/div&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_1608723394FM"&gt;&lt;div class="nodecontent"&gt;
Adding alt text to images&lt;/div&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_374052301FM"&gt;&lt;div class="nodecontent"&gt;
Exporting to tagged PDF&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_471177451FM"&gt;&lt;div class="nodecontent"&gt;
Use these accessibility features anytime you create a document&lt;/div&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_608643957FM"&gt;&lt;div class="nodecontent"&gt;
Can tools be configured to be required to do the right thing?&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_444590321FM"&gt;&lt;div class="nodecontent"&gt;
Some 
HTML tools require alt text, headings, etc., but most other tools only 
offer the ability; you have to know about it and use it&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1878930299FM"&gt;&lt;div class="nodecontent"&gt;
Is sitechecker available to other campuses?&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1291108810FM"&gt;&lt;div class="nodecontent"&gt;
Can scan 50,000 pages&lt;/div&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_1336388279FM"&gt;&lt;div class="nodecontent"&gt;
Contact Gina Hills about using the service&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1246854975FM"&gt;&lt;div class="nodecontent"&gt;
What tools support tagged PDF&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_875497844FM"&gt;&lt;div class="nodecontent"&gt;
Microsoft Word and Powerpoint 2010 (windows only)&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1634014020FM"&gt;&lt;div class="nodecontent"&gt;
Save As PDF&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1471458758FM"&gt;&lt;div class="nodecontent"&gt;
Microsoft Word and PowerPoint prior to 2010&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_8622634FM"&gt;&lt;div class="nodecontent"&gt;
Use Adobe Acrobat Pro&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1327939743FM"&gt;&lt;div class="nodecontent"&gt;
PDF Accessibility Check&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_517102663FM"&gt;&lt;div class="nodecontent"&gt;
Check whether document contents are an image&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1592212233FM"&gt;&lt;div class="nodecontent"&gt;
Is the document skewed?&lt;/div&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_804514454FM"&gt;&lt;div class="nodecontent"&gt;
Is the font clear or fuzzy&lt;/div&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_170781410FM"&gt;&lt;div class="nodecontent"&gt;
Try to select text on the page&lt;/div&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_435999514FM"&gt;&lt;div class="nodecontent"&gt;
If the content is skewed, the text fuzzy, or you cannot select text, the content is an image and will not be accessible&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1377843038FM"&gt;&lt;div class="nodecontent"&gt;
Check whether document is tagged&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_181476643FM"&gt;&lt;div class="nodecontent"&gt;
Using Acrobat Reader (a free tool)&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_1937996230FM"&gt;&lt;div class="nodecontent"&gt;
Go to File &amp;gt; Properties (CTRL-D) and look for Tagged PDF&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_657161615FM"&gt;&lt;div class="nodecontent"&gt;
Even if says Yes, content may not be structured well enough&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_211133944FM"&gt;&lt;div class="nodecontent"&gt;
File &amp;gt; Properties (Ctrl-D) in any version of Acrobat; will say Tagged PDF: yes or no&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1277431809FM"&gt;&lt;div class="nodecontent"&gt;
Run an accessibility check&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_473289052FM"&gt;&lt;div class="nodecontent"&gt;
Using Adobe X Reader: Edit &amp;gt; Accessibility&lt;/div&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_938204066FM"&gt;&lt;div class="nodecontent"&gt;
Using Adobe X Pro: View &amp;gt; Tools &amp;gt; Accessiblity&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1596236709FM"&gt;&lt;div class="nodecontent"&gt;
PDF Accessibility Repair&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_452496315FM"&gt;&lt;div class="nodecontent"&gt;
Using Acrobat Pro&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_146344691FM"&gt;&lt;div class="nodecontent"&gt;
Recognize text (if needed)&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_687122122FM"&gt;&lt;div class="nodecontent"&gt;
Can you select words within the page&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_497856244FM"&gt;&lt;div class="nodecontent"&gt;
Tag document (if needed)&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1270369039FM"&gt;&lt;div class="nodecontent"&gt;
In Acrobat Pro: View &amp;gt; Tools &amp;gt;  Accessibility&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1704353918FM"&gt;&lt;div class="nodecontent"&gt;
Touch up reading order&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1409069485FM"&gt;&lt;div class="nodecontent"&gt;
In Acrobat Pro, can change reading order of elements&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_417457035FM"&gt;&lt;div class="nodecontent"&gt;
Touch up structure (if needed)&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_400690609FM"&gt;&lt;div class="nodecontent"&gt;
Can scroll through document, select item, change tag for the items&lt;/div&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_765868474FM"&gt;&lt;div class="nodecontent"&gt;
Can add alt text to any element&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_166049294FM"&gt;&lt;div class="nodecontent"&gt;
Sometimes easier to delete all tagging and go through and retag it&lt;/div&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_1294107748FM"&gt;&lt;div class="nodecontent"&gt;
Acrobat Pro has "Recognize Text" tool that scans images with text and generates text&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_738216354FM"&gt;&lt;div class="nodecontent"&gt;
Where to find Acrobat Pro's accessibility features&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_1143296084FM"&gt;&lt;div class="nodecontent"&gt;
Recognize Text&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_896950068FM"&gt;&lt;div class="nodecontent"&gt;
View &amp;gt; Tools &amp;gt; Recognize Text&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_744744217FM"&gt;&lt;div class="nodecontent"&gt;
Read Out Loud (built-in screen reader; not very useful for blind users but may help to spot problems)&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1425073961FM"&gt;&lt;div class="nodecontent"&gt;
View &amp;gt; Read Outloud&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1566955314FM"&gt;&lt;div class="nodecontent"&gt;
Accessibility Tools&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_567603489FM"&gt;&lt;div class="nodecontent"&gt;
View &amp;gt; Tools &amp;gt; Accessibility&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_856849828FM"&gt;&lt;div class="nodecontent"&gt;
Prior to Adobe X: Advanced &amp;gt; Accessibility&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_782816908FM"&gt;&lt;div class="nodecontent"&gt;
Discussion&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_1603220801FM"&gt;&lt;div class="nodecontent"&gt;
PDF is way overused&lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1367751885FM"&gt;&lt;div class="nodecontent"&gt;
Many times people create PDF by default&lt;/div&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_115809895FM"&gt;&lt;div class="nodecontent"&gt;
PDF is useful if you need the document to look the same for all users&lt;/div&gt;
&lt;/li&gt;
&lt;li class="basic_active" id="FMID_1168066479FM"&gt;&lt;div class="nodecontent"&gt;
Otherwise likely to be better off creating document in HTML&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-6706025651329575637?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/6706025651329575637/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=6706025651329575637' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/6706025651329575637'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/6706025651329575637'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2011/07/adobe-pdf-accessibility.html' title='Adobe PDF Accessibility'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-4395335930948925879</id><published>2011-05-26T15:23:00.000-07:00</published><updated>2011-05-26T15:23:54.310-07:00</updated><title type='text'>Mobile Accessibility</title><content type='html'>&lt;br /&gt;
&lt;div class="basetext" id="base"&gt;

    Mobile Accessibility&lt;br /&gt;
An open discussion&lt;br /&gt;
&lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_42874378FM"&gt;Accessibility
      Features&lt;/li&gt;
&lt;ul&gt;
&lt;li class="col" id="FMID_1333786589FM"&gt;Mobile devices offer
      features to support users with various disabilities

        &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_956167587FM"&gt;Text zoom,
          screen zoom, cursor magnification and highlighting,
          on-screen keyboard, text-to-speech, audio, high
          visibility visual display modes&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_82699835FM"&gt;Apps can add
      specialized functionality

        &lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_569105383FM"&gt;QuestVisual's
          Word Lens reads signs and translates them to a
          different language

            &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_929349094FM"&gt;
              http://questvisual.com/&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_350479702FM"&gt;Humanware's
          Oratio screen reader

            &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_76680085FM"&gt;
              
http://www.humanware.com/en-usa/products/blindness/oratio_for_blackberry_smartphones/_details/id_131/oratio_for_blackberry_smartphones.html&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;ul class="noindent"&gt;
&lt;li class="col" id="FMID_1905856544FM"&gt;The challenge of the
      touch interface

        &lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_1160171195FM"&gt;Smartphones and
          tablets generally are designed with "natural user
          interfaces"

            &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_569218516FM"&gt;By using
              touch gestures your can manipulate the user
              interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1698451483FM"&gt;What does touch
          interaction mean to people with various
          disabilities?&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1619305798FM"&gt;Current state of
      mobile accessibility

        &lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_1471639894FM"&gt;Summarized in an
          IBM presentation at CSUN 2011

            &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1001163681FM"&gt;
              http://www-03.ibm.com/able/news/downloads/IBM_Advancing_Mobile_Usability_for_Everyone_CSUN_2011.pdf&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_327694030FM"&gt;Smartphone
          market as of 8/2010 consists of 24% iPhone, 20%
          Android, 38% RIM (Blackberry)&lt;/li&gt;
&lt;li class="basic" id="FMID_246885998FM"&gt;iPhone has
          VoiceOver voice browser built in, other smartphones
          require a 3rd party app&lt;/li&gt;
&lt;li class="basic" id="FMID_1034956143FM"&gt;iPhone
          supports ARIA, somewhat&lt;/li&gt;
&lt;li class="basic" id="FMID_1689541995FM"&gt;iPhone and
          Android support HTML5, somewhat&lt;/li&gt;
&lt;li class="basic" id="FMID_119239135FM"&gt;Andoid offers
          tactile (haptic) feedback&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_680924945FM"&gt;Mobile Apps

        &lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_1664701957FM"&gt;Native apps

            &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1928983730FM"&gt;Run on the
              mobile device&lt;/li&gt;
&lt;li class="basic" id="FMID_516169079FM"&gt;Need to be
              written for specific device type using that devices
              toolset&lt;/li&gt;
&lt;li class="basic" id="FMID_338826824FM"&gt;Often draw
              content from information services elsewhere, such
              as RSS feeds&lt;/li&gt;
&lt;li class="col" id="FMID_1291092933FM"&gt;Native App
              Resources

                &lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_1992648966FM"&gt;
                  Designing for Accessibility - Android
                  Developers

                    &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1198314496FM"&gt;
                      http://developer.android.com/guide/practices/design/accessibility.html&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_915150619FM"&gt;iOS
                  Accessibility

                    &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_45729645FM"&gt;
                      http://developer.apple.com/technologies/ios/accessibility.html&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_433588033FM"&gt;Web apps

            &lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_72044721FM"&gt;Types of Web
              sites

                &lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_232812352FM"&gt;Standard
                  Web pages

                    &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_529854337FM"&gt;
                      Often have wide fixed widths, small fonts,
                      low contrast, complex navigation&lt;/li&gt;
&lt;li class="basic" id="FMID_327062051FM"&gt;
                      Difficult to use on a mobile; much zooming,
                      scrolling, hitting the wrong links&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1823701998FM"&gt;Mobile
                  friendly sites

                    &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_714532190FM"&gt;
                      Usually have flex designs, thorough use of
                      relative size measures, large "tappable"
                      links, simple navigation menus, simple
                      hierarchical site structure&lt;/li&gt;
&lt;li class="basic" id="FMID_1077283903FM"&gt;
                      Could have a user interface for interaction
                      (example: make a restaurant reservation),
                      but takes some close attention to use
                      it&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1267020481FM"&gt;Mobile
                  optimized sites

                    &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1502118790FM"&gt;
                      Very simplified page design, flex design or
                      auto-sizing to mobile screen size, very
                      simple navigation, large tappable links and
                      buttons.&lt;/li&gt;
&lt;li class="basic" id="FMID_1921532877FM"&gt;If
                      written with HTML5 can have many user
                      interface features that are designed for
                      use on mobiles, such as spinners, sliders,
                      and forms that automatically evoke the
                      appropriate keyboard&lt;/li&gt;
&lt;li class="basic" id="FMID_573090676FM"&gt;
                      Could have functional interaction
                      interfaces, to the extent care is taken to
                      design for mobile devices&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="basic" id="FMID_472497016FM"&gt;Can also
              draw content from Web services&lt;/li&gt;
&lt;li class="col" id="FMID_345414537FM"&gt;May use HTML5

                &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1682191108FM"&gt;HTML5
                  is not standardized yet, variation among
                  implementations&lt;/li&gt;
&lt;li class="basic" id="FMID_558707814FM"&gt;Many
                  devices do not understand HTML5, but iPhones
                  and recent Androids do, each in their own
                  way&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1681894492FM"&gt;Different
              from mobile friendly Web pages, which are Web pages
              that display well and are reasonably usable on
              mobile browsers

                &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_487082294FM"&gt;Usually
                  have flex designs, large tappable links, simple
                  navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_788723869FM"&gt;Web App
              Resources

                &lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_914717245FM"&gt;Luke
                  Wrobelwski

                    &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1925362756FM"&gt;
                      http://www.lukew.com/&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1785029941FM"&gt;Mobile
                  Safari Web Application Tutorial

                    &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1009911485FM"&gt;
                      
http://developer.apple.com/library/mac/#documentation/AppleApplications/Conceptual/Dashcode_UserGuide/Contents/Resources/en.lproj/MakingaWebApp/MakingaWebApp.html&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1628594840FM"&gt;iOS Native App
      Accessibility Support

        &lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_1745776644FM"&gt;Apple things
          supporting accessibility is good business

            &lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_1803200270FM"&gt;Apple's
              Commitment to Accessibility

                &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_56564234FM"&gt;
                  http://www.apple.com/accessibility/&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_400758682FM"&gt;Matt Legend
          Gemmell, an independent Apple OSX and iOS developer,
          says it is easy to add accessibility support to your
          app

            &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1329558980FM"&gt;
              http://mattgemmell.com/2010/12/19/accessibility-for-iphone-and-ipad-apps&lt;/li&gt;
&lt;li class="basic" id="FMID_1883196004FM"&gt;Built-in
              VoiceOver support in UIKit gives you 80%
              accessibility support&lt;/li&gt;
&lt;li class="basic" id="FMID_1956555430FM"&gt;You can up
              that to 95% by configuring Interface Builder&lt;/li&gt;
&lt;li class="col" id="FMID_86016329FM"&gt;You ccan up it
              to 100% support by using some "incredibly trivial
              methods"

                &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_521778523FM"&gt;Doubt
                  was expressed about Deep Geeks who say
                  something is trivially simple&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1230947712FM"&gt;Android
      Accessibility Support

        &lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_699937720FM"&gt;Android Developer
          site says Androids have an accessibility layer that
          helps users navigate their devices more easily

            &lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1339852070FM"&gt;
              http://developer.android.com/guide/practices/design/accessibility.html&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="col" id="FMID_1255216875FM"&gt;Apps are
          specifically available for people who are blind or have
          low vision

            &lt;ul class="subexp"&gt;
&lt;li class="col" id="FMID_1248659688FM"&gt;
                &lt;div class="nodecontent"&gt;

                  Mobile Accessibility for Android - a suite of
                  programs
                &lt;/div&gt;
&lt;ul class="subexp"&gt;
&lt;li class="basic" id="FMID_1921344837FM"&gt;
                  http://www.codefactory.es/en/products.asp?id=415&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li style="list-style: none;"&gt;
        
      &lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-4395335930948925879?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/4395335930948925879/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=4395335930948925879' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/4395335930948925879'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/4395335930948925879'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2011/05/mobile-accessibility.html' title='Mobile Accessibility'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-2914993294965644021</id><published>2011-05-05T14:49:00.000-07:00</published><updated>2011-05-05T14:55:04.432-07:00</updated><title type='text'>Defense Against the Dark Arts</title><content type='html'>&lt;ul&gt;
    &lt;/ul&gt;
Rick Ells, UW-IT &lt;br /&gt;
AccessibleWeb@U Meeting, April 28, 2011&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Approach of this study

      &lt;ul&gt;
&lt;li&gt;Dark Patterns Project

          &lt;ul&gt;
&lt;li&gt;&lt;a href="http://wiki.darkpatterns.org/"&gt;http://wiki.darkpatterns.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;A project led by Harry Brignull
            (&lt;a href="http://www.90percentofeverything.com/"&gt;http://www.90percentofeverything.com/&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Focuses on examples of user experience design
            that are misleading, manipulative, or deceptive&lt;/li&gt;
&lt;li&gt;Provides many of the ideas and examples for this
            talk&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Review of a number of user experience (UX) and user
        interface (UI) sites for information on good practices

          &lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.sylvantech.com/%7Etalin/projects/ui_design.html"&gt;
            Principles for User Interface Design&lt;/a&gt; by
            Talin&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.useit.com/papers/heuristic/heuristic_list.html"&gt;

            Ten Usability Heuristics&lt;/a&gt; by Jakob Nielsen&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.smashingmagazine.com/2008/01/31/10-principles-of-effective-web-design/"&gt;
            Ten Principles of Effective Web Design&lt;/a&gt; by Vitaly
            Friedman&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Review of several consumer complaint sites. Most
        focused on the experience of the consumer in the overall
        business transaction and did not provide much information
        about deceptive Web designs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Some Terminology

      &lt;ul&gt;
&lt;li&gt;Terminology from Service Oriented Architecture
        (SOA)&lt;/li&gt;
&lt;li&gt;Goals – Strategic objectives&lt;/li&gt;
&lt;li&gt;Principles – Design characteristics that
        support goals&lt;/li&gt;
&lt;li&gt;Patterns – Solutions to common problems
        encountered when applying principles&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Dark Art Spells and Incantations

      &lt;ul&gt;
&lt;li&gt;Dark patterns are coding, design, and layout
        practices deliberately chosen to mislead the user into
        doing something other than what they came to do or giving
        up information they do not need to provide to achieve the
        purpose of their visit&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;So What Does This Have to Do With Accessibility?

      &lt;ul&gt;
&lt;li&gt;A person working through assistive technology is even
        more vulnerable to being misled by dark patterns.&lt;/li&gt;
&lt;li&gt;It is easy to inadvertantly engage in dark patterns,
        even if you are a white knight. Being aware of dark
        patterns can help you avoid them in your own work.&lt;/li&gt;
&lt;li&gt;If you find yourself feeling indignant as you 
    see these examples, think how you would feel if you had a
    disability that made it even more difficult to realize
    you were being manipulated or deceived.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Let Me Out!

      &lt;ul&gt;
&lt;li&gt;Packaged fees, but no simple way to opt-out of
        specific fees in the package ("I do not want your service
        plan!")&lt;/li&gt;
&lt;li&gt;Sign-up online, but canceling requires snail mail to
        corporate headquarters&lt;/li&gt;
&lt;li&gt;Automatically signing you up for multiple email
        lists, while hiding how to select the ones you want or
        deselect the ones you do not want&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Promises, Promises

      &lt;ul&gt;
&lt;li&gt;You are invited to contribute your articles to the
        site for all to see, but does not mention that fees will
        be charged to people trying to see them.&lt;/li&gt;
&lt;li&gt;Promising free access to information, but only giving
        it to people who register.&lt;/li&gt;
&lt;li&gt;Saying the information you seek has been found, now
        please pay upfront to see it. So you pay and the
        information is not what you asked for.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Role Swapping

      &lt;ul&gt;
&lt;li&gt;Placing one type of question where another typically
        is located&lt;/li&gt;
&lt;li&gt;On software download pages, have other "Download"
        boxes for other software, without clear labelling to
        distinguish them from the download box of the
        product&lt;/li&gt;
&lt;li&gt;Placing “Buy enhanced support plan”
        checkbox where “Send me marketing email”
        checkbox is usually located (down by submit button)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Unitless Offers

      &lt;ul&gt;
&lt;li&gt;Recurring fee looks like a single fee&lt;/li&gt;
&lt;li&gt;Displayed rate is only for first month, subsequent
        monthly rate is not shown&lt;/li&gt;
&lt;li&gt;Ambiguous units&lt;/li&gt;
&lt;li&gt;What is “Weekend rate”? Is that the rate
        for the whole weekend or for each day in the
        weekend?&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Forced Continuity

      &lt;ul&gt;
&lt;li&gt;Free trial silently rolls over into a periodic
        charge&lt;/li&gt;
&lt;li&gt;Turning off the periodic charge requires going to
        some other site or even contacting the company by other
        means than the Web&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Intuition Flipping

      &lt;ul&gt;
&lt;li&gt;Reverse intuitive questions — “Check if
        you do not want extra insurance”&lt;/li&gt;
&lt;li&gt;Opt flipping — Counter intuitive opt-in/opt-out
        questions — “Do you not want to receive our
        marketing messages”&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Comparison Squelching

      &lt;ul&gt;
&lt;li&gt;Price revealed only on the very last screen, perhaps
        after you have enter identification and credit card
        information&lt;/li&gt;
&lt;li&gt;Only show rates without other fees that will be
        added&lt;/li&gt;
&lt;li&gt;Only state prices in the form of “As low
        as…”&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Whispered Exceptions

      &lt;ul&gt;
&lt;li&gt;Exceptions and other qualifications of an offer are
        at the bottom of the page in low contrast text&lt;/li&gt;
&lt;li&gt;Such text may be elsewhere in the site in an
        un-intuitive location, such as in the Statement of Terms
        and Conditions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Other Dark Art Power Practices

      &lt;ul&gt;
&lt;li&gt;Discontinuities in decision trees so that choices
        important to the user are not encountered in the course
        of the interaction&lt;/li&gt;
&lt;li&gt;Needed information not available in context&lt;/li&gt;
&lt;li&gt;Misleading high visibility offers, hidden or low
        visibility qualifications on the offers&lt;/li&gt;
&lt;li&gt;Massive default opt-ins&lt;/li&gt;
&lt;li&gt;Hidden paywalls (you are in far enough that you do
        not want to quit, so you pay)&lt;/li&gt;
&lt;li&gt;Burying choices that are disadvantageous to the site
        owner — out of sight, out of mind&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;White Art Practices

      &lt;ul&gt;
&lt;li&gt;The WCAG 2.0 Four — Perceivable, Operable,
        Understandable, Robust&lt;/li&gt;
&lt;li&gt;Empower — Let user know choices up-front so
        they can make informed choices&lt;/li&gt;
&lt;li&gt;Decision Points — Present decision options
        clearly as a set&lt;/li&gt;
&lt;li&gt;User Perspective — Support user expectations
        and habits&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;When Dark Patterns Are Used By Good Guys

      &lt;ul&gt;
&lt;li&gt;The vendor may be aware that customers base their
        choices on incorrect understandings of the products. For
        example, many computer vendors do not put the CPU speed
        up front because now that many computers have multi-core
        processors, the CPU speed is not a good indicator of
        responsiveness of applications running on the
        computer.&lt;/li&gt;
&lt;li&gt;The buying style of the vendor's customers may be
        less based on price and more based on the features of the
        product.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Defending Against the Dark Arts

      &lt;ul&gt;
&lt;li&gt;WCAG and 508 as your technology foundation&lt;/li&gt;
&lt;li&gt;Build the user interaction based on user expectations
        and perceptions&lt;/li&gt;
&lt;li&gt;Keep key choices and information in-path and
        in-view&lt;/li&gt;
&lt;li&gt;Give the user control of what is theirs&lt;/li&gt;
&lt;li&gt;Simplicity, clarity, integrity&lt;/li&gt;
&lt;li&gt;Design your site to support upfront negotiation of
        options, a square deal making it clear what has been
        chosen and its costs, and conclude with a handshake
        clarifying your commitments to your customer&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-2914993294965644021?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/2914993294965644021/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=2914993294965644021' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/2914993294965644021'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/2914993294965644021'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2011/05/defense-against-dark-arts.html' title='Defense Against the Dark Arts'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-6184266323194998083</id><published>2011-04-01T15:55:00.001-07:00</published><updated>2011-04-01T15:55:55.116-07:00</updated><title type='text'>Accessibility of Google Apps</title><content type='html'>&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:TrackMoves/&gt;
  &lt;w:TrackFormatting/&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:DoNotPromoteQF/&gt;
  &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;
  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;
  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
   &lt;w:SplitPgBreakAndParaMark/&gt;
   &lt;w:DontVertAlignCellWithSp/&gt;
   &lt;w:DontBreakConstrainedForcedTables/&gt;
   &lt;w:DontVertAlignInTxbx/&gt;
   &lt;w:Word11KerningPairs/&gt;
   &lt;w:CachedColBalance/&gt;
  &lt;/w:Compatibility&gt;
  &lt;w:DoNotOptimizeForBrowser/&gt;
  &lt;m:mathPr&gt;
   &lt;m:mathFont m:val="Cambria Math"/&gt;
   &lt;m:brkBin m:val="before"/&gt;
   &lt;m:brkBinSub m:val="&amp;#45;-"/&gt;
   &lt;m:smallFrac m:val="off"/&gt;
   &lt;m:dispDef/&gt;
   &lt;m:lMargin m:val="0"/&gt;
   &lt;m:rMargin m:val="0"/&gt;
   &lt;m:defJc m:val="centerGroup"/&gt;
   &lt;m:wrapIndent m:val="1440"/&gt;
   &lt;m:intLim m:val="subSup"/&gt;
   &lt;m:naryLim m:val="undOvr"/&gt;
  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
  DefSemiHidden="true" DefQFormat="false" DefPriority="99"
  LatentStyleCount="267"&gt;
  &lt;w:LsdException Locked="false" Priority="0" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Normal"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 7"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 8"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 9"/&gt;
  &lt;w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/&gt;
  &lt;w:LsdException Locked="false" Priority="10" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Title"/&gt;
  &lt;w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/&gt;
  &lt;w:LsdException Locked="false" Priority="11" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/&gt;
  &lt;w:LsdException Locked="false" Priority="22" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Strong"/&gt;
  &lt;w:LsdException Locked="false" Priority="20" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="59" SemiHidden="false"
   UnhideWhenUsed="false" Name="Table Grid"/&gt;
  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/&gt;
  &lt;w:LsdException Locked="false" Priority="1" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/&gt;
  &lt;w:LsdException Locked="false" Priority="34" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/&gt;
  &lt;w:LsdException Locked="false" Priority="29" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Quote"/&gt;
  &lt;w:LsdException Locked="false" Priority="30" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="19" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="21" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="31" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/&gt;
  &lt;w:LsdException Locked="false" Priority="32" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/&gt;
  &lt;w:LsdException Locked="false" Priority="33" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/&gt;
  &lt;w:LsdException Locked="false" Priority="37" Name="Bibliography"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:"Table Normal";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:"";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:"Calibri","sans-serif";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:"Times New Roman";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;br /&gt;
&lt;div class="MsoPlainText"&gt;
Are Google Apps accessible enough to be relied on as the
primary tools for your class or office?&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
The National Federation of the Blind (NFB) feels they are
not and has asked the Department of Justice to investigate the reliance of New
York University (NYU) and Northwestern University on Google apps as a violation
of the civil rights of blind faculty and students. See...&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;a href="http://www.nfb.org/NewsBot.asp?MODE=VIEW&amp;amp;ID=771"&gt;http://www.nfb.org/NewsBot.asp?MODE=VIEW&amp;amp;ID=771&lt;/a&gt;&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
The Chronicle of Higher Education had a short article on
the topic that drew a lot of comments:&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;a href="http://chronicle.com/blogs/wiredcampus/colleges-discriminate-against-the-blind-with-google-apps-advocates-say/30394"&gt;http://chronicle.com/blogs/wiredcampus/colleges-discriminate-against-the-blind-with-google-apps-advocates-say/30394&lt;/a&gt;&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
Just how accessible are the various Google Apps? The
Web2Access site, which evaluates interactive and collaborative e-learning
tools, has been looking at the Google Apps. You can see their evaluations by
going to the Web2Access site at...&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;a href="http://web2access.org.uk/"&gt;http://web2access.org.uk/&lt;/a&gt;&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
...and entering "google" in the search box.
Readability and accessibility of text editors seem to be common weak points. &lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
NFB has created a set of accessibility demonstration
videos to show the kinds of problems they feel raise concern. You can see the
videos at...&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;a href="http://www.nfb.org/nfb/googleaccessibilityvideos.asp"&gt;http://www.nfb.org/nfb/googleaccessibilityvideos.asp&lt;/a&gt;&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
Google itself says it is committed to improving
accessibility of its products. See...&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;a href="http://www.google.com/accessibility/products/"&gt;http://www.google.com/accessibility/products/&lt;/a&gt;&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
and&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;a href="http://www.google.com/accessibility/"&gt;http://www.google.com/accessibility/&lt;/a&gt;&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
One response to all this buzz is to let Google know how
important accessibility is for the higher education environment. Back when
Apple started pushing iTunes U, the California State University system (which
has 23 campuses) refused to get on board because of serious accessibility
problems with the iTunes interface. CSU even sent delegations to the Apple
headquarters to advocate for improvements. Apple responded by making
significant improvements. So, letting the vendor know how you feel can bring
about real change.&lt;/div&gt;
&lt;div class="MsoPlainText"&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-6184266323194998083?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/6184266323194998083/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=6184266323194998083' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/6184266323194998083'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/6184266323194998083'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2011/04/accessibility-of-google-apps.html' title='Accessibility of Google Apps'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-7182388755333035308</id><published>2011-03-04T15:33:00.000-08:00</published><updated>2011-03-04T15:35:31.078-08:00</updated><title type='text'>Ted Drake of Yahoo Accessibility Lab</title><content type='html'>On Thursday, Yahoo's Ted Drake gave a presentation of CSE students about accessible design to kick off the coming week's HackU event (&lt;a href="http://developer.yahoo.com/hacku/uw.html" rel="nofollow"&gt;http://developer.yahoo.com/hacku/uw.html&lt;/a&gt;). Below are slightly cryptic notes of all the things Ted talked about&lt;br /&gt;
&lt;h3&gt;



&lt;a href="http://www.blogger.com/post-create.g?blogID=37426996" name="TedDrake-AccessibilityInnovationsandChallenges"&gt;&lt;/a&gt;Accessibility Innovations and Challenges&lt;/h3&gt;
Ted Drake, Yahoo Accessibility Lab&lt;br /&gt;
Facebook: YahooAccessibility&lt;br /&gt;
Yahoo Accessibility Lab Blog: &lt;a href="http://yaccessibilityblog.com/" rel="nofollow"&gt;http://yaccessibilityblog.com/&lt;/a&gt;&lt;br /&gt;
Drake's Blog: &lt;a href="http://developer.yahoo.com/blogs/ydn/posts/author/tdrake/" rel="nofollow"&gt;http://developer.yahoo.com/blogs/ydn/posts/author/tdrake/&lt;/a&gt;&lt;br /&gt;
Presentation: &lt;a href="http://www.slideshare.net/7mary4/yahoo-hack-university-accessiblie-innovations-and-challenges" rel="nofollow"&gt;http://www.slideshare.net/7mary4/yahoo-hack-university-accessiblie-innovations-and-challenges&lt;/a&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Yahoo
    &lt;ul&gt;
&lt;li&gt;Has history of front end engineers working with back end engineers&lt;/li&gt;
&lt;li&gt;Front end team has task of making it accessible
        &lt;ul&gt;
&lt;li&gt;Web developers do most of the accessibility work&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Accessibility HackU competitions  (&lt;a href="http://developer.yahoo.com/hacku/uw.html" rel="nofollow"&gt;http://developer.yahoo.com/hacku/uw.html&lt;/a&gt;).
    &lt;ul&gt;
&lt;li&gt;Students build tools that make things more accessible&lt;/li&gt;
&lt;li&gt;Team with the best hack gets a prize&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;What is accessibility?
    &lt;ul&gt;
&lt;li&gt;Addressing the needs of people with disabilities and their friends and families&lt;/li&gt;
&lt;li&gt;About leveling the playing field&lt;/li&gt;
&lt;li&gt;A major goal is to remove barriers - if your UI requires a mouse, you are already excluding people&lt;/li&gt;
&lt;li&gt;Thinking about universal design, from the start, all the way through
        &lt;ul&gt;
&lt;li&gt;You want designs that work for people whether they are abled or disabled&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Who makes it accessible?
    &lt;ul&gt;
&lt;li&gt;Lawsuit against Target for the inaccessibility of their&lt;br /&gt;
          commercial site design emphasizes the importance of accessible&lt;br /&gt;
          design&lt;/li&gt;
&lt;li&gt;Accessibility is built by advocates and champions
        &lt;ul&gt;
&lt;li&gt;Advocate refuses to go around things that are inadequate&lt;/li&gt;
&lt;li&gt;Champions make accessible design happen&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Make it accessible
    &lt;ul&gt;
&lt;li&gt;Contrast - There are several good contrast evaluation tools&lt;br /&gt;
          out there, just search for "contrast checker"&lt;/li&gt;
&lt;li&gt;Do not rely solely on color to convey meaning ("click on the red button")&lt;/li&gt;
&lt;li&gt;Alt text for graphics needs to be explanatory, do not just repeat the headline
        &lt;ul&gt;
&lt;li&gt;alt="" appropriate if image is decorative&lt;/li&gt;
&lt;li&gt;ARIA has a role="presentation"&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Title attribute - does not replace the Alt attribute&lt;/li&gt;
&lt;li&gt;Images may be disabled
        &lt;ul&gt;
&lt;li&gt;If using background images in CSS and you have text on that background,&lt;br /&gt;
                check for contrast of text on background without image. White lettering&lt;br /&gt;
                that no longer has a dark background is hard to read.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Off-screen text
        &lt;ul&gt;
&lt;li&gt;A method sometimes used to make text available to people&lt;br /&gt;
                using screen readers but not visible to others by placing it&lt;br /&gt;
                way off screen&lt;/li&gt;
&lt;li&gt;A problem in countries with text flow from right to left&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Using wrong element type in HTML can confuse things. Use the most&lt;br /&gt;
        semantically correct element type
        &lt;ul&gt;
&lt;li&gt;Example: using button for sign-in, then using anchor for cancel&lt;br /&gt;
              because you want cancel to look like a link
              &lt;ul&gt;
&lt;li&gt;Confusing because cancel is an action, not a link to somewhere&lt;/li&gt;
&lt;li&gt;Instead, make the cancel a button and style it as a link&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;ARIA role role="button" can be used to clarify things for the screen reader&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Use th in tables for row and column headings&lt;/li&gt;
&lt;li&gt;Command + allows you to zoom the page
        &lt;ul&gt;
&lt;li&gt;Web designers are getting lazy about accessibility implications&lt;/li&gt;
&lt;li&gt;A person who zooms in ends up with scroll bars&lt;/li&gt;
&lt;li&gt;On Firefox, go to zoom text only (View -&amp;gt; Zoom - Zoom Text Only&lt;/li&gt;
&lt;li&gt;Use YUI CSS packages
            &lt;ul&gt;
&lt;li&gt;Example: YUI Grids CSS (&lt;a href="http://developer.yahoo.com/yui/grids/" rel="nofollow"&gt;http://developer.yahoo.com/yui/grids/&lt;/a&gt;) takes care of all the basics for you&lt;/li&gt;
&lt;li&gt;All based on standards&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Proportional sizing is nice, but your situation may require fixed widths&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Forms need labeling - every form field should have a text associated&lt;br /&gt;
        with it and the label attribute should be used to associate the field and&lt;br /&gt;
        the text.&lt;/li&gt;
&lt;li&gt;ARIA
        &lt;ul&gt;
&lt;li&gt;Can be used today&lt;/li&gt;
&lt;li&gt;Works in almost all browsers&lt;/li&gt;
&lt;li&gt;How to do it
            &lt;ul&gt;
&lt;li&gt;Landmarks role="search"&lt;/li&gt;
&lt;li&gt;Function role="button"&lt;/li&gt;
&lt;li&gt;Labels aria-label="Search Term"&lt;/li&gt;
&lt;li&gt;State aria-invalid="true"&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;HTML5
        &lt;ul&gt;
&lt;li&gt;Firefox 4 will have the ability to use HTML5 roles, but  most other browsers are not there yet&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Innovative Solutions - Things student developers can work on
    &lt;ul&gt;
&lt;li&gt;Traumatic brain injuries
          &lt;ul&gt;
&lt;li&gt;Be careful about grayed out parts of your UI&lt;/li&gt;
&lt;li&gt;Planning and execution assistant and trainer (PEAT)&lt;br /&gt;
              (&lt;a href="http://www.brainaid.com/" rel="nofollow"&gt;http://www.brainaid.com/&lt;/a&gt;) manages timeline events, notifying&lt;br /&gt;
              patient of what needs to be done when&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Short term memory loss hacks
        &lt;ul&gt;
&lt;li&gt;Re-education tools&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Cognitive disabilities
        &lt;ul&gt;
&lt;li&gt;Syntax simplifiers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Presentation transformation
        &lt;ul&gt;
&lt;li&gt;Readability.com
                &lt;ul&gt;
&lt;li&gt;Simplifies presentation of Web pages&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Icon identification of options
        &lt;ul&gt;
&lt;li&gt;Enables visual based search, such as for phone numbers&lt;br /&gt;
                for people who have difficulty reading&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Memory loss
        &lt;ul&gt;
&lt;li&gt;What will help a person remember?&lt;/li&gt;
&lt;li&gt;Mental games, seems to help short term memory loss&lt;/li&gt;
&lt;li&gt;Journals&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Non-visual people
        &lt;ul&gt;
&lt;li&gt;Texture recognition&lt;/li&gt;
&lt;li&gt;Converting visual to plain text
            &lt;ul&gt;
&lt;li&gt;Photograph a street sign and it tells you want the sign says&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Directions
            &lt;ul&gt;
&lt;li&gt;Phone Wand tells you are going in the right directions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Games
            &lt;ul&gt;
&lt;li&gt;Game for the blind that uses stereo sound&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Deaf hacks
        &lt;ul&gt;
&lt;li&gt;Sound detector, warns of sirens, etc.&lt;/li&gt;
&lt;li&gt;Deaf twitter - take video, send it to twitter&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Physical challenges
        &lt;ul&gt;
&lt;li&gt;Web site scanner, moves through Web page section by section,&lt;br /&gt;
                bringing up sections that contain actions
                &lt;ul&gt;
&lt;li&gt;Designed for someone who navigates with a single finger&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Picture based communication devices
            &lt;ul&gt;
&lt;li&gt;Buttons for specific messages (no, yes, help, etc.)&lt;/li&gt;
&lt;li&gt;Need a service on the cloud that remembers your settings&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Support social network
        &lt;ul&gt;
&lt;li&gt;Giving feedback to support people&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;If it ain't broke, fix it anyway
        &lt;ul&gt;
&lt;li&gt;Cool little apps can really enhance people's lives even&lt;br /&gt;
                if initially people are not sure they need them&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-7182388755333035308?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/7182388755333035308/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=7182388755333035308' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/7182388755333035308'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/7182388755333035308'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2011/03/ted-drake-of-yahoo-accessibility-lab.html' title='Ted Drake of Yahoo Accessibility Lab'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-8941833612077988796</id><published>2011-01-28T14:52:00.000-08:00</published><updated>2011-01-28T14:52:19.163-08:00</updated><title type='text'>The Federal Rulemaking Process</title><content type='html'>&lt;b&gt;AccessibleWeb@U Meeting &amp;mdash;
    January 27, 2011&lt;/b&gt;

      &lt;ul class="subexp"&gt;
        &lt;li class="col" id="FMID_596844574FM"&gt;Rolf Johnson

          &lt;ul class="subexp"&gt;
            &lt;li class="basic" id="FMID_909442723FM"&gt;Assistant
            Attorney General in the UW Division of the Attorney
            General's Office (http://uw.edu/admin/ago/) - Guest
            Speaker&lt;/li&gt;
          &lt;/ul&gt;
        &lt;/li&gt;

        &lt;li class="col" id="FMID_1830985452FM"&gt;Web Accessibility
        &amp;amp; The Proposed New DOJ Regulations: The Federal
        Rulemaking Process

          &lt;ul class="subexp"&gt;
            &lt;li class="basic" id="FMID_458549195FM"&gt;&lt;a href=
            "http://uw.edu/accessibility/accessibleweb/rolfbj_rule_process.pdf"&gt;
            Presentation available at
            http://uw.edu/accessibility/accessibleweb/rolfbj_rule_process.pdf&lt;/a&gt;
            &lt;a href=
            "http://uw.edu/accessibility/accessibleweb/rolfbj_rule_process.pdf"&gt;
            &lt;/a&gt;&lt;/li&gt;

            &lt;li class="col" id="FMID_816180377FM"&gt;Summary

              &lt;ul class="subexp"&gt;
                &lt;li class="col" id="FMID_1301915001FM"&gt;Positive
                law heirarchy

                  &lt;ul class="subexp"&gt;
                    &lt;li class="col" id="FMID_1354324422FM"&gt;
                    Constitutions

                      &lt;ul class="subexp"&gt;
                        &lt;li class="basic" id="FMID_844968889FM"&gt;
                        Written at broad level of
                        abstraction&lt;/li&gt;
                      &lt;/ul&gt;
                    &lt;/li&gt;

                    &lt;li class="col" id="FMID_1946351388FM"&gt;
                    Statutes

                      &lt;ul class="subexp"&gt;
                        &lt;li class="basic" id=
                        "FMID_1751230420FM"&gt;Also written at
                        broad level&lt;/li&gt;

                        &lt;li class="col" id="FMID_262256441FM"&gt;
                        May give agency specific authorities

                          &lt;ul class="subexp"&gt;
                            &lt;li class="basic" id=
                            "FMID_90545779FM"&gt;DOJ is elaborating
                            on what the ADA means and how it
                            works&lt;/li&gt;

                            &lt;li class="basic" id=
                            "FMID_220034121FM"&gt;In this case
                            Department of Justice has authority
                            to make rules&lt;/li&gt;
                          &lt;/ul&gt;
                        &lt;/li&gt;
                      &lt;/ul&gt;
                    &lt;/li&gt;

                    &lt;li class="col" id="FMID_1509870628FM"&gt;
                    Regulations

                      &lt;ul class="subexp"&gt;
                        &lt;li class="basic" id=
                        "FMID_1729211439FM"&gt;Legislative -
                        implementing statutes&lt;/li&gt;

                        &lt;li class="col" id="FMID_343595886FM"&gt;
                        Non-legislative - guidance

                          &lt;ul class="subexp"&gt;
                            &lt;li class="basic" id=
                            "FMID_858079255FM"&gt;State how laws
                            will be interpreted&lt;/li&gt;

                            &lt;li class="basic" id=
                            "FMID_570100044FM"&gt;Policy statements
                            - how the agency intends to exercise
                            its discretionaly authority&lt;/li&gt;
                          &lt;/ul&gt;
                        &lt;/li&gt;

                        &lt;li class="basic" id=
                        "FMID_1119455691FM"&gt;Management and
                        procedural&lt;/li&gt;
                      &lt;/ul&gt;
                    &lt;/li&gt;

                    &lt;li class="col" id="FMID_615333367FM"&gt;
                    Legistative rules require Administrative
                    Procedures Act (APA) process

                      &lt;ul class="subexp"&gt;
                        &lt;li class="basic" id="FMID_219726670FM"&gt;
                        These rules often called
                        regulations&lt;/li&gt;
                      &lt;/ul&gt;
                    &lt;/li&gt;
                  &lt;/ul&gt;
                &lt;/li&gt;

                &lt;li class="col" id="FMID_1254889612FM"&gt;APA
                process generally

                  &lt;ul class="subexp"&gt;
                    &lt;li class="basic" id="FMID_462992002FM"&gt;APA
                    rulemaking also called "informal" or
                    "notice-and-comment" rulemaking&lt;/li&gt;

                    &lt;li class="col" id="FMID_1706620788FM"&gt;Basic
                    APA rulemaking rpcoess

                      &lt;ul class="subexp"&gt;
                        &lt;li class="basic" id=
                        "FMID_1495391237FM"&gt;NPRM - Notice of
                        Proposed Rulemaking&lt;/li&gt;
                      &lt;/ul&gt;
                    &lt;/li&gt;

                    &lt;li class="col" id="FMID_889602298FM"&gt;Other
                    Procedures

                      &lt;ul class="subexp"&gt;
                        &lt;li class="basic" id=
                        "FMID_1601659760FM"&gt;ANPRM - Advanced
                        Notice of Proposed Rulemaking&lt;/li&gt;

                        &lt;li class="basic" id=
                        "FMID_1206357034FM"&gt;SNPRM - Supplemental
                        Notice of Proposed Rulemaking&lt;/li&gt;

                        &lt;li class="basic" id="FMID_401113704FM"&gt;
                        IFR - Interim Final Rule&lt;/li&gt;
                      &lt;/ul&gt;
                    &lt;/li&gt;
                  &lt;/ul&gt;
                &lt;/li&gt;

                &lt;li class="col" id="FMID_1138102141FM"&gt;ADA
                Design Standards Revision

                  &lt;ul class="subexp"&gt;
                    &lt;li class="basic" id="FMID_307544841FM"&gt;
                    General physical and architectural standards
                    were updated first&lt;/li&gt;

                    &lt;li class="col" id="FMID_1086788480FM"&gt;
                    Timeline

                      &lt;ul class="subexp"&gt;
                        &lt;li class="basic" id="FMID_263934633FM"&gt;
                        Sept. 30, 2004 - ANRPM published&lt;/li&gt;

                        &lt;li class="basic" id=
                        "FMID_1411965497FM"&gt;June 17, 2008 - NPRM
                        published&lt;/li&gt;

                        &lt;li class="basic" id="FMID_575722839FM"&gt;
                        September 15, 2010 - final rule
                        published&lt;/li&gt;
                      &lt;/ul&gt;
                    &lt;/li&gt;
                  &lt;/ul&gt;
                &lt;/li&gt;

                &lt;li class="col" id="FMID_411608057FM"&gt;Proposed
                Web Accessibility Rules

                  &lt;ul class="subexp"&gt;
                    &lt;li class="col" id="FMID_966214995FM"&gt;
                    Results of comments received during ADA
                    design standards

                      &lt;ul class="subexp"&gt;
                        &lt;li class="basic" id="FMID_853693641FM"&gt;
                        June 26, 2010 - ANPRM published&lt;/li&gt;

                        &lt;li class="basic" id="FMID_76645653FM"&gt;
                        Nov - Jan 2010/11 - Three hearings
                        held&lt;/li&gt;

                        &lt;li class="basic" id=
                        "FMID_1320858060FM"&gt;Jan 24 2011 - ANPRM
                        comment period closed&lt;/li&gt;

                        &lt;li class="col" id="FMID_1158243746FM"&gt;
                        Jan 2012 - NPRM to be published

                          &lt;ul class="subexp"&gt;
                            &lt;li class="basic" id=
                            "FMID_1284147108FM"&gt;Typically
                            comment period is 60-90 days&lt;/li&gt;
                          &lt;/ul&gt;
                        &lt;/li&gt;

                        &lt;li class="col" id="FMID_836575961FM"&gt;
                        ??? - NPRM comment period closes

                          &lt;ul class="subexp"&gt;
                            &lt;li class="basic" id=
                            "FMID_35512451FM"&gt;Nothing dictates
                            that rules must be issued on any
                            fixed timeline&lt;/li&gt;
                          &lt;/ul&gt;
                        &lt;/li&gt;

                        &lt;li class="col" id="FMID_1254429011FM"&gt;
                        ??? - final rule published

                          &lt;ul class="subexp"&gt;
                            &lt;li class="basic" id=
                            "FMID_1078396817FM"&gt;Maybe sometime
                            in mid-2013&lt;/li&gt;

                            &lt;li class="basic" id=
                            "FMID_128838730FM"&gt;6 months later -
                            New rule goes into effect for new
                            pages&lt;/li&gt;

                            &lt;li class="basic" id=
                            "FMID_1606883410FM"&gt;Two years later
                            - Rules go into effect for old pages
                            and sites&lt;/li&gt;
                          &lt;/ul&gt;
                        &lt;/li&gt;
                      &lt;/ul&gt;
                    &lt;/li&gt;
                  &lt;/ul&gt;
                &lt;/li&gt;
              &lt;/ul&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;/li&gt;

        &lt;li class="col" id="FMID_524474209FM"&gt;Discussion

          &lt;ul class="subexp"&gt;
            &lt;li class="col" id="FMID_302516410FM"&gt;Interesting
            aspects of the ANPRM

              &lt;ul class="subexp"&gt;
                &lt;li class="basic" id="FMID_213343602FM"&gt;Rules
                will apply to the UW both through ADA Title II
                in that we are a state entity and through Title
                III in that we are a public accomodation&lt;/li&gt;

                &lt;li class="col" id="FMID_670397075FM"&gt;
                Limitations of responsiblity

                  &lt;ul class="subexp"&gt;
                    &lt;li class="basic" id="FMID_114548823FM"&gt;Not
                    responsible for content posted or uploaded
                    to site by persons outside or your
                    control&lt;/li&gt;

                    &lt;li class="basic" id="FMID_1478308406FM"&gt;Do
                    not cover informal or occasional trading,
                    selling or bartering, but would cover larger
                    commercial enterprises&lt;/li&gt;

                    &lt;li class="col" id="FMID_357733193FM"&gt;Not
                    responsible for accessibility of sites that
                    are linked to, but would be responsible if
                    using the services on those sites are
                    required to successfully use your site

                      &lt;ul class="subexp"&gt;
                        &lt;li class="basic" id=
                        "FMID_1629572613FM"&gt;Credit card
                        transitions are often done by external
                        services - are the service providers you
                        are using accessible?&lt;/li&gt;
                      &lt;/ul&gt;
                    &lt;/li&gt;
                  &lt;/ul&gt;
                &lt;/li&gt;

                &lt;li class="col" id="FMID_1246804739FM"&gt;Final
                rules are not likely to be in place before
                mid-2013, possibly later than that

                  &lt;ul class="subexp"&gt;
                    &lt;li class="basic" id="FMID_287377446FM"&gt;Once
                    they are in place, there will be additional
                    time to bring your sites into
                    compliance&lt;/li&gt;

                    &lt;li class="basic" id="FMID_420270429FM"&gt;DOJ
                    does not have to follow a fixed timeline.
                    They may decide that the proposed rules are
                    not practical and not release any
                    rules.&lt;/li&gt;
                  &lt;/ul&gt;
                &lt;/li&gt;
              &lt;/ul&gt;
            &lt;/li&gt;

            &lt;li class="col" id="FMID_1247362540FM"&gt;Enforcement

              &lt;ul class="subexp"&gt;
                &lt;li class="basic" id="FMID_576831535FM"&gt;
                Complaint based&lt;/li&gt;

                &lt;li class="basic" id="FMID_1868402406FM"&gt;
                Proactive enforcement not likely for a
                while&lt;/li&gt;
              &lt;/ul&gt;
            &lt;/li&gt;

            &lt;li class="basic" id="FMID_283746110FM"&gt;DOJ already
            assumes we are covered by ADA requirements under
            Section 504 of the Rehabilitation Act&lt;/li&gt;

            &lt;li class="col" id="FMID_600754947FM"&gt;Cloud services

              &lt;ul class="subexp"&gt;
                &lt;li class="basic" id="FMID_396994267FM"&gt;To the
                extent we use cloud services to provide
                services, we become responsible for whether the
                cloud service is accessible&lt;/li&gt;

                &lt;li class="basic" id="FMID_1049106782FM"&gt;
                Typically we deal with accessibility, security,
                and privacy of cloud services through
                contracts&lt;/li&gt;

                &lt;li class="col" id="FMID_1549122336FM"&gt;Language
                about accessibility should be in any contract we
                have

                  &lt;ul class="subexp"&gt;
                    &lt;li class="basic" id="FMID_1840517468FM"&gt;
                    Including indemnification clause&lt;/li&gt;

                    &lt;li class="basic" id="FMID_1256763176FM"&gt;
                    Examples of language that should be in
                    procurement contracts can be found at
                    http://www.washington.edu/accessibility/procurement.html&lt;/li&gt;
                  &lt;/ul&gt;
                &lt;/li&gt;
              &lt;/ul&gt;
            &lt;/li&gt;

            &lt;li class="col" id="FMID_1976958540FM"&gt;It is up to
            us how strongly we work for accessibility, at least
            at the moment

              &lt;ul class="subexp"&gt;
                &lt;li class="basic" id="FMID_709326705FM"&gt;The ADA
                already applies to us through Section 504&lt;/li&gt;

                &lt;li class="basic" id="FMID_295690204FM"&gt;National
                Federal for the Blind is trying to build up case
                law relating to accessibility in higher
                education&lt;/li&gt;

                &lt;li class="col" id="FMID_480943298FM"&gt;
                Expectation of accessibility is a rising tide,
                more and more people thinking about it

                  &lt;ul class="subexp"&gt;
                    &lt;li class="basic" id="FMID_1927946932FM"&gt;It
                    is a dormant liability out there we need to
                    be aware of&lt;/li&gt;

                    &lt;li class="col" id="FMID_1597863058FM"&gt;How
                    big is the danger?

                      &lt;ul class="subexp"&gt;
                        &lt;li class="basic" id="FMID_77595983FM"&gt;
                        Bad publicity&lt;/li&gt;

                        &lt;li class="basic" id=
                        "FMID_1379142680FM"&gt;Lawsuits&lt;/li&gt;

                        &lt;li class="basic" id="FMID_331963948FM"&gt;
                        Not delivering a quality work or
                        education experience&lt;/li&gt;
                      &lt;/ul&gt;
                    &lt;/li&gt;
                  &lt;/ul&gt;
                &lt;/li&gt;

                &lt;li class="basic" id="FMID_976243914FM"&gt;AG's
                office was pleased to see us looking into this
                topic, they like the proactive energy&lt;/li&gt;
              &lt;/ul&gt;
            &lt;/li&gt;

            &lt;li class="col" id="FMID_844964103FM"&gt;Will standards
            apply to distance learning programs the UW offers?

              &lt;ul class="subexp"&gt;
                &lt;li class="basic" id="FMID_79849744FM"&gt;There is
                no out, exceptions are rare, so yes, our
                distance learning programs are covered&lt;/li&gt;

                &lt;li class="basic" id="FMID_1700306502FM"&gt;Rules
                do not seem very granular in the details&lt;/li&gt;
              &lt;/ul&gt;
            &lt;/li&gt;

            &lt;li class="col" id="FMID_914975181FM"&gt;The UW comes
            under Title II, public accomdation talk is about
            Title III

              &lt;ul class="subexp"&gt;
                &lt;li class="basic" id="FMID_548938203FM"&gt;General
                saying "are you a public accomodation, if yes,
                then this applies to you"&lt;/li&gt;
              &lt;/ul&gt;
            &lt;/li&gt;

            &lt;li class="col" id="FMID_76649068FM"&gt;Risk management

              &lt;ul class="subexp"&gt;
                &lt;li class="basic" id="FMID_1626721032FM"&gt;Taking
                steps to avoid possibilities of suits,
                enforcement actions, bad publicity&lt;/li&gt;

                &lt;li class="col" id="FMID_216598656FM"&gt;What is
                the risk before the rules are in place

                  &lt;ul class="subexp"&gt;
                    &lt;li class="basic" id="FMID_138298358FM"&gt;Not
                    a huge risk, certainly a rising one&lt;/li&gt;
                  &lt;/ul&gt;
                &lt;/li&gt;

                &lt;li class="col" id="FMID_893695215FM"&gt;Core
                question is "what will the standards be?"

                  &lt;ul class="subexp"&gt;
                    &lt;li class="basic" id="FMID_56803373FM"&gt;In
                    the ANPRM, DOJ seems to be basically asking
                    "is this practical, will people really be
                    able to do this stuff"&lt;/li&gt;

                    &lt;li class="basic" id="FMID_712032220FM"&gt;The
                    current somewhat vague situation means we
                    are less likely to be sued now than in the
                    future when more specific rules are in
                    place&lt;/li&gt;

                    &lt;li class="col" id="FMID_449315160FM"&gt;
                    Complying with all the WCAG 2 Level AAA is
                    very difficult

                      &lt;ul class="subexp"&gt;
                        &lt;li class="basic" id="FMID_141621819FM"&gt;
                        Jim Thatcher recommends WCAG2 Level
                        A&lt;/li&gt;

                        &lt;li class="basic" id=
                        "FMID_1156926844FM"&gt;If there is
                        uninimity on level A, we should do it
                        now simply as good professional
                        practice&lt;/li&gt;
                      &lt;/ul&gt;
                    &lt;/li&gt;
                  &lt;/ul&gt;
                &lt;/li&gt;

                &lt;li class="col" id="FMID_1750187211FM"&gt;When
                people come looking for information that might
                be used in a lawsuit

                  &lt;ul class="subexp"&gt;
                    &lt;li class="col" id="FMID_67713409FM"&gt;Worth
                    thinking about how we respond to such
                    requests

                      &lt;ul class="subexp"&gt;
                        &lt;li class="basic" id=
                        "FMID_1119121697FM"&gt;Might be good to
                        view such inquiries as the equivalent to
                        discovery events; pass the request on to
                        appropriate authorities&lt;/li&gt;
                      &lt;/ul&gt;
                    &lt;/li&gt;
                  &lt;/ul&gt;
                &lt;/li&gt;
              &lt;/ul&gt;
            &lt;/li&gt;

            &lt;li class="col" id="FMID_1725380782FM"&gt;What should
            our general strategy be?

              &lt;ul class="subexp"&gt;
                &lt;li class="col" id="FMID_1002082779FM"&gt;Not good
                to be an outlier, more likely to be targeted

                  &lt;ul class="subexp"&gt;
                    &lt;li class="basic" id="FMID_690236983FM"&gt;Our
                    overall compliance should be as good as our
                    peers&lt;/li&gt;
                  &lt;/ul&gt;
                &lt;/li&gt;

                &lt;li class="col" id="FMID_181477738FM"&gt;Enforcing
                standards only one method

                  &lt;ul class="subexp"&gt;
                    &lt;li class="basic" id="FMID_1135994388FM"&gt;May
                    actually make us more vulnerable because we
                    may be held to our own standards&lt;/li&gt;
                  &lt;/ul&gt;
                &lt;/li&gt;

                &lt;li class="col" id="FMID_255185060FM"&gt;Encourage
                accessible design as a basic part of
                professional competence

                  &lt;ul class="subexp"&gt;
                    &lt;li class="col" id="FMID_1959175340FM"&gt;Be
                    professionally proactive and bring our stuff
                    into compliance with WCAG 2.0 Level A

                      &lt;ul class="subexp"&gt;
                        &lt;li class="basic" id=
                        "FMID_1557393266FM"&gt;See
                        http://webaim.org/standards/wcag/checklist,
                        look for the success criteria that say
                        Level A&lt;/li&gt;
                      &lt;/ul&gt;
                    &lt;/li&gt;

                    &lt;li class="basic" id="FMID_895818243FM"&gt;
                    Encourage competition and cooperation among
                    peers&lt;/li&gt;
                  &lt;/ul&gt;
                &lt;/li&gt;

                &lt;li class="col" id="FMID_880844406FM"&gt;Recognize
                that accessible design makes things work for
                everyone

                  &lt;ul class="subexp"&gt;
                    &lt;li class="basic" id="FMID_1245103975FM"&gt;
                    Lowers costs and hassles for all
                    customers&lt;/li&gt;
                  &lt;/ul&gt;
                &lt;/li&gt;

                &lt;li class="basic" id="FMID_513278424FM"&gt;Need to
                watch for discontinuities and black holes in the
                processes we expect people to participate in;
                one missing link can prevent them from using a
                much larger system&lt;/li&gt;
              &lt;/ul&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;/li&gt;
      &lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-8941833612077988796?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/8941833612077988796/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=8941833612077988796' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/8941833612077988796'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/8941833612077988796'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2011/01/federal-rulemaking-process.html' title='The Federal Rulemaking Process'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-2381437129985018134</id><published>2010-10-29T11:54:00.000-07:00</published><updated>2010-10-29T11:54:52.626-07:00</updated><title type='text'>Using Superfish Menus in Drupal - Ray Ositis, iSchool</title><content type='html'>&lt;ul&gt;
  &lt;li&gt;Looking Ahead: What Topics Could We Focus On In the Coming Year?
    &lt;ul&gt;
        &lt;li&gt;Menus
          &lt;ul&gt;
              &lt;li&gt;Seem to be a major puzzle area. How do you design a menu that   works for mouse-users, voice browser users, speech recognition users,   and keyboard only users?&lt;/li&gt;
          &lt;/ul&gt;
        &lt;/li&gt;
      &lt;li&gt;Video accessibility
        &lt;ul&gt;
              &lt;li&gt;IBM's Pawan Khera is still interested in coming to the UW to talk about IBM's AbilityLab Media Captioner and Editor&lt;/li&gt;
          &lt;li&gt;3Play Media (&lt;a href="http://www.3playmedia.com/" rel="nofollow"&gt;http://www.3playmedia.com/&lt;/a&gt;) offers some nice transcription and captioning services&lt;/li&gt;
          &lt;li&gt;How can we help make captioning a normal step in the workflow of video creation?&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;User testing for accessibility
        &lt;ul&gt;
              &lt;li&gt;iSchool as putting together a portable usability lab and would like to include accessibility as one of the things they test for&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Other Higher Ed Web sites
        &lt;ul&gt;
              &lt;li&gt;How are we doing in comparison with our peers?&lt;/li&gt;
          &lt;li&gt;Terrill Thompson's study of the accessibility of higher education Web sites should become available on the Web in a few months&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Central UW tool to check accessibilty and usability
        &lt;ul&gt;
              &lt;li&gt;SiteCheck being evaluated&lt;/li&gt;
          &lt;li&gt;Could AccessibleWeb@U help explain results and process?&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;Using the Superfish Menus in Drupal - Ryan Ositis, iSchool Web Administrator and Developer
    &lt;ul&gt;
        &lt;li&gt;iSchool site is at &lt;a href="http://ischool.uw.edu/" rel="nofollow"&gt;http://ischool.uw.edu/&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;iSchool needed to update their custom CMS
        &lt;ul&gt;
              &lt;li&gt;Wanted more and more features, hard to keep up&lt;/li&gt;
          &lt;li&gt;Decided in February it was time, partly in response to RBI initiative&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Wanted a new CMS
        &lt;ul&gt;
              &lt;li&gt;Need something that will do everything they already had with their old system&lt;/li&gt;
          &lt;li&gt;What additional features can a new system provide?&lt;/li&gt;
          &lt;li&gt;Can our developers work with it with a minimum or retraining?
            &lt;ul&gt;
                    &lt;li&gt;Drupal is built on PHP, which the iSchool Web staff was already familiar with&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
          &lt;li&gt;Drupal (&lt;a href="http://drupal.org" rel="nofollow"&gt;http://drupal.org&lt;/a&gt; ) looked good
            &lt;ul&gt;
                    &lt;li&gt;Strong, active community&lt;/li&gt;
              &lt;li&gt;Modular structure&lt;/li&gt;
              &lt;li&gt;Feature rich&lt;/li&gt;
              &lt;li&gt;Commitment to accessibility and security
                &lt;ul&gt;
                          &lt;li&gt;Have strong statement on commitment to accessibility (&lt;a href="http://drupal.org/about/accessibility" rel="nofollow"&gt;http://drupal.org/about/accessibility&lt;/a&gt; ) on their Web site&lt;/li&gt;
                &lt;/ul&gt;
              &lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
          &lt;li&gt;Decided to go with Drupal&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Superfish Menus Module (&lt;a href="http://drupal.org/project/superfish" rel="nofollow"&gt;http://drupal.org/project/superfish&lt;/a&gt;)
        &lt;ul&gt;
              &lt;li&gt;Derived from Suckerfish menu originally published by Patrick Griffiths and Dan Web on &lt;a href="http://www.alistapart.com/" rel="nofollow"&gt;A List Apart&lt;/a&gt; (&lt;a href="http://www.alistapart.com/" rel="nofollow"&gt;http://www.alistapart.com/&lt;/a&gt;) in 2003&lt;/li&gt;
          &lt;li&gt;In working with Drupal modules, had already learned that, if you   want a new feature, you should first go look for a module that already   contains the feature, rather than trying to hack code.&lt;/li&gt;
          &lt;li&gt;Installation
            &lt;ul&gt;
                    &lt;li&gt;Simple to install&lt;/li&gt;
              &lt;li&gt;Does not require any other modules&lt;/li&gt;
              &lt;li&gt;Unpack and copy folder into /sites/all modules folder
                &lt;ul&gt;
                          &lt;li&gt;Versions available for Drupal 6 and Drupal 7&lt;/li&gt;
                &lt;/ul&gt;
              &lt;/li&gt;
              &lt;li&gt;Run update.php (standard procedure for adding modules)&lt;/li&gt;
              &lt;li&gt;Go to modules menu, turn on Superfish menu&lt;/li&gt;
              &lt;li&gt;Configure menu&lt;/li&gt;
              &lt;li&gt;Go to Blocks menu to put the menu in a content block
                &lt;ul&gt;
                          &lt;li&gt;You can have multiple menus, iSchool has a dozen different menus&lt;/li&gt;
                  &lt;li&gt;For each Superfish menu, many configuration options are   available - menu type (navbar, horizontal, vertical, mouse delay, drop   shadows, etc.&lt;/li&gt;
                &lt;/ul&gt;
              &lt;/li&gt;
              &lt;li&gt;Can control which pages a given menu appears on; useful for larger sites&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
          &lt;li&gt;Behavior
            &lt;ul&gt;
                    &lt;li&gt;Users like menus, but most are dependent on mouse. Superfish can be navigated entirely with keyboard by using tabs and back-tabs&lt;/li&gt;
              &lt;li&gt;With Safari, did not work that well unless you change the settings
                &lt;ul&gt;
                          &lt;li&gt;See "&lt;a href="http://www.456bereastreet.com/archive/200906/enabling_keyboard_navigation_in_mac_os_x_web_browsers/" rel="nofollow"&gt;Enabling keyboard nvaigation in Mac OS X Web Browsers" 456bereastreet.com&lt;/a&gt; (&lt;a href="http://www.456bereastreet.com/archive/200906/enabling_keyboard_navigation_in_mac_os_x_web_browsers/" rel="nofollow"&gt;http://www.456bereastreet.com/archive/200906/enabling_keyboard_navigation_in_mac_os_x_web_browsers/&lt;/a&gt;)&lt;/li&gt;
                &lt;/ul&gt;
              &lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Pitfalls
        &lt;ul&gt;
              &lt;li&gt;Its a menu, not a panacea&lt;/li&gt;
          &lt;li&gt;Issues with jQuery plugin can impact module. Especially true with   Internet Explorer and the z-index, but solutions are readily available   in the Drupal community.&lt;/li&gt;
          &lt;li&gt;CSS for customizing can be tricky and takes time. Make sure to budget extra time for customizing&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;Discussion
    &lt;ul&gt;
        &lt;li&gt;Would be nice to have more controls, such as being able to navigate with arrow keys
          &lt;ul&gt;
              &lt;li&gt;Some screen reader software uses arrow keys, easy to step on toes&lt;/li&gt;
            &lt;li&gt;Code to make it work with arrow keys can break&lt;/li&gt;
          &lt;/ul&gt;
        &lt;/li&gt;
      &lt;li&gt;Top level of menu items are all h4s, which most screen readers can find and go directly to&lt;/li&gt;
      &lt;li&gt;Could define access keys (&lt;a href="http://webaim.org/techniques/keyboard/accesskey" rel="nofollow"&gt;http://webaim.org/techniques/keyboard/accesskey&lt;/a&gt; ), but there are no real standards
        &lt;ul&gt;
              &lt;li&gt;How do you tell users what access keys are available&lt;/li&gt;
          &lt;li&gt;Whatever you set up is likely to conflict with keys assigned by software&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Carousel on the iSchool home page(&lt;a href="http://ischool.uw.edu/" rel="nofollow"&gt;http://ischool.uw.edu/&lt;/a&gt; )
        &lt;ul&gt;
              &lt;li&gt;Custom coded in jQuery, it is a version 1.0; the team still has many more ideas they want to implement&lt;/li&gt;
          &lt;li&gt;Want to make it more accessible; already can tab through news stories&lt;/li&gt;
          &lt;li&gt;Do provide an All Features link to a simple list of the news items; could be put in front of carousel in tab order&lt;/li&gt;
          &lt;li&gt;Carousels are in general a "weird accessibility gap"; none of the readily available versions do well&lt;/li&gt;
          &lt;li&gt;There is a need for cool things on home pages, but tend to be used for pictures and other stuff that does not have much value
            &lt;ul&gt;
                    &lt;li&gt;Do people really use carousels? Apparently not much.&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
          &lt;li&gt;Some carousels are connected to direct actions (apply now, buy this)
            &lt;ul&gt;
                    &lt;li&gt;Example: Lethbridge College drupal site &lt;a href="http://www.lethbridgecollege.ca/" rel="nofollow"&gt;http://www.lethbridgecollege.ca/&lt;/a&gt;
                        &lt;ul&gt;
                          &lt;li&gt;Much more action focused&lt;/li&gt;
                        &lt;/ul&gt;
                    &lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;iSchool site to a degree is experimental, always trying things&lt;/li&gt;
      &lt;li&gt;Statistics
        &lt;ul&gt;
              &lt;li&gt;Drupal has modules that will give you all sorts of statistics; search keywords, referrers, performance statistics, accesslogs&lt;/li&gt;
          &lt;li&gt;There is a Drupal module that hooks everything into Google Analytics, generating the proper code for each page&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Relying on UW Groups service (&lt;a href="https://wiki.cac.washington.edu/display/infra/Groups+Service" rel="nofollow"&gt;https://wiki.cac.washington.edu/display/infra/Groups Service&lt;/a&gt; ) for who can do what on the Web site&lt;/li&gt;
      &lt;li&gt;Evaluating Accessibility
        &lt;ul&gt;
              &lt;li&gt;Have a couple of tools similar to W3C validator
                &lt;ul&gt;
                    &lt;li&gt;Need to work on use of headings&lt;/li&gt;
                &lt;/ul&gt;
              &lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Had Drupal Interest Group meeting in Fall; 40 people attended,
        &lt;ul&gt;
              &lt;li&gt;iSchool Web team wants to work with that group&lt;/li&gt;
          &lt;li&gt;Particularly interested in accessibility of Drupal sites&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Adopting a CMS
        &lt;ul&gt;
              &lt;li&gt;Moving school onto a CMS is a huge shift in thinking
                &lt;ul&gt;
                    &lt;li&gt;Old method is to have static page templates, give out copies&lt;/li&gt;
                  &lt;li&gt;Have moved to a distributed authorship model; has changed workflow and roles for many groups&lt;/li&gt;
                  &lt;li&gt;Content providers get a window they can put content into; more limited role, but creates accessible pages if set up right&lt;/li&gt;
                &lt;/ul&gt;
              &lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;For image management; one reason for going to Drupal is there were people who wanted to add images on the fly
        &lt;ul&gt;
              &lt;li&gt;Modules can be set up to enforce requirement for alt text&lt;/li&gt;
          &lt;li&gt;TinyMCE (&lt;a href="http://drupal.org/project/tinymce" rel="nofollow"&gt;http://drupal.org/project/tinymce&lt;/a&gt; ) and IMCE (&lt;a href="http://drupal.org/project/imce" rel="nofollow"&gt;http://drupal.org/project/imce&lt;/a&gt; ) together can be configured to prompt for alt texts&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;Go Around
    &lt;ul&gt;
        &lt;li&gt;Global Health (&lt;a href="http://depts.washington.edu/deptgh/index.php" rel="nofollow"&gt;http://depts.washington.edu/deptgh/index.php&lt;/a&gt;) is going to Drupal and WordPress&lt;/li&gt;
      &lt;li&gt;Interest in mobile designs
        &lt;ul&gt;
              &lt;li&gt;Can it help push sites to simple functionality?
                &lt;ul&gt;
                    &lt;li&gt;Dylan Wilbanks reports that he has heard several talks by top   Web designers recommending that all new Web sites should be built first   to work with mobile devices, then secondarily for big screens.&lt;/li&gt;
                &lt;/ul&gt;
              &lt;/li&gt;
          &lt;li&gt;What does mobile design mean?
            &lt;ul&gt;
                    &lt;li&gt;What are the criteria of a site designed for mobile access?&lt;/li&gt;
              &lt;li&gt;Fully readable and navigable without zooming?
                &lt;ul&gt;
                          &lt;li&gt;Seems to involve flex designs (designs built with relative sizing) to give mobile device greatest flexibility to display page&lt;/li&gt;
                &lt;/ul&gt;
              &lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
          &lt;li&gt;Are there guidelines to mobile design?
            &lt;ul&gt;
                    &lt;li&gt;A lot of stuff out there is woefully out of date, particularly the stuff that recommends hacking out most of your content&lt;/li&gt;
              &lt;li&gt;Current smartphones have very good browsers, can easily display   full pages; how readable the pages are depends on the site design.
                &lt;ul&gt;
                          &lt;li&gt;Rigid designs (wide, fixed width, fixed font sizes) will require a lot of zooming and scrolling&lt;/li&gt;
                &lt;/ul&gt;
              &lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
          &lt;li&gt;How does Mobile design relate to accessible design?
            &lt;ul&gt;
                    &lt;li&gt;Simple navigation and content organization&lt;/li&gt;
              &lt;li&gt;What else?&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-2381437129985018134?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/2381437129985018134/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=2381437129985018134' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/2381437129985018134'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/2381437129985018134'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2010/10/using-superfish-menus-in-drupal-ray.html' title='Using Superfish Menus in Drupal - Ray Ositis, iSchool'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-5365694821428398680</id><published>2010-05-27T16:17:00.000-07:00</published><updated>2010-05-27T16:17:27.787-07:00</updated><title type='text'>Revisioning the uw.edu/accessibility Web Site</title><content type='html'>&lt;br /&gt;
AccessibleWeb@U Meeting&lt;br /&gt;


May 26, 2010&lt;br /&gt;

&lt;ul&gt;
&lt;li&gt;What should be on the http://uw.edu/accessibility/ site? 
    &lt;ul&gt;
&lt;li&gt;First we took a tour through the current site 
        &lt;ul&gt;
&lt;li&gt;Need to update W3C and 508 information&lt;/li&gt;
&lt;li&gt;Some controversy whether the DIS guidelines apply to us&lt;/li&gt;
&lt;li&gt;Accessibility policies at other higher education needs 
review and
            update. List currently on site is a bit old&lt;/li&gt;
&lt;li&gt;Web Accessibility page defines what accessible Web design 
is
            about. &lt;/li&gt;
&lt;li&gt;Procurement information is a bit out-of-date. Purchasing 
has not
            taken much interest.&lt;/li&gt;
&lt;li&gt;IT Tools and Resources page is fairly up-to-date (Terry 
has been
            working on it). 
            &lt;ul&gt;
&lt;li&gt;We have an ARIA page but it is out-of-date&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Link to other disability resources on campus&lt;/li&gt;
&lt;li&gt;Frequently asked questions, mostly about how someone gets
            accessibility support&lt;/li&gt;
&lt;li&gt;Getting Help - repeats much of what is in the FAQ page&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Discussion 
        &lt;ul&gt;
&lt;li&gt;Need to review the Procurement information because of the 
new
            eProcurement system, which does offer energy efficient 
hardware,
            but not accessibility&lt;/li&gt;
&lt;li&gt;Be nice to have AccessibleWeb@U more visible 
            &lt;ul&gt;
&lt;li&gt;UW Inclusion Network email list was just created. 
Might want
                to connect/include them&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Who is the audience for this site? 
            &lt;ul&gt;
&lt;li&gt;People who do not understand accessibility&lt;/li&gt;
&lt;li&gt;Technical people who want to know more about it&lt;/li&gt;
&lt;li&gt;People who are sent here because they want to buy 
accessible
                stuff&lt;/li&gt;
&lt;li&gt;Intent was to be the go-to resource for information,
                particularly technology 
                &lt;ul&gt;
&lt;li&gt;A resource that could be useful as a place to send
                  people&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;More people are building sites with WordPress, Plone, 
or
                Drupal 
                &lt;ul&gt;
&lt;li&gt;Standard designs are being created that can be 
shared
                    access the systems&lt;/li&gt;
&lt;li&gt;Many people simply put content into an existing
                    environment&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;There are still many people at college and school 
level hand
                managing their Web sites 
                &lt;ul&gt;
&lt;li&gt;Pharmacy still does not have a Web person&lt;/li&gt;
&lt;li&gt;The new model of centrally administered CMS with
                    distributed people providing and maintaining content
 is
                    only just arriving.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;We should visit the major ones at least every couple 
of years 
                &lt;ul&gt;
&lt;li&gt;Drupal&lt;/li&gt;
&lt;li&gt;Plone&lt;/li&gt;
&lt;li&gt;SharePoint&lt;/li&gt;
&lt;li&gt;WordPress&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Need to connect with people who are making decisions 
on how
                to set up CMSs and blog sites 
                &lt;ul&gt;
&lt;li&gt;Want to have ideas on which templates, widgets are
 more
                    accessible&lt;/li&gt;
&lt;li&gt;Would break into two groups - people setting up 
CMSs and
                    blogs and people managing content in CMSs and blogs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Could we connect better with other people working on
                accessibility at the UW 
                &lt;ul&gt;
&lt;li&gt;Get feedback from UW Inclusion Network people&lt;/li&gt;
&lt;li&gt;Groups are meeting regularly, meeting on Thursdays
 at 7pm
                    seem to be the most active, but has a big social 
aspect&lt;/li&gt;
&lt;li&gt;Planning is underway for an accessibility camp, 
but when
                    is not clear&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Should uw.edu/accessibility be a portal for 
accessibility for
                the entire campus?
                &lt;ul&gt;
&lt;li&gt;Different groups addressing accessibility all have
 their
                    own Web sites, each from their own perspective&lt;/li&gt;
&lt;li&gt;What could this site be in the way of a general
                    accessibility portal for all of the UW?&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Could we be one of the first sites into the new Plone 
site?
                We should talk to Gina.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Topic for discussion: Accessibility issues of information
            architecture of page templates (including their site level
            navigation), the content placed within the template, and the
            relationship between the two&lt;/li&gt;
&lt;li&gt;Short term project: Can we fit the YUI keyboard navigable 
menu
            into the Marketing page template.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-5365694821428398680?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/5365694821428398680/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=5365694821428398680' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/5365694821428398680'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/5365694821428398680'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2010/05/revisioning-uweduaccessibility-web-site.html' title='Revisioning the uw.edu/accessibility Web Site'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-7480811159167773364</id><published>2010-04-30T09:30:00.000-07:00</published><updated>2010-04-30T09:30:40.109-07:00</updated><title type='text'>Updates to Section 508 Guidelines and Standards</title><content type='html'>Topic: Reviewing &lt;a href="http://www.access-board.gov/sec508/refresh/draft-rule.htm"&gt;proposed
updates in the Section 508 guidelines and standards&lt;/a&gt;
&lt;br /&gt;
(http://www.access-board.gov/sec508/refresh/draft-rule.htm)&lt;br /&gt;
&lt;br /&gt;
Speaker: Terrill Thompson, Technology Accessibility Specialist, UW-IT&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Section 508 is an amendment in 1998 to the Rehabilitation Act 
    &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Requires access to electronic and information provided by the Federal
        government&lt;/li&gt;
&lt;li&gt;Standards were written by the Access Board to clarify what it meant,
        published in Federal Register on December 21, 2000 
        &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;http://www.access-board.gov/sec508/standards.html&lt;/li&gt;
&lt;li&gt;Clear, consistent, rule expressed language&lt;/li&gt;
&lt;li&gt;Web accessibility included 
            &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Informed by the WCAG priority 1 checkpoints&lt;/li&gt;
&lt;li&gt;16 standards statements&lt;/li&gt;
&lt;li&gt;Very HTML-centric&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Comparing with WCAG guidelines 
            &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.w3.org/TR/WCAG20/"&gt;Web Content
                Accessibility Guidelines&lt;/a&gt; (WCAG) &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.w3.org/TR/WAI-AUTOOLS/"&gt;Authoring Tool
                Accessibility Guidelines&lt;/a&gt; (ATAG) &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.w3.org/TR/WAI-USERAGENT/"&gt;User Agent
                Accessibility Guidelines&lt;/a&gt; (UAAG) &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;WCAG 2.0 has &lt;a href="http://www.w3.org/TR/WCAG20/#intro-related-docs"&gt;supporting
            documents&lt;/a&gt; 
            &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Techniques for WCAG 2.0&lt;/li&gt;
&lt;li&gt;How to Meet WCAG 2.0&lt;/li&gt;
&lt;li&gt;Understanding WCAG 2.0&lt;/li&gt;
&lt;li&gt;The WCAG 2.0 Documents&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Does 508 apply to us? 
        &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;508 as written applies explicitly to federal agencies&lt;/li&gt;
&lt;li&gt;&lt;a href="http://isb.wa.gov/policies/1000g.doc"&gt;State Guidelines -
            Accessibility to Information Technology for Individuals With
            Disabilities&lt;/a&gt; - http://isb.wa.gov/policies/1000g.doc (Word) 
            &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Adopted by ISB, May 2005&lt;/li&gt;
&lt;li&gt;Says it applies to educational institutions&lt;/li&gt;
&lt;li&gt;Adopts Section 508 standards + WCAG 2.0 for Web&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;We are required to provide accessible programs and services for other
        reasons 
        &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.hhs.gov/ocr/civilrights/understanding/disability/"&gt;Section
            504 of the Rehabilitation Act of 1973&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.hhs.gov/ocr/civilrights/understanding/disability/"&gt;Americans
            with Disabilities Act of 1990&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Section 508 is a standard written into law that might be used by
            courts as a gauge of current practice&lt;/li&gt;
&lt;li&gt;The UW does recognize that being sued over accessibility is a
            potential risk for the university&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.fcc.gov/cgb/consumerfacts/section255.html"&gt;Section
            255 of Telecom Act of 1996&lt;/a&gt; 
            &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Requires telecommunications equipment manufacturers and
                service providers to make their products and services
              accessible&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;The refresh of 508 guidelines and standards 
    &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Access Board assembled the Telecommunications and Electronic and
        Information Technology Advisory Committee (TEITAC) to update 508 and
        255 standards and guidlines&lt;/li&gt;
&lt;li&gt;TEITAC recommendations presented April 2008&lt;/li&gt;
&lt;li&gt;Accepting public comment through June 21, 2010&lt;/li&gt;
&lt;li&gt;More info at www.access-board.gov/508.htm&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.access-board.gov/sec508/refresh/draft-rule.htm"&gt;Information
    and Communication Technology (ICT) Standards &amp;amp; Guidelines&lt;/a&gt; 
    &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Reviewing chapter organization, it is not clear which are the
        operative parts and which are explanatory&lt;/li&gt;
&lt;li&gt;Hard to extract the standards from the text and translate it to how
        it would apply to what we are doing&lt;/li&gt;
&lt;li&gt;Significantly changed how it is organized - original version was much
        easier to point to specific rules&lt;/li&gt;
&lt;li&gt;Level of detail is higher but consistency of editing is worse&lt;/li&gt;
&lt;li&gt;Numbering and organization takes getting use to; some items are
        recursive, lowest levels referring to higher levels&lt;/li&gt;
&lt;li&gt;Advisory content boxes help explain rules and give many examples, but
        sometimes occur before the rules they explain&lt;/li&gt;
&lt;li&gt;Each of the two introductory chapters (one for ICT and one for
        telecommunications and VoIP) have detailed glossaries&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.access-board.gov/sec508/refresh/draft-rule.htm#e107"&gt;Section
    E107: Harmonization with W3C Guidelines&lt;/a&gt;
    &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Section E107 states that goal is harmonization with WCAG 2.0&lt;/li&gt;
&lt;li&gt;If web pages meets WCAG 2.0 then they comply, as long as they also
        conform with 409, 413, 606.4, 604.5, 607, 608 
        &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;user platform preferences (409)&lt;/li&gt;
&lt;li&gt;authoring tool standards ( 413)&lt;/li&gt;
&lt;li&gt;real-time video description (604.4 and 604.5)&lt;/li&gt;
&lt;li&gt;user controls for captions and video descritption (607)&lt;/li&gt;
&lt;li&gt;user controls to adjust foreground and background sound
            independently (608) - not widely supported at this time&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Authoring Tool and User Agent guidelines are integrated throughout,
        but ATAG and UAAG are not explicitly referenced (both are under
        revision at W3C)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.access-board.gov/sec508/refresh/draft-rule.htm#e108"&gt;Section
    E108: Best Meets&lt;/a&gt;
    &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Odd title, an example of occasionally creative language use in the
        document&lt;/li&gt;
&lt;li&gt;"agency must produce the product that &lt;b&gt;best meets&lt;/b&gt; the
        provisions of this part, consistent with the business needs of the
        agency"&lt;/li&gt;
&lt;li&gt;Essentially an exception or loophole&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;What can we do? 
    &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Terry is working on a &lt;a href="http://staff.washington.edu/tft/508.html"&gt;First Impressions of
        ICT Accessibility Standards and Guidelines&lt;/a&gt; statement that he hopes
        to submit as a comment on the draft guidelines before June. Please
        review his statement and post any comments to the AccessibleWeb@U email
        list.&lt;/li&gt;
&lt;li&gt;With so few exceptions, we could just focus on WCAG 2.0 since it
        seems better documented, at least so far&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-7480811159167773364?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/7480811159167773364/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=7480811159167773364' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/7480811159167773364'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/7480811159167773364'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2010/04/updates-to-section-508-guidelines-and.html' title='Updates to Section 508 Guidelines and Standards'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-375028350580492941</id><published>2010-03-29T17:14:00.000-07:00</published><updated>2010-03-29T17:14:56.492-07:00</updated><title type='text'>March 25, 2010 Meeting Notes</title><content type='html'>&lt;h2&gt;
Disability Studies at UW: What is it, How did it Develop, and What We Hope
To Do?&lt;/h2&gt;
Dennis Lang, Associate Director, Disability Studies&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;The Disability Studies program is a multi-campus, interdisciplinary
    program exploring society's understanding of disability 
    &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Web site is at http://depts.washington.edu/disstud/&lt;/li&gt;
&lt;li&gt;Inspired in part by the Society for Disability Studies
        http://www.disstudies.org/&lt;/li&gt;
&lt;li&gt;Topics studied include "the cultural construct of disability, social
        justice, and disability policy, and the intersections of disability,
        race, gender, sex, age, class and other markers of diversity and
        difference."
        &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Social justice&lt;/li&gt;
&lt;li&gt;Policy&lt;/li&gt;
&lt;li&gt;Law, society, and justice&lt;/li&gt;
&lt;li&gt;Comparative ideas&lt;/li&gt;
&lt;li&gt;Dance&lt;/li&gt;
&lt;li&gt;Business&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Currently, Disability Studies offers two courses of study: 
        &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Disability Studies Minor&lt;/li&gt;
&lt;li&gt;Individualized Studies Major in Disability Studies&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;The program has recently received a limited amount of permanent
        funding. &lt;/li&gt;
&lt;li&gt;Faculty participating in the program are from many departments 
        &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Rehabilitation Medicine, Law, Slavic Languages and Literature,
            American Sign Language, Philosophy, Social Work, Education, Civil
            and Environmental Engineering, History, Comparative History of
            Ideas (CHID)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Currently has about 20 students a quarter&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Disability Studies is currently exploring moving their Web site to Drupal
    &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Hoping for easier site management, accessible design, and tools that
        will help build social connections&lt;/li&gt;
&lt;li&gt;Discussion:
        &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Drupal out-of-the-box is very standards compliant and thus
            generally starts out as reasonably accessible and intelligible to
            assistive technologies
            &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;However, it is easy to add modules or make modifications that
                interfere with accessibility&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Drupal offers many modules supporting social interactions, such
            as new feed generators and news feed readers. You can weave
            interconnections with other sites that go beyond simple links.&lt;/li&gt;
&lt;li&gt;Drupal does require management. Security updates come out
            regularly. The site manager is informed about the updates and it is
            wise to install them.&lt;/li&gt;
&lt;li&gt;Drupal has a customization system based on "intercept and
            override" where the default site settings and configurations are
            intercepted and overridden by customizations, leaving the core
            installation unmodified. This approaches allows core installation
            updates without disturbing the customizations (usually). &lt;/li&gt;
&lt;li&gt;A large number of themes are available. They are installed by
            placing them in specific subdirectories and then selecting them
            from the administrator menus&lt;/li&gt;
&lt;li&gt;The Zen theme (http://drupal.org/project/zen) is a very
            standards-compliant Drupal them that is well documented and
          flexible&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;The UW Standing Committee on Disability Issues is being rejuvenated.
    Dennis is looking for people who are interested in serving on the
    committee. Contact him at 206-522-3104 or dlang@u.washington.edu for more
    information.&lt;/li&gt;
&lt;li&gt;Sushil K. Oswal, Ph.D. Assistant Professor of Rhetoric and Technical
    Communication in the Interdisciplinary Arts and Sciences Program at UW
    Tacoma is interested in studying the topic of accessibility. 
    Anyone interested in working with him can contact him at 
      253-692-4308 or oswal@u.washington.edu.

  &lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-375028350580492941?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/375028350580492941/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=375028350580492941' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/375028350580492941'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/375028350580492941'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2010/03/march-25-2010-meeting-notes.html' title='March 25, 2010 Meeting Notes'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-8544787891916529486</id><published>2010-02-26T11:15:00.000-08:00</published><updated>2010-02-26T11:18:23.561-08:00</updated><title type='text'>February 25, 2010 Lunch Meeting</title><content type='html'>Our lunch group was small but the sharing was spirited.
  Here are some of the topics we discussed:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Thoroughly Updated VoiceOver for Macs

      &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;VoiceOver in Mac OSX Snow Leopard is much improved
        over previous versions and includes lots of new
        features.&lt;/li&gt;
&lt;li&gt;Why buy expensive software like JAWS when in many
        cases VoiceOver will give you good workable
        accessibility to a wide range of sites?&lt;/li&gt;
&lt;li&gt;http://www.apple.com/accessibility/voiceover/&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Conferencing Software is Not Very Accessible

      &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Conrad Kuehn of CEC/IT, Rehabilitation Medicine is
        exploring the use of conferencing software for
        instruction and is finding that most are not designed
        with the disabled in mind.&lt;/li&gt;
&lt;li&gt;Basic paradigm of interactive video conferencing is
        hard to translate into an accessible form. Would you
        want voice software to be reading the text a PowerPoint
        slide at the same time a speaker is talking about the
        slide?&lt;/li&gt;
&lt;li&gt;Some basic conferencing software such as
        Talking Communities (http://talkingcommunities.com/)
        works, but functionality is limited.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Time for a UW Accessibility Gathering?

      &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Many groups on campus are doing very good work in
        the area of accessibility:

          &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Disability Services Office
            http://www.washington.edu/admin/dso/&lt;/li&gt;
&lt;li&gt;DO-IT http://www.washington.edu/doit/&lt;/li&gt;
&lt;li&gt;Computer Science and Engineering projects

              &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;MobileASL -
                http://mobileasl.cs.washington.edu/&lt;/li&gt;
&lt;li&gt;MobileAccessibility -
                http://mobileaccessibility.cs.washington.edu/&lt;/li&gt;
&lt;li&gt;Tactile Graphics -
                http://tactilegraphics.cs.washington.edu/&lt;/li&gt;
&lt;li&gt;WebInSight -
                http://webinsight.cs.washington.edu/&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Rehabilitation Medicine Center for Technology
            and Disability Studies
            http://uwctds.washington.edu/index.asp&lt;/li&gt;
&lt;li&gt;Disability Studies Program
            http://depts.washington.edu/disstud/&lt;/li&gt;
&lt;li&gt;UW Change http://change.washington.edu/&lt;/li&gt;
&lt;li&gt;Disability Advocacy Student Alliance -
            http://students.washington.edu/dasa/&lt;/li&gt;
&lt;li&gt;Disability Law Alliance
            http://www.law.washington.edu/dla/&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;We don't have to import world class experts, they
        already are here!&lt;/li&gt;
&lt;li&gt;How could we bring people together, help make
        connections, and ignite some synergy?&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;HTML5 Struggles to Include Accessibility

      &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Wendy Chisholm is following the HTML5
        discussions&lt;/li&gt;
&lt;li&gt;One point of contention is whether summary
        attributes in table elements should exist. Many
        developers do not use them, the information they contain
        is hidden from most users.&lt;/li&gt;
&lt;li&gt;Editor of HTML5 project does not seem to have an
        inclusive mindset&lt;/li&gt;
&lt;li&gt;Apple is betting the farm on HTML5 (as opposed to
        Flash). Apple has a fairly good record on accessibility;
        maybe Apple could take some stands on including
        accessibility in HTML5&lt;/li&gt;
&lt;li&gt;Important to get the HTML5 features right before it
        develops installed inertia&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Noise to Signal Ratio Going Up on Tools

      &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Tools once noted for their simplicity and usefulness
        are being subverted, raising the noise level

          &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Google searchs get large numbers of aggregator
            sites (tripadvisor, yelp, etc) rather than what you
            are actually looking for. Many of the intermediary
            sites have no meaningful content, but they know to
            rank high.&lt;/li&gt;
&lt;li&gt;Social networking tools are easily subverted by
            meaningless postings.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-8544787891916529486?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/8544787891916529486/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=8544787891916529486' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/8544787891916529486'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/8544787891916529486'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2010/02/february-25-2010-lunch-meeting.html' title='February 25, 2010 Lunch Meeting'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-3244352936674914807</id><published>2010-02-01T10:10:00.000-08:00</published><updated>2010-02-01T10:10:08.019-08:00</updated><title type='text'>Using Free Voice Browsers to Evaluate Web Sites</title><content type='html'>&lt;p&gt;January 28, 2010&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Topic: Using Free Voice Browsers to Evaluate the Accessibility of Web
Sites&lt;br /&gt;
Speaker: Wendy Chisholm, Technology Research Consultant, DO-IT&lt;br /&gt;
Date: Thursday, January 28, 2009&lt;br /&gt;
Time: 11:30a.m. - 1:00p.m.&lt;br /&gt;
Location: Allen Auditorium&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Wendy Chisholm demonstrated the use of two free voice browsers, WebAnywhere
(http://webanywhere.cs.washington.edu/wa.php) and NVDA
(http://www.nvda-project.org/) to evaluate the accessibility of Web sites.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;NVDA 
    &lt;ul&gt;
      &lt;li&gt;Non Visual Desktop Access (http://www.nvda-project.org/) 
        &lt;ul&gt;
          &lt;li&gt;Documentation is at
          http://www.nvda-project.org/wiki/Documentation&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Runs on Windows&lt;/li&gt;
      &lt;li&gt;Free to download&lt;/li&gt;
      &lt;li&gt;Using FireFox 3, has support of ARIA 
        &lt;ul&gt;
          &lt;li&gt;On sites that use ARIA, Firefox and NVDA can communicate on what
            is on the page&lt;/li&gt;
          &lt;li&gt;ARIA - Accessible Rich Interface Application
            (http://www.w3.org/WAI/intro/aria) 
            &lt;ul&gt;
              &lt;li&gt;Useful when using Javascript to define roles&lt;/li&gt;
              &lt;li&gt;By using ARIA in setting up a Javascript-based menu, can have
                standard interaction practice (moving around in menus with
                arrow keys, leaving menu with ESC, etc.). &lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;NVDA is in active development 
        &lt;ul&gt;
          &lt;li&gt;ARIA features are comparable to those in JAWS and WindowEyes&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Users have many different techniques for using a voice browser on a
        page 
        &lt;ul&gt;
          &lt;li&gt;Can configure NVDA to set how much information it should give you
            about each element you visit (clickable, etc.) 
            &lt;ul&gt;
              &lt;li&gt;Useful to get maximum information when you are developer, but
                may want less info when just browsing&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
          &lt;li&gt;At any time a user can hear the headings on a page; each time you
            press H you go to the next heading 
            &lt;ul&gt;
              &lt;li&gt;Page developers can negate the headings feature; often
                headings are created just visually, not as h-elements, so not
                recognizable as headings&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
          &lt;li&gt;Can jump down through lists on a page; press L to go to next
          list&lt;/li&gt;
          &lt;li&gt;For sighted users (such as people with dyslexia) using mouse,
            NVDA speaks elements as the user mouseovers them&lt;/li&gt;
          &lt;li&gt;Text must be in markup to be read; NVDA cannot read text in
            graphics&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Reads ALT tags on graphics&lt;/li&gt;
      &lt;li&gt;Does not seem to have a way to highlight element that currently has
        focus&lt;/li&gt;
      &lt;li&gt;Can select among various voices for the voice synthesizer&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;WebAnywhere 
    &lt;ul&gt;
      &lt;li&gt;Located at http://webanywhere.cs.washington.edu/wa.php
        &lt;ul&gt;
          &lt;li&gt;Can be used from anywhere you have a Internet connection to view
            most sites&lt;/li&gt;
          &lt;li&gt;WebAnywhere is a proxy; your connection to a site is routed
            through WebAnywhere, processed, and the result passed to your
            browser&lt;/li&gt;
          &lt;li&gt;WebAnywhere can't do Flash, yet&lt;/li&gt;
          &lt;li&gt;WebAnywhere can only communicate with what the browser gives it
            through the DOM&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Wendy is working on the team continuing to develop WebAnywhere
        &lt;ul&gt;
          &lt;li&gt;Feature set is fairly simple&lt;/li&gt;
          &lt;li&gt;No ARIA support yet&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Designed to make it very obvious where you are on a page 
        &lt;ul&gt;
          &lt;li&gt;Creates high contrast, large font experience&lt;/li&gt;
          &lt;li&gt;Very nice for demonstrating to people what is happening when a
            person is browsing a Web page with a voice browser&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Most of the WebAnywhere features are in NVDA, but NVDA has many more
        features&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;General Discussion 
    &lt;ul&gt;
      &lt;li&gt;On search fields that offer multiple scoped searches, why do we
        always put radio buttons for selecting which search below the search
        field; to use it you select which search and then put text in the
        search field, but the code is in the opposite sequence&lt;/li&gt;
      &lt;li&gt;Enough people are using headings within their Web pages that it is
        becoming a common way to navigate people using screen readers navigate
        pages 
        &lt;ul&gt;
          &lt;li&gt;Most Web design is based on Graphical User Interface (GUI); we do
            not have a Audio User Interface (AUI) set of concepts articulated
            yet (We need a grad student to pull together a AUI)&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;NVDA is rapidly gaining popularity; the hope is that people will use
        NVDA use it instead of JAWS, which is expensive. &lt;/li&gt;
      &lt;li&gt;VoiceOver on Apple stuff
        &lt;ul&gt;
          &lt;li&gt;VoiceOver on the iPhone is very good, one of the best AUIs out
            there; http://www.apple.com/accessibility/iphone/vision.html&lt;/li&gt;
          &lt;li&gt;VoiceOver on Macs is also very good;
            http://www.apple.com/accessibility/voiceover/&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;New Toolbar 
    &lt;ul&gt;
      &lt;li&gt;E.A. Draffan invites us to try the JISC TechDis Toolbar;
        http://access.ecs.soton.ac.uk/ToolBar/&lt;/li&gt;
      &lt;li&gt;Available as a downloaded app or as a temporary toolbar you can load
        anytime by going to a URL&lt;/li&gt;
      &lt;li&gt;Speaks with a Scottish accent&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-3244352936674914807?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/3244352936674914807/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=3244352936674914807' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/3244352936674914807'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/3244352936674914807'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2010/02/using-free-voice-browsers-to-evaluate.html' title='Using Free Voice Browsers to Evaluate Web Sites'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-2925964366537644931</id><published>2009-11-10T08:38:00.000-08:00</published><updated>2009-11-10T08:39:29.360-08:00</updated><title type='text'>Evaluating Content Management Systems</title><content type='html'>&lt;p&gt;October 22, 2009 AccessibleWeb@U meeting notes, prepared by Rick Ells
&lt;/p&gt;&lt;p&gt;Following the morning's &lt;a href="https://wiki.cac.washington.edu/display/uwweb/Web+Council+Meeting+-+October+22+2009" title="Web Council Meeting - October 22 2009"&gt;presentation by the Content Management System Working Group at the Web Council meeting&lt;/a&gt;, it seemed appropriate for the topic of today's AccessibleWeb@U meeting to be a quick assessment of the accessibility of UW sites discussed in the presentation.&lt;/p&gt;  &lt;h2&gt;&lt;a name="October22,2009-EvaluatingCMSAccessibility-Criteria"&gt;&lt;/a&gt;Criteria&lt;/h2&gt;  &lt;p&gt;Evaluations were done with the FireFox browser equipped with the &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/60" rel="nofollow"&gt;Web Developer Tools add-on&lt;/a&gt; (WDT). In addition, the UW &lt;a href="http://www.washington.edu/webinfo/tidy.cgi" rel="nofollow"&gt;HTML Tidy Web Interface&lt;/a&gt; and the &lt;a href="http://www.paciellogroup.com/resources/contrast-analyser.html" rel="nofollow"&gt;Paciello Color Contrast Analyzer&lt;/a&gt; were available.&lt;/p&gt;    &lt;table class="confluenceTable"&gt;&lt;tbody&gt; &lt;tr&gt; &lt;th class="confluenceTh"&gt; Criteria 
 &lt;/th&gt; &lt;th class="confluenceTh"&gt; Explanation 
 &lt;/th&gt; &lt;th class="confluenceTh"&gt; Procedure (most involve using Web Developer tools) 
 &lt;/th&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="confluenceTd"&gt; Presence of &lt;b&gt;Skip to Content&lt;/b&gt; or similar method 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; Help non visual or mouse only visitor get directly to page content 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; By tabbing and by inspection of page HTML 
 &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="confluenceTd"&gt; Use of &lt;b&gt;semantic heirarchical headings&lt;/b&gt; to identify page topic, subtopics, subsubtopics, etc. 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; Voice browsers often can use headings to navigate page 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; WDT: "Outline -&gt; Outline Headings" and "Information -&gt; Display Element Information" 
 &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="confluenceTd"&gt; &lt;b&gt;Linearization&lt;/b&gt;,. does sequence of page content make sense to a person encountering the content linearly? 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; When using a voice browser or navigating a page without a mouse, the sequence in which content will be encountered can determine whether the page is usable. 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; WDT: "CSS -&gt; Disable All Styles"  Turn off CSS and evaluate what displays 
 &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="confluenceTd"&gt; Use of &lt;b&gt;semantic markup&lt;/b&gt; to enable more meaningful interpretation of content 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; Semantic element types (paragraph, heading, list, etc.) can be used to better present and navigate through the content. 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; Visual inspection of content HTML. WDT:  "View Source" 
 &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="confluenceTd"&gt; &lt;b&gt;Keyboard navigable&lt;/b&gt; - Can you effectively navigate the page content without using the mouse 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; A person with limited dexterity or poor (or no) vision will not be able to use the mouse. Can they still use the site? 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; Set aside the mouse and try to navigate through site content just using the tab, arrows and space keys 
 &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="confluenceTd"&gt; &lt;b&gt;Focus highlighting&lt;/b&gt; to make it apparent which element has focus is on the screen 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; A person navigating without a mouse has to tab to the link they want. Without focus highlighting, knowing where the focus is can be difficult. 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; Tab through the pages trying to identify where the focus is 
 &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="confluenceTd"&gt; &lt;b&gt;Menu functionality&lt;/b&gt; without using mouse 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; Menus that require use of the mouse to select are  unusable by people who have vision limitations or dexterity problems 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; Attempt to navigate menus using tabs, arrow keys, and cursor 
 &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="confluenceTd"&gt; &lt;b&gt;Validated HTML&lt;/b&gt; 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; Syntax errors in HTML can produce unpredictable behaviors in assistive and adaptive technologies, not to mention CSS and scripts 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; Process page with a validator or HTML Tidy 
 &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="confluenceTd"&gt; &lt;b&gt;Alternative text&lt;/b&gt; associated with graphics, particularly when graphics are used as buttons 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; Alternative text is displayed or read when the graphic itself cannot be displayed or seen. Purely decorative images can have empty ALT attributes (alt="") 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; WDT: "Images -&gt; Display Alt Attributes" 
 &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="confluenceTd"&gt; &lt;b&gt;ALT Text and Visible text&lt;/b&gt; congruence 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; Voice controlled browing is becoming common. If the text on a graphical object (for example, "Contribute Today") is different from the ALT text for the object ("Give by Friday") the user has no way to go directly to that object. 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; WDT: "Image -&gt; Display Alt Attributes" and compare text in the graphic to ALT text 
 &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="confluenceTd"&gt; &lt;b&gt;Contrast&lt;/b&gt; of color combinations 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; Contrast between text and background should be at least 4:1 for it to be readable by most people. A higher contrast is even better 
 &lt;/td&gt; &lt;td class="confluenceTd"&gt; Evaluate with the Color Contrast Analyzer 
 &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h4&gt;&lt;a name="October22,2009-EvaluatingCMSAccessibility-OurProcedure"&gt;&lt;/a&gt;Our Procedure&lt;/h4&gt;  &lt;p&gt;At our October 22 meeting we visited seven Web sites mentioned in the panel presentation, walking through the above criteria with each. The sites visited were the following:&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;a href="http://www.uwb.edu/" rel="nofollow"&gt;http://www.uwb.edu/&lt;/a&gt; - University of Washington Bothell home site (CMS: Kentico)&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.foster.washington.edu/" rel="nofollow"&gt;http://www.foster.washington.edu/&lt;/a&gt; - Foster School of Business home site (CMS: Sharepoint)&lt;/li&gt;&lt;li&gt;&lt;a href="http://wiaproject.org/" rel="nofollow"&gt;http://wiaproject.org/&lt;/a&gt; - World Information Access project (CMS: WordPress)&lt;/li&gt;&lt;li&gt;&lt;a href="http://ethnomed.org/" rel="nofollow"&gt;http://ethnomed.org/&lt;/a&gt; - EthnoMed site - Integrating cultural information into clinical practice CMS: WordPress)&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.rad.washington.edu/" rel="nofollow"&gt;http://www.rad.washington.edu/&lt;/a&gt; - Department of Radiology home site (CMS: Plone)&lt;/li&gt;&lt;li&gt;&lt;a href="http://engr.washington.edu/" rel="nofollow"&gt;http://engr.washington.edu&lt;/a&gt; - College of Engineering home site (CMS: Drupal)&lt;/li&gt;&lt;li&gt;&lt;a href="http://f2.washington.edu/" rel="nofollow"&gt;http://f2.washington.edu&lt;/a&gt;- UW Finance &amp;amp; Facilities home site (CMS: Drupal)&lt;/li&gt;&lt;/ul&gt;   &lt;h4&gt;&lt;a name="October22,2009-EvaluatingCMSAccessibility-Important\!"&gt;&lt;/a&gt;Important!&lt;/h4&gt;  &lt;p&gt;The critiques below relate to specific implementations done on the CMS systems, not necessarily to the CMSs themselves. Most CMSs offer many themes, skins, CSS stylesheets, and templates that have widely varying degrees of accessibility. All of these sites reflect a large amount of careful, professional work, often done under considerable time pressure, and we have deep respect for their work. The goal here is to highlight the issues in selecting among all those alternatives for your CMS.&lt;/p&gt;  &lt;h4&gt;&lt;a name="October22,2009-EvaluatingCMSAccessibility-HowDidWeDo?"&gt;&lt;/a&gt;How Did We Do?&lt;/h4&gt;  &lt;ul&gt;&lt;li&gt;&lt;b&gt;General observations&lt;/b&gt;  &lt;ul&gt;&lt;li&gt;Implementations of Skip-to-Content links varied greatly. The Engineering, Radiology, EthnoMed, and Bothell sites had Skip-to-Contents (EthnoMed and Radiology also defined access keys). The WIA and Foster sites did not have any Skip-to-Content implemented in their headers.&lt;/li&gt;&lt;li&gt;Use of semantic heirarchical headings was spotty. The WIA and Engineering sites made good heirarchical use of headings. The Facilities site was inconsistent in its use of headings across pages within the site, with some pages have good h1-h2-h3 heirarchies, some having all h1 headings, and some having no headings in their content.&lt;/li&gt;&lt;li&gt;Linearization was good (you could generally view the content only and make good sense of what was going on) but the sites tend to have large amounts of navigation in their headers that would have to be tabbed through if no Skip-to-Content link is provided. The Foster site uses tables for layout, but only at a simple level, providing reasonable linearization.&lt;/li&gt;&lt;li&gt;Use of semantic markup varied. The Drupal, WordPress, and Kentico sites made reasonable use of a variety of semantic types. The Foster site pretty much only used tables and unordered lists, with most other content being enclosed in divs identified with the site's own arbitrary system of id and class names.&lt;/li&gt;&lt;li&gt;Keyboard navigabiity varied greatly, with several sites have black holes that would swallow anyone trying to use the site without a mouse. In the Foster site, scripting relies on mouseover events. No allowance is made for onfocus events. The EthnoMed and Radiology sites had a common problem: As you tab into the page you reach the Search button. When you trying to tab beyond the search it evokes the search producing a Live Search pop-up box that you can't get out of with just keyboard commands. Search should only be evoked with a Return, not with a Tab.&lt;/li&gt;&lt;li&gt;Focus highlighting is turned off on the WIA and Bothell sites (which is done with outline:0 or outline:none styles on anchors), making them difficult for people navigating without a mouse or by voice command to know where they are on a page. The other sites all had focus highlighting on.&lt;/li&gt;&lt;li&gt;Menus were variable. Those menus built with simple links worked well. Menus involving scripted or CSS pulldowns had shortcomings. Engineering's menus are almost keyboard navigable, but not quite. Engineering and Foster both have menu systems that work for mouse users but not so well for no-mouse people. Both however have maintained consistent structure within each of the topics so that the items in the left nav of a topic page are the same was in the pulldown menus for the topic. Both sites can therefore be navigated nicely without using a mouse. In that sense you could consider their approach a good example of progressive enhancement methods.&lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;b&gt;Recommendations&lt;/b&gt;  &lt;ul&gt;&lt;li&gt;&lt;b&gt;The importance of Skip-to-Content links:&lt;/b&gt; Evaluating the sites did make clear the fundamental importance of Skip-to-Content links as the first links on the page. Many of these sites have large sets of navigation links in their headers (one has more than fifty links in its system of pulldown menus). A keyboard user would have to click through all fifty ON EVERY PAGE to find the page content.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Focus highlighting is important:&lt;/b&gt; Turning off highlighting makes it hard for keyboard and voice command users to know where they are on the page. We are designing dynamic interfaces here, not hardcopy books.&lt;/li&gt;&lt;li&gt;&lt;b&gt;We can do better on menus:&lt;/b&gt; Good accessible menu systems are available out there that we can use in our CMSs. A good example of a progressive enhancement menu system that works well without a mouse is the Yahoo User Interface library's "Website Top Nav With Submenus Built From Markup" at &lt;a href="http://developer.yahoo.com/yui/examples/menu/topnavfrommarkup.html" rel="nofollow"&gt;http://developer.yahoo.com/yui/examples/menu/topnavfrommarkup.html&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-2925964366537644931?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/2925964366537644931/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=2925964366537644931' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/2925964366537644931'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/2925964366537644931'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2009/11/evaluating-content-management-systems.html' title='Evaluating Content Management Systems'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-4193472686896453649</id><published>2009-07-23T10:37:00.000-07:00</published><updated>2009-11-12T10:37:30.125-08:00</updated><title type='text'>Accessibility Talkabout</title><content type='html'>&lt;p&gt;AccessibleWeb@U Meeting, July 23, 2009, Allen Auditorium&lt;/p&gt;

&lt;p&gt;This meeting was a Talkabout; an agenda created on the spot (and modified
dynamically) and discussions that go where they needed to go.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Reviewed new DOIT video about accessible design 
    &lt;ul&gt;
      &lt;li&gt;Draft version is at
        http://uwtvftp.cac.washington.edu/3267DOIT?login=UWTVFTPUser:getmyfile&lt;/li&gt;
      &lt;li&gt;We felt it was a good overall statement of what accessible design
        is about&lt;/li&gt;
      &lt;li&gt;The final movie will be available through DOIT and UWTV soon&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;New UW templates are coming 
    &lt;ul&gt;
      &lt;li&gt;The Web Council met this morning to hear progress on the new Web
        look for UW sites. HTML and CSS should be available by sometime in
        September.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Puzzle of site design development process: Why are accessibility
    considerations coming so late in the process? 
    &lt;ul&gt;
      &lt;li&gt;Professional design process now often involves doing mockups with
        Photoshop, getting approval, then handing the Photoshop file to a
        coder 
        &lt;ul&gt;
          &lt;li&gt;A variety of PSD to HTML conversion software and methods are
            available. See...
            http://net.tutsplus.com/site-builds/from-psd-to-html-building-a-set-of-website-designs-step-by-step/&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;The method can work if both the designer and the coder are
        knowledgeable in accessibility and usability considerations in Web
        design&lt;/li&gt;
      &lt;li&gt;On the other hand, the process can produce fiat accompli designs
        that are hard to make usable or accessible 
        &lt;ul&gt;
          &lt;li&gt;Narrow scope thinking in each step can miss opportunities for
            better design or deliver non-negotiable features to the next
            stage in the process&lt;/li&gt;
          &lt;li&gt;Design thinking insensitive to Web technology can result in
            features that can only be created with coding kludges
            (non-semantic markup, place-holder objects, complex div
            structures, etc.) which defeat accessibility and usability
          goals&lt;/li&gt;
          &lt;li&gt;Design conventions (habits) tend to be used to justify less
            usable/accessible design; it is safer to do what other people are
            doing (such as fixed width, fixed font-size, low contrast design)
            rather than use a goal-oriented criteria-based design process&lt;/li&gt;
          &lt;li&gt;Best design process has the following: 
            &lt;ul&gt;
              &lt;li&gt;Clearly stated usability and accessibility goals, such as
                contrast, semantic markup, intelligible flow of content, and
                simple structure&lt;/li&gt;
              &lt;li&gt;Good, on-going communication between customer, designer,
                coder, and tester &lt;/li&gt;
              &lt;li&gt;People in the team with good knowledge of
                usability/accessibility who are empowered to direct attention
                to any problems and work with team toward good solutions&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;"Flexible Web Design: Creating Liquid and Elastic Layouts with CSS" by
    Zoe Gillenwater 
    &lt;ul&gt;
      &lt;li&gt;Dylan is currently working his way through the book and recommends
        it&lt;/li&gt;
      &lt;li&gt;Flexible designs work better on a wider range of devices and allow
        the user more control of how they interact with the site, such as by
        scaling to an appropriate font size for their needs&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Scripting issues and developments
    &lt;ul&gt;
      &lt;li&gt;Designing for mobile devices
        &lt;ul&gt;
          &lt;li&gt;Good structural flow helps; zooming in and out and scrolling
            around is time consuming&lt;/li&gt;
          &lt;li&gt;Buttons and other clickable areas should have sufficent
          size&lt;/li&gt;
          &lt;li&gt;Scripting needs to consider limited scripting feature set of
            many phones
            &lt;ul&gt;
              &lt;li&gt;Google is now offering the iPhone User Interface
                (http://code.google.com/p/iui/) to faciliate creating sites
                with Google features for iPhones&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Progressive enhancement (PE) scripting has major accessibility
        benefits
        &lt;ul&gt;
          &lt;li&gt;PE methods usually involve scripting that operates on html
            content, such as displaying content in an unordered list as a
            menu. If the scripting cannot be read, the content is still
            available in the HTML, which everything can read&lt;/li&gt;
          &lt;li&gt;Yahoo User Interface library (developer.yahoo.com/yui) offers
            PE versions of many of its scripts for menus, collapsible lists,
            and other functionality&lt;/li&gt;
          &lt;li&gt;JQuery (jquery.com) has PE methods (for an example, see
            http://www.kelvinluck.com/2009/02/progressive-enhancement-with-jquery-example/&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Future AccessibleWeb@U Meetings
    &lt;ul&gt;
      &lt;li&gt;August - No meeting currently planned&lt;/li&gt;
      &lt;li&gt;September - Libraries AccHack&lt;/li&gt;
      &lt;li&gt;October - Accessible scripting principles and examples&lt;/li&gt;
      &lt;li&gt;Social Networking with Accessiblity people &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-4193472686896453649?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/4193472686896453649/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=4193472686896453649' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/4193472686896453649'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/4193472686896453649'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2009/11/accessibility-talkabout.html' title='Accessibility Talkabout'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-1023432395384962090</id><published>2009-06-25T10:35:00.000-07:00</published><updated>2009-11-12T10:36:03.179-08:00</updated><title type='text'>Making Accessible Drupal Sites</title><content type='html'>&lt;p&gt;AccessibleWeb@U &amp;mdash; June 25, 2009&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Special thanks to Christine Tawatao and University Libraries for
  making the Allen Auditorium available for our meetings. The Auditorium
  is reserved for AccessibleWeb@U the fourth Thursday of each month,
  11:30am to 1:00pm. &lt;/li&gt;
  &lt;li&gt;Projects
     &lt;ul&gt;
      &lt;li&gt;Dylan looking into use of ARIA in pulldown menus. Hopes
      to be able to report by Fall&lt;/li&gt;
      &lt;li&gt;Dan interested in testing scripting packages, such as
      menus, with JAWS&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;


&lt;hr /&gt;

  &lt;h1&gt;Making Accessible Drupal Sites&lt;/h1&gt;

  &lt;p&gt;Rick Ells UW Technology&lt;/p&gt;

  &lt;h2&gt;About Drupal&lt;/h2&gt;

  &lt;ul&gt;
    &lt;li&gt;Standards Based; xhtml, css, PHP&lt;/li&gt;

    &lt;li&gt;Large user community&lt;/li&gt;

    &lt;li&gt;Many templates to choose from&lt;/li&gt;

    &lt;li&gt;Many modules to choose from&lt;/li&gt;
  &lt;/ul&gt;

  &lt;h2&gt;Drupal Is Cool&lt;/h2&gt;

  &lt;ul&gt;
    &lt;li&gt;Centralized management

      &lt;ul&gt;
        &lt;li&gt;Templates and modules&lt;/li&gt;

        &lt;li&gt;Styles&lt;/li&gt;

        &lt;li&gt;Scripting&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;

    &lt;li&gt;Content creation, editing, and maintenance can be done
    without technical Web knowledge&lt;/li&gt;

    &lt;li&gt;Changes in styles, layout can be done across the site
    without content maintainers involvement&lt;/li&gt;
  &lt;/ul&gt;

  &lt;h2&gt;More Cool&lt;/h2&gt;

  &lt;ul&gt;
    &lt;li&gt;Information management

      &lt;ul&gt;
        &lt;li&gt;Categories&lt;/li&gt;

        &lt;li&gt;Taxonomies&lt;/li&gt;

        &lt;li&gt;Keywords&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;

    &lt;li&gt;Navigation structures generated for you&lt;/li&gt;

    &lt;li&gt;Easy to add Web2.0 features&lt;/li&gt;
  &lt;/ul&gt;

  &lt;h2&gt;Even More Cool&lt;/h2&gt;

  &lt;ul&gt;
    &lt;li&gt;Authentication, roles&lt;/li&gt;

    &lt;li&gt;Workflow&lt;/li&gt;

    &lt;li&gt;Customization based on default designs, templates,
    styles

      &lt;ul&gt;
        &lt;li&gt;Intercepts, overrides, and subthemes&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;h2&gt;Being Accessible&lt;/h2&gt;

  &lt;p&gt;WCAG 2.0 Guidelines&lt;/p&gt;

  &lt;ul&gt;
    &lt;li&gt;Perceivable&lt;/li&gt;

    &lt;li&gt;Operable&lt;/li&gt;

    &lt;li&gt;Understandable&lt;/li&gt;

    &lt;li&gt;Robust&lt;/li&gt;
  &lt;/ul&gt;

  &lt;p&gt;Web Content Accessibility Guidelines (WCAG) 2.0
  http://www.w3.org/TR/WCAG20/&lt;/p&gt;

  &lt;h2&gt;Accessible Design Efficiency&lt;/h2&gt;

  &lt;ul&gt;
    &lt;li&gt;Templates, stylesheets, modules can address many
    aspects of accessible design&lt;/li&gt;

    &lt;li&gt;Content authors and editors do not have to know as much
    about?

      &lt;ul&gt;
        &lt;li&gt;Skip to content&lt;/li&gt;

        &lt;li&gt;Font sizing&lt;/li&gt;

        &lt;li&gt;Color choices&lt;/li&gt;

        &lt;li&gt;Labeling, Alt texts&lt;/li&gt;

        &lt;li&gt;Semantic markup&lt;/li&gt;

        &lt;li&gt;Page layout&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;h2&gt;Steps to Accessible Design&lt;/h2&gt;

  &lt;ol&gt;
    &lt;li&gt;Install&lt;/li&gt;

    &lt;li&gt;Update&lt;/li&gt;

    &lt;li&gt;Select theme&lt;/li&gt;

    &lt;li&gt;Add modules&lt;/li&gt;

    &lt;li&gt;Build blocks&lt;/li&gt;

    &lt;li&gt;Apply your design&lt;/li&gt;
  &lt;/ol&gt;

  &lt;h2&gt;1. Install&lt;/h2&gt;

  &lt;ul&gt;
    &lt;li&gt;Installing Drupal
    http://www.washington.edu/computing/web/publishing/drupal.html&lt;/li&gt;

    &lt;li&gt;SQL Database
    http://www.washington.edu/computing/web/publishing/mysql.html&lt;/li&gt;
  &lt;/ul&gt;

  &lt;h2&gt;2. Update&lt;/h2&gt;

  &lt;ul&gt;
    &lt;li&gt;Updates are essential&lt;/li&gt;

    &lt;li&gt;Each time the administrator logs in Drupal will display
    messages of needed updates&lt;/li&gt;

    &lt;li&gt;Do them promptly&lt;/li&gt;
  &lt;/ul&gt;

  &lt;h2&gt;3. Select Theme&lt;/h2&gt;

  &lt;p&gt;Tables or tableless?&lt;/p&gt;

  &lt;ul&gt;
    &lt;li&gt;Tableless layouts best, especially if fluid

      &lt;ul&gt;
        &lt;li&gt;Controllable with CSS&lt;/li&gt;

        &lt;li&gt;Reading order can be independent of layout
        position&lt;/li&gt;

        &lt;li&gt;Fluid sizing allows scaling by user as needed&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;

    &lt;li&gt;Table layout not so good

      &lt;ul&gt;
        &lt;li&gt;Imposes reading sequence&lt;/li&gt;

        &lt;li&gt;Presentation only somewhat controllable with
        CSS&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;

    &lt;li&gt;Nested tables bad

      &lt;ul&gt;
        &lt;li&gt;Navigation nightmare&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;

    &lt;li&gt;Many theme design philosophies, which is why so many
    themes are available&lt;/li&gt;
  &lt;/ul&gt;

  &lt;h2&gt;Managing Themes&lt;/h2&gt;

  &lt;h2&gt;Accessible Themes&lt;/h2&gt;

  &lt;p&gt;Box_grey Theme, Blue Bars Theme, Blue Lake Theme, Celju
  Theme, Clean Theme, CWS Theme&lt;/p&gt;

  &lt;p&gt;The Eleven Most Accessible Drupal 6 Themes
  http://openconcept.ca/blog/mgifford/function_assessment_of_valid_drupal_6_themes&lt;/p&gt;

  &lt;h2&gt;Theme Problems&lt;/h2&gt;

  &lt;ul&gt;
    &lt;li&gt;Non-nested use of h-elements

      &lt;ul&gt;
        &lt;li&gt;One h1 per page; main topic&lt;/li&gt;

        &lt;li&gt;h2; subtopics&lt;/li&gt;

        &lt;li&gt;h3; subsubtopics, etc.&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;

    &lt;li&gt;Inconsistencies among modules in how headings are
    done&lt;/li&gt;

    &lt;li&gt;Deeply nested tables&lt;/li&gt;

    &lt;li&gt;Not specifying default language&lt;/li&gt;
  &lt;/ul&gt;

  &lt;h2&gt;4. Add Modules&lt;/h2&gt;

  &lt;ul&gt;
    &lt;li&gt;Hundreds of modules are available&lt;/li&gt;

    &lt;li&gt;Offer a wide range of functionality

      &lt;ul&gt;
        &lt;li&gt;Editors, games, feeds, tools&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;

    &lt;li&gt;Most are standards compliant

      &lt;ul&gt;
        &lt;li&gt;Problem: Inconsistent implementations among
        modules&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;

    &lt;li&gt;Frequently updated&lt;/li&gt;
  &lt;/ul&gt;

  &lt;h2&gt;Managing Modules&lt;/h2&gt;

  &lt;h2&gt;5. Build Blocks&lt;/h2&gt;

  &lt;ul&gt;
    &lt;li&gt;Blocks contain the code fragments for the different
    areas of your layout&lt;/li&gt;

    &lt;li&gt;Blocks are placed in page regions&lt;/li&gt;

    &lt;li&gt;Must be well-formed and strictly compliant to fit in
    context

      &lt;ul&gt;
        &lt;li&gt;Structured, semantic markup very desireable to get
        CSS to work&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;

    &lt;li&gt;How you add things like "Skip to Content"&lt;/li&gt;
  &lt;/ul&gt;

  &lt;h2&gt;Semantic Markup&lt;/h2&gt;

  &lt;ul&gt;
    &lt;li&gt;Use elements according to their logical type

      &lt;ul&gt;
        &lt;li&gt;Make headings with h-elements, not big bold
        paragraphs&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;

    &lt;li&gt;Properly nest h-elements

      &lt;ul&gt;
        &lt;li&gt;H1 is the main page topic, h2s are subtopics, h3s
        are subsubtopics, etc.&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;

    &lt;li&gt;Choose a content editor that makes semantic markup
    possible, even if you have to go into html mode
    sometimes&lt;/li&gt;
  &lt;/ul&gt;

  &lt;h2&gt;6. Apply Your Design&lt;/h2&gt;

  &lt;ul&gt;
    &lt;li&gt;Use subtheme, intercept, and override methods

      &lt;ul&gt;
        &lt;li&gt;Never modify original templates, stylesheets&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;

    &lt;li&gt;Customize templates&lt;/li&gt;

    &lt;li&gt;Customize CSS

      &lt;ul&gt;
        &lt;li&gt;Layout adjustments&lt;/li&gt;

        &lt;li&gt;Color scheme&lt;/li&gt;

        &lt;li&gt;Font size&lt;/li&gt;

        &lt;li&gt;Contrast&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;h2&gt;Color Scheme&lt;/h2&gt;

  &lt;h3&gt;Color Selection&lt;/h3&gt;
  
  &lt;ul&gt;
    &lt;li&gt;Consider the colorblind; about 9% of men and 1% of women are colorblind
    in some way&lt;/li&gt;
    &lt;li&gt;Wickline Colorlab makes it easy to see hour your color set will
    appear to people with different kinds of colorblindness &amp;mdash; 
    http://colorlab.wickline.org/colorblind/colorlab/&lt;/li&gt;

  &lt;/ul&gt;

  &lt;h2&gt;Color Scheme&lt;/h2&gt;

  &lt;h3&gt;Contrast&lt;/h3&gt;
  &lt;ul&gt;
    &lt;li&gt;5:1 contrast ratio between text and background is recommended&lt;/li&gt;
    &lt;li&gt;Paciello Group Color Contrast Analyzer can be used to quickly
    evaluate color combinations &amp;mdash; 
    http://www.paciellogroup.com/resources/contrast-analyser.html&lt;/li&gt;
    &lt;li&gt;Minimum Color Contrast Ratio &amp;mdash; 
    http://www.joedolson.com/articles/2008/12/minimum-color-contrast-ratio-changed-in-wcag-2/&lt;/li&gt;
  &lt;/ul&gt;

  &lt;h2&gt;Maintaining Accessibility&lt;/h2&gt;

  &lt;h3&gt;Do&lt;/h3&gt;

  &lt;ul&gt;
    &lt;li&gt;Validate all modifications  &amp;mdash; be sure everything is
     strictly compliant&lt;/li&gt;

    &lt;li&gt;Choose editor that makes semantic HTML&lt;/li&gt;

    &lt;li&gt;Consider content flow in page structure&lt;/li&gt;

    &lt;li&gt;Add aids such as "Skip to Content"&lt;/li&gt;

    &lt;li&gt;Use semantic markup&lt;/li&gt;

    &lt;li&gt;Use scripting libraries and methods that support
    accessibility&lt;/li&gt;
  &lt;/ul&gt;

  &lt;h3&gt;Don't&lt;/h3&gt;

  &lt;ul&gt;
    &lt;li&gt;Invent non-semantic elements (divs) when appropriate
    semantic elements are available&lt;/li&gt;

    &lt;li&gt;Use fixed sizes&lt;/li&gt;

    &lt;li&gt;Reduce contrast for artistic effect&lt;/li&gt;

    &lt;li&gt;Put essential content exclusively in media&lt;/li&gt;

    &lt;li&gt;Have visual media without captioning&lt;/li&gt;
  &lt;/ul&gt;

  &lt;h2&gt;Drupal Accessibility Activity&lt;/h2&gt;

  &lt;ul&gt;
    &lt;li&gt;Accessibility Group &amp;mdash; 
    http://groups.drupal.org/accessibility&lt;/li&gt;

    &lt;li&gt;The Eleven Most Accessible Drupal 6 Themes &amp;mdash; 
    http://openconcept.ca/blog/mgifford/function_assessment_of_valid_drupal_6_themes&lt;/li&gt;

    &lt;li&gt;Accessibility Best Practices in Drupal Theming &amp;mdash; 
    http://szeged2008.drupalcon.org/program/sessions/accessibility-best-practices-drupal-theming&lt;/li&gt;
  &lt;/ul&gt;

  &lt;h2&gt;Evaluating Your Drupal Site&lt;/h2&gt;

  &lt;ul&gt;
    &lt;li&gt;WAVE &amp;mdash; http://wave.webaim.org/&lt;/li&gt;

    &lt;li&gt;Functional Accessibility Evaluator &amp;mdash; 
    http://fae.cita.uiuc.edu/&lt;/li&gt;

    &lt;li&gt;WebAnywhere  &amp;mdash; http://wa.cs.washington.edu&lt;/li&gt;

    &lt;li&gt;Yellowpipe Lynx Viewer &amp;mdash; 
    https://addons.mozilla.org/en-US/firefox/addon/1944&lt;/li&gt;

    &lt;li&gt;Wickline Colorlab &amp;mdash; 
    http://colorlab.wickline.org/colorblind/colorlab/&lt;/li&gt;

    &lt;li&gt;Paciello Group Color Contrast Analyzer &amp;mdash; 
    http://www.paciellogroup.com/resources/contrast-analyser.html&lt;/li&gt;
  &lt;/ul&gt;
  
&lt;h2&gt;Discussion&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Editors available for Drupal
  &lt;ul&gt;
    &lt;li&gt;A variety of editors are available as modules that are easy
    to add to Drupal.&lt;/li&gt;
    &lt;li&gt;FCKedit &amp;mdash; http://drupal.org/project/fckeditor&lt;/li&gt;
    &lt;li&gt;YUI Ric Text Editor &amp;dash; http://drupal.org/project/yui_editor&lt;/li&gt;
  &lt;/ul&gt;
  
  &lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-1023432395384962090?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/1023432395384962090/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=1023432395384962090' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/1023432395384962090'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/1023432395384962090'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2009/11/making-accessible-drupal-sites.html' title='Making Accessible Drupal Sites'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-7852669102013126315</id><published>2009-04-29T10:33:00.000-07:00</published><updated>2009-11-12T10:33:58.355-08:00</updated><title type='text'>Visual Cues for Keyboard Users, Higher Education Web Pages</title><content type='html'>AccessibleWeb@U - April 29, 2009&lt;br /&gt;
Present: Terrill Thompson, Bill Corrigan, Wendy Chisholm,
  Chris Whip, Dylan Wilbanks, Ryan Benson, Karen Rosenstiel,
  Rick Ells&lt;br /&gt;
&lt;h2&gt;

Quick Items&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;We need a larger meeting room for our monthly
    AccessibleWeb@U meetings. MGH 015L is central, 
    well equipped, free thanks to UW Technology, and 
    usually available, but attendance has been up and 
    we need more space. If you know an appropriate room
    we can reserve, or if your department is interested in
    sponsoring the AccessibleWeb@U meetings, please send a
    message to the rells@u.washington.edu or to the
    accessibleweb@u.washington.edu list.&lt;/li&gt;
&lt;li&gt;May's AccessibleWeb@U topic will be "Creating
    Accessible Sites With Drupal." If you are interested in the
    topic and want to participate in the discussion as we
    develop the talk, send email to
    rells@u.washington.edu.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;

Visual cues for keyboard users&lt;/h2&gt;
Ryan Benson demonstrated CSS methods for highlighting
  links when they have focus to help keyboard-only users know
  where they are on a page.&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Most designers have some kind of highlighting when
    mouse users hover over a link, but do not provide
    highlighting for keyboard who tab to a link&lt;/li&gt;
&lt;li&gt;CSS style could be&lt;br /&gt;
    &lt;tt&gt;a:hover, a:visited:hover, a:focus, a:visited:focus,
    a:active,&lt;br /&gt;
    a:visited:active { &lt;i&gt;whatever style makes anchor clearly
    visible&lt;/i&gt; }&lt;/tt&gt;&lt;/li&gt;
&lt;li&gt;Highlighting effect for hover and focus can be
    different since hover is for mouseovers and focus is 
    for keyboard users who tab through anchors.&lt;/li&gt;
&lt;li&gt;IE behavior for focus different

      &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Focus works on most browsers, active is what works
        on IE&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Border of an anchor that wraps looks broken - border is
    open at end of one line and beginning of next line

      &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Could add more padding so that the text can 
        wrap within the anchor&lt;/li&gt;
&lt;li&gt;Could enclose anchor in a div and put the border on
        that&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Dan Comden prefers use of a border instead of a
    background for the focus effect because other access technologies 
    use a border to highlight your location on a page.&lt;/li&gt;
&lt;li&gt;Keyboard users could have their own stylesheet with
    styles for their particular needs

      &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Wayne Dick offers stylesheets for people with
        disabilities
        http://www.calstate.edu/Accessibility/webaccessibility/evaluation/lowvis.css&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;How visible should the border be

      &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Strong or dark color?&lt;/li&gt;
&lt;li&gt;Subtle color?&lt;/li&gt;
&lt;li&gt;Looking for an effect that is not jarring to
        non-keyboard users but works well for people who are
        keyboard users&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;

Longitudinal Research Project Looking at Home Pages of
  Higher Education Institutions - Terrill Thompson&lt;/h2&gt;
Terrill is looking at Higher Education home pages as a
  followup to a study he conducted in 2004-2005.&lt;br /&gt;
&lt;h3&gt;

Issues&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Alt tags for images; Menus built with images that have
    no alt text become unnavigable if images cannot be
    displayed

      &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;DreamWeaver now prompts for alt text&lt;/li&gt;
&lt;li&gt;Evaulation Method: Used Web Accessibility Toolbar
        (WAT) on IE
        http://www.paciellogroup.com/resources/wat-ie-about.html
        to generate a list of images and their alt texts;
        critiqued the use of alt texts for meaningful texts,
        proper use of null texts. (A similar toolbar is 
        available for FireFox at http://firefox.cita.uiuc.edu/)&lt;/li&gt;
&lt;li&gt;Survey of alt text usage in 2004-05 was 27% proper;
        current survey found rate of proper use has risen to
        41%&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;'Skip Navigation' link

      &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Western Washington University (http://www.wwu.edu/) has a 'Skip to News' link&lt;/li&gt;
&lt;li&gt;Skip-to's usually are styled to become visible 
         when they have focus&lt;/li&gt;
&lt;li&gt;How many skip links do you want (Skip to menu, skip to content,
        skip to news)? Too many skip-tos become a menu to the page
        content structure.&lt;/li&gt;
&lt;li&gt;Many people do not know that some browsers have
        skip navigation built in (such as skipping to headings)

          &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Good heading structure helps meets the need for
            people finding different parts of the page, even
            if there are no skip-to links&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Evaluating Coded Navigation (navigation within the
        page)

          &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Used WAT to show internal links, display
            heading structure&lt;/li&gt;
&lt;li&gt;In 2004-05 7% had skip to content; In current
            survey 19% of home pages had skip to content&lt;/li&gt;
&lt;li&gt;'Skip to Main Content' is apparently the
            preferred phrasing&lt;/li&gt;
&lt;li&gt;In current survey 45% of sites are correctly
            using html headings (using headings in logical
            structure way)&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Navigation

      &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Evaluation - Using IE, mouseover controls to see if
        there are dynamic behaviors, is there a visible effect
        to help mouse users, is there a visible effect for
        keyboard users&lt;/li&gt;
&lt;li&gt;Menus created with Javascript may not be identified
        as links in assistive technologies&lt;/li&gt;
&lt;li&gt;In original study, 78% if pages were keyboard
        accessible; in this study 65% were keyboard, if visual
        focus is not considered&lt;/li&gt;
&lt;li&gt;13% of sites provided visual focus for keyboard
        users&lt;/li&gt;
&lt;li&gt;39% of home pages have dynamic scripted menus;
        often implemented without evaluation of accessibility
        impacts&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Use of Flash

      &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Can be accessible, if you know what you are doing

          &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Go to an object, press Shift-F11, enter
            label&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;JK Rowling site:
        http://www.jkrowling.com/accessible/en/ Entirely done
        with Flash. Nice accessibility features

          &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;sounds have accompanying texts&lt;/li&gt;
&lt;li&gt;clues of what to do next&lt;/li&gt;
&lt;li&gt;accessibility tools, gives keyboard controls
            for JAWS, WindowEyes&lt;/li&gt;
&lt;li&gt;exploration model, lots of stuff that you can
            explore&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Not so good Flash example

          &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Lower Columbia College
            http://lowercolumbia.edu/ Has nav with buttons
            buttons to advertise events, but does not say what ad 
            you get to if you click a button. Lots
            of buttons, no labels&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;In this study, 38% of home pages included Flash;
        only one site labelled the objects (Lane Community
        College http://www.lanecc.edu/) but the pages lack a
        heading structure&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;

Summary&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Fewer than half of web pages are accessible by any
    measure&lt;/li&gt;
&lt;li&gt;Accessibility is improving in some areas (alt texts,
    headings, validation)&lt;/li&gt;
&lt;li&gt;Accessibility is getting worse in other areas
    (navigation)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;

Discussion&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Navigation accessibility problems often appear 
    when site uses packaged menu scripts and (1) selects
    a package not designed for accessibility, (2) improperly
    configures the menus even if it is, or (3) breaks the
    accessibility features as the menus are evolved over 
    time. &lt;/li&gt;
&lt;li&gt;AccessibleWeb@U could hold sessions on accessible menus,
    accessible use of Flash and SilverLight, and creating 
    accessible sites with content management systems.&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-7852669102013126315?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/7852669102013126315/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=7852669102013126315' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/7852669102013126315'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/7852669102013126315'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2009/11/visual-cues-for-keyboard-users-higher.html' title='Visual Cues for Keyboard Users, Higher Education Web Pages'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-4608429222011280</id><published>2009-03-25T10:28:00.000-07:00</published><updated>2009-11-12T10:29:58.191-08:00</updated><title type='text'>Building an Acessible Site From the Ground Up</title><content type='html'>&lt;p&gt;
AccessibleWeb@U Meeting Notes, March 25, 2009&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Building an Accessible Site From the Ground Up

      &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Goal is to create a new Web site for the Development &amp;amp; Behavioral Pediatrics, currently at &lt;a href="http://depts.washington.edu/dbpeds" rel="nofollow"&gt;http://depts.washington.edu/dbpeds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Current site was developed by Dr. Samuel Zinner

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;The site built on SimpleSite, which is going away, prompting the need to build a new version.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Want an improved site

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;More usable&lt;/li&gt;
&lt;li&gt;More visually pleasing&lt;/li&gt;
&lt;li&gt;More compliant to ADA&lt;/li&gt;
&lt;li&gt;Take into consideration people with cognitive disabilities&lt;/li&gt;
&lt;li&gt;Sites Dr. Zinner likes

              &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://youthhood.org/" rel="nofollow"&gt;http://youthhood.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The &lt;a href="http://dictionary.com/" rel="nofollow"&gt;http://dictionary.com/&lt;/a&gt; family of sites

                  &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;In set of sites, each has a different color&lt;/li&gt;
&lt;li&gt;Each page is entirely viewable without scrolling&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="http://cshcn.org/" rel="nofollow"&gt;http://cshcn.org/&lt;/a&gt; - Children with Special Needs&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Development work on the site will be done by Yuka Tsukamaki and Preethi Dutta, graduate students of the U.W. Information School, as part of the Capstone program (&lt;a href="http://www.ischool.washington.edu/msim/capstone/" rel="nofollow"&gt;http://www.ischool.washington.edu/msim/capstone/&lt;/a&gt;)

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Working with Yuka and Preethi are Faye Louie (CHDD) and Seiya Urae (Medicine)&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;The current site has many links in the left column. Key features of the site are the following:

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Clinics and Activities&lt;/li&gt;
&lt;li&gt;Schedules&lt;/li&gt;
&lt;li&gt;Advocacy Opportunities&lt;/li&gt;
&lt;li&gt;Training Modules at other sites&lt;/li&gt;
&lt;li&gt;Featured Articles

              &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Commenting on how press has spun stories, linking to more valid articles&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Resources for Community&lt;/li&gt;
&lt;li&gt;Screening &amp;amp; Surveillance Tools

              &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Want to teach physicians better earlier screening and identification&lt;/li&gt;
&lt;li&gt;Some are copyrighted, protectd by password&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Discussion

      &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Find out how the current site is being used

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Catalyst system gives you number of site visits but not page stats&lt;/li&gt;
&lt;li&gt;People not necessarily going through home page&lt;/li&gt;
&lt;li&gt;2/3 of School of Public Health site visits do not go through home page&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Could add Google Analytics (&lt;a href="http://www.google.com/analytics/" rel="nofollow"&gt;http://www.google.com/analytics/&lt;/a&gt;) to the current site to collect data until the new site is built

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Requires adding Javascript at the bottom of each page you want to collect visit data on.&lt;/li&gt;
&lt;li&gt;Goal is to find out who actually is visiting the site and what they are looking at&lt;/li&gt;
&lt;li&gt;Google Analytics not only gives page visit counts but also gives breakdowns of who is visiting&lt;/li&gt;
&lt;li&gt;Who is your real audience at present? How does the current audience compare to the audience you want to reach?&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Evaluate your content

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;What are the unique things people might look for on your site?&lt;/li&gt;
&lt;li&gt;How good is your site technically. For example, are there dead links?

              &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Xenu's Link Sleuth (&lt;a href="http://home.snafu.de/tilman/xenulink.html" rel="nofollow"&gt;http://home.snafu.de/tilman/xenulink.html&lt;/a&gt;) is a free tool that can check links&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;How well written, edited, and polished is your content

              &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Is the style consistent throughout the content?&lt;/li&gt;
&lt;li&gt;Is there consistent voice and role in the writing?&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Define the purpose of site

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Be clear about priorities and audiences

              &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Work on a statement of Priorities and Audiences; put it in writing, pass it around

                  &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Clarify what parts of content are for the department and what parts are for outside audiences (audiences, therapists, parents)

                      &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Separating departmental/staff content from content for outside audiences might be a basic concept in your design&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;What types of user needs do you most want to support&lt;/li&gt;
&lt;li&gt;Articulate priorities and rank them relative to each other&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;State any considerations

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Do HIPAA health information privacy laws apply (&lt;a href="http://www.hhs.gov/ocr/privacy/%29?" rel="nofollow"&gt;http://www.hhs.gov/ocr/privacy/)?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Intellectual property ownership

              &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Is any content on the site copyrighted? Do you have permission to distribute the content (you do not need permission to just link to things on other sites)&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Privacy

              &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Doctors' schedules; can they be public?&lt;/li&gt;
&lt;li&gt;Doctors' contact information; can it be public?&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Assess the resources available to maintain the site

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;How much manpower will be available to maintain the site once it exists?

              &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;About four people maintain the content of the current site. All four have lots of other things they are involved in.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;What implications does the amount of manpower have on what you want to try to do in building the site?&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Consider a Content Management System

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Drupal (&lt;a href="http://drupal.org/" rel="nofollow"&gt;http://drupal.org/&lt;/a&gt;) is used by many groups at the UW, including Facilities

              &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Free, has a good, active support community&lt;/li&gt;
&lt;li&gt;Relatively simple to install, comes with a variety of designs (themes) which can tweaked easily&lt;/li&gt;
&lt;li&gt;Drupal can be installed and run on the depts.washington.edu server

                  &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Instructions are at &lt;a href="http://www.washington.edu/computing/web/publishing/drupal.html" rel="nofollow"&gt;http://www.washington.edu/computing/web/publishing/drupal.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Requires MySQL, which is also available on the depts server (&lt;a href="http://www.washington.edu/computing/web/publishing/mysql.html" rel="nofollow"&gt;http://www.washington.edu/computing/web/publishing/mysql.html&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Drupal is not a centrally supported service. Once it is up your are on your own to maintain it

                  &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Periodically updates must be installed&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Several groups on campus can do Drupal themeing&lt;br /&gt;
                  for you (for a fee)

                  &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;UW Creative + Communications; &lt;a href="http://www.washington.edu/admin/pubserv/" rel="nofollow"&gt;http://www.washington.edu/admin/pubserv/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;UW Creative; &lt;a href="http://www.uwcreative.com/" rel="nofollow"&gt;http://www.uwcreative.com/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Designing a Web site for people with special needs

      &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Good accessible design resources at on the UW IT Accessibility site at&lt;br /&gt;
        &lt;a href="http://www.washington.edu/accessibility/" rel="nofollow"&gt;http://www.washington.edu/accessibility/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Topics

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Font size

              &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Flexible web page designs (sizes and dimensions are set with relative measures such as percents and em-spaces) allow the user to adjust the font size to what is comfortable for them&lt;/li&gt;
&lt;li&gt;Fixed font sizes, especially if the size is small, can be a big obstacle&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Colors

              &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Be wary of red/green color combinations; 10% of men are red/green&lt;br /&gt;
                color blind. You can check color combinations with VisCheck (&lt;a href="http://www.vischeck.com/" rel="nofollow"&gt;http://www.vischeck.com/&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Provide sufficent contrast (at least 5:1) of words on their background. You can evaluate the contrast of color combinations with the Colour Contrast Analyzer (&lt;a href="http://www.visionaustralia.org.au/info.aspx?page=628" rel="nofollow"&gt;http://www.visionaustralia.org.au/info.aspx?page=628&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Basic steps

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Choose a version of html or xhtml and stick to it

              &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;We suggest XHTML&lt;/li&gt;
&lt;li&gt;Write to the standard, not to a specific browser&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Write compliant code; code that is correct according to the version of html/xhtml you are using. Validate your code frequently as you work on it.&lt;/li&gt;
&lt;li&gt;Use semantic markup; XHTML has predefined logical element types such&lt;br /&gt;
            as paragraph, h1 headings, and ordered lists. Using these elements as they are intended to be used means each block of text has a declared logical type that can be help assistive software interpret the page and present it intelligibly to the user.&lt;/li&gt;
&lt;li&gt;Use a simple page structure; pages are made up of a number of divisions such as header, left-column, content, right-column, and footer.&lt;/li&gt;
&lt;li&gt;Separate content from presentation; put page content into semantic xhtml and control presentation on the page with CSS stylesheets&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Methods

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Avoid opening in new window&lt;/li&gt;
&lt;li&gt;ALT tags on each graphic, alt="" (an empty ALT) for non meaningful graphics&lt;/li&gt;
&lt;li&gt;In forms, use LABEL to relate titles to form fields

              &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;See&lt;br /&gt;
                &lt;a href="http://www.webaim.org/techniques/forms/controls.php" rel="nofollow"&gt;http://www.webaim.org/techniques/forms/controls.php&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Cognitive disabilities

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;General information is available from WebAIM &lt;a href="http://www.webaim.org/articles/cognitive/" rel="nofollow"&gt;http://www.webaim.org/articles/cognitive/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Spacing between lines can help readability; tight text and long text&lt;br /&gt;
            lines can make reading difficult&lt;/li&gt;
&lt;li&gt;Addressed in Web Content Accessibility Guidelines v.2 (WCAG2)&lt;br /&gt;
            &lt;a href="http://www.w3.org/TR/WCAG20/" rel="nofollow"&gt;http://www.w3.org/TR/WCAG20/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Use of language; use simple language with words with few syllables

              &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Good guidelines on simple writing are on the Plain Talk Web sites

                  &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.accountability.wa.gov/plaintalk/ptguidelines/" rel="nofollow"&gt;http://www.accountability.wa.gov/plaintalk/ptguidelines/&lt;/a&gt; and &lt;a href="http://www.plainlanguage.gov/" rel="nofollow"&gt;http://www.plainlanguage.gov/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Use ABBR element (&lt;a href="http://www.w3schools.com/tags/tag_abbr.asp" rel="nofollow"&gt;http://www.w3schools.com/tags/tag_abbr.asp&lt;/a&gt;) to spell out what an abbreviation stands for, text appears when you hover over the abbreviation&lt;/li&gt;
&lt;li&gt;Different parts of site may be developed for different audiences, with different vocabularies&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Search engine optimization

      &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Meta elements (&lt;a href="http://www.w3schools.com/tags/tag_meta.asp" rel="nofollow"&gt;http://www.w3schools.com/tags/tag_meta.asp&lt;/a&gt;) in Head of a Web page helps searches recognize what the page is about, but you want to have the right vocabulary and not too much of it

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Google Search penalizes pages with too many Meta words, particularly if they repeat&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Recognize that Headers (h1, h2, h3, etc.) have significance to assistive technologies, which will interpret&lt;br /&gt;
          them as the topic, subtopic, subsubtopic, etc. of the page content

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Voice browsers allow the user to navigate the page by the headers. Logical headers help the user go quickly to the content they are looking for&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Common problems

      &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Pages do not have navigation; not clear who owns it, what context it is in

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Have information in page, such as in the header&lt;/li&gt;
&lt;li&gt;Identification does not have to take up much space; a linked logo in an upper corner may be sufficent&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Important to have consistent layout so people have an idea of what to expect&lt;/li&gt;
&lt;li&gt;Important information is only in graphics, such as PowerPoint slides; have the information in the page HTML too.&lt;/li&gt;
&lt;li&gt;When people print a page, is it readable; have a print stylesheet that formats it for hardcopy use

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Be sure the printout has the URL of the page&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Drop down menus can be inaccessible

          &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;There are methods for doing drop-down menus that are accessible and methods that are not accessible

              &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Generally the most accessible drop-down menus use progressive enhancement coding techniques, such as the Yahoo User Interface (&lt;a href="http://developer.yahoo.com/yui/menu/" rel="nofollow"&gt;http://developer.yahoo.com/yui/menu/&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;How do people with cognitive difficulties work with menus is an open questions; research needed!&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-4608429222011280?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/4608429222011280/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=4608429222011280' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/4608429222011280'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/4608429222011280'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2009/11/march-25-2009-building-acessible-site_12.html' title='Building an Acessible Site From the Ground Up'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-7809718845517529474</id><published>2009-02-11T08:25:00.000-08:00</published><updated>2009-02-11T08:45:23.758-08:00</updated><title type='text'>WebAIM Screen Reader Survey</title><content type='html'>Many of you know WebAIM (Web Accessibility in Mind) as one of the most complete and best maintained sources of good information on accessible design topics. In December and January, WebAIM conducted a survey of preferences of screen reader users relating to Web design and Web technologies. The survey collected 1121 responses from people with various disabilities. See

&lt;a href="http://webaim.org/projects/screenreadersurvey/"&gt;WebAIM: Screen Reader Survey Results
&lt;/a&gt;
I found the results to be quite useful:
&lt;ul&gt;&lt;li&gt;Headings really are important: "It is clear that providing a heading structure is important to screen reader users with 76% always or often navigating by headings when they are available." 90% of the expert users used headings always or often.&lt;/li&gt;&lt;li&gt;Site maps were not particularly useful: "The majority of respondents seldom or never use site maps."&lt;/li&gt;&lt;li&gt;Pop-up windows are difficult for less proficient screen readers to deal with. More proficient users had much less difficulty.&lt;/li&gt;&lt;li&gt;Photos should be identified as such in their alt text, rather than just described with brief text: "It was very clear that the vast majority of screen reader users prefer to have photos identified as such. Interestingly, those that do not have a disability were three times more likely to prefer the briefer alt text than those that do have a disability."&lt;/li&gt;&lt;li&gt;Flash is difficult for screen reader users: "71.5% of screen reader users reported that Flash is difficult while only 14.2% reported that it is easy."&lt;/li&gt;&lt;li&gt;Frames are not that big of a problem. "While the majority (58%) of users reported that frames are easy, those that are blind were 3 1/2 times more likely to indicate that they are easy than those with no disability."&lt;/li&gt;&lt;/ul&gt;Clearly, Web accessibility evaluator's rules of thumb (i.e., Frames are not accessible) can be simplistic or misleading . I encourage everyone to read through these results carefully. And I would like to send a hearty thanks to WebAIM for conducting the survey!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-7809718845517529474?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/7809718845517529474/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=7809718845517529474' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/7809718845517529474'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/7809718845517529474'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2009/02/webaim-screen-reader-survey.html' title='WebAIM Screen Reader Survey'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-4646125484595201097</id><published>2009-02-03T15:11:00.000-08:00</published><updated>2009-02-03T15:20:32.581-08:00</updated><title type='text'>First Access Hack Session</title><content type='html'>For our first Access Hack Session, Dylan Wilbanks of the &lt;a href="http://sph.washington.edu/"&gt;School of Public Health&lt;/a&gt; gave us a tour of their site, explaining its design and accessibility features. A lively discussion followed about the methods used, issues they raise, and other methods the Dylan might want to explore for the next site update. Detail &lt;a href="http://staff.washington.edu/rells/accesswebu/acc_jan2908.txt"&gt;discussion minutes are available&lt;/a&gt;.Take a look at the site, review the minutes, and add your thoughts.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-4646125484595201097?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/4646125484595201097/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=4646125484595201097' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/4646125484595201097'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/4646125484595201097'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2009/02/first-access-hack-session.html' title='First Access Hack Session'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37426996.post-8885140030855187546</id><published>2008-06-09T13:28:00.001-07:00</published><updated>2008-06-09T14:16:59.730-07:00</updated><title type='text'>Creating an Accessible IT Community of Practice</title><content type='html'>How can we work together as a community to create information technology that is accessible to people with disabilities? On many campuses, this question is being addressed by creating a "Community of Practice" which uses various forms of communication and sharing (blogs, software libraries, bookmark lists, wikis, shared development projects, etc.) to support efficency and synergy in achieving and maintaining accessibility in IT.
&lt;ul&gt;&lt;li&gt;What tools would help us share the load?&lt;/li&gt;&lt;li&gt;What accessibility related activities would you find worth participating in?&lt;/li&gt;&lt;li&gt;What resources can we build to support our work?&lt;/li&gt;&lt;li&gt;Where do you find the most useful information about accessibility?&lt;/li&gt;&lt;li&gt;What challenges and issues loom large in your situation?&lt;/li&gt;&lt;li&gt;What tools, sites, or services are most useful to you now?&lt;/li&gt;&lt;/ul&gt;Let us know what you think will work here at the UW!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37426996-8885140030855187546?l=accesswebu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://accesswebu.blogspot.com/feeds/8885140030855187546/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37426996&amp;postID=8885140030855187546' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/8885140030855187546'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37426996/posts/default/8885140030855187546'/><link rel='alternate' type='text/html' href='http://accesswebu.blogspot.com/2008/06/creating-and-accessible-it-community-of.html' title='Creating an Accessible IT Community of Practice'/><author><name>Rick Ells</name><uri>http://www.blogger.com/profile/09882291141664454280</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://staff.washington.edu/rells/graphics/rickells.jpg'/></author><thr:total>2</thr:total></entry></feed>
