<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Marco's accessibility blog</title>
	<atom:link href="http://www.marcozehe.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcozehe.de</link>
	<description>Musings, tips and tricks about the accessible software world</description>
	<lastBuildDate>Fri, 20 Nov 2009 07:26:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Thunderbird 3 is coming out soon, and it&#8217;s accessible!</title>
		<link>http://www.marcozehe.de/2009/11/19/thunderbird-3-is-coming-out-soon-and-its-accessible/</link>
		<comments>http://www.marcozehe.de/2009/11/19/thunderbird-3-is-coming-out-soon-and-its-accessible/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 09:39:40 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=213</guid>
		<description><![CDATA[The release of Thunderbird 3 is just around the corner. Aside from all the great new features Thunderbird 3 has in general, its accessibility story is also one which should be celebrated once the release has happened.
Thunderbird 3 is based on the Gecko 1.9.1 platform, which is the same version that Firefox 3.5 is based [...]]]></description>
			<content:encoded><![CDATA[<p>The release of <a href="http://www.mozillamessaging.com/">Thunderbird</a> 3 is just around the corner. Aside from all the great new features Thunderbird 3 has in general, its accessibility story is also one which should be celebrated once the release has happened.</p>
<p>Thunderbird 3 is based on the Gecko 1.9.1 platform, which is the same version that Firefox 3.5 is based on. As such, Thunderbird 3 has learned all the great new features of the platform, many of which have a significant impact on users with disabilities. Please allow me to highlight the major improvements and new features.</p>
<h3>Support for new accessibility APIs</h3>
<p>Thunderbird 3 supports the IAccessible2 standard on Windows. IAccessible2 is a major enhancement to Microsoft Active Accessibility (MSAA), which allows assistive technologies to directly interact with the rich content an HTML e-mail message can have, through a defined set of APIs. Screen readers for the blind, for example, no longer need to rely on old-school screen-scraping methods to try and guess what the application is showing. Instead, headings, block quotes (such as in quoted messages) etc. are all identifiable without question. Font and styling information is available as well. NVDA 2009.1, Window-Eyes 7.1 and JAWS 10 and above take advantage of these technologies already and offer a hugely improved experience for their user bases over what Thunderbird 2.0 had to offer.</p>
<p>This also includes support for in-line spell checking. If enabled, screen readers can  identify misspelled words just like in Firefox, and users can go and correct their mistakes on the fly without having to invoke the extra spell checking dialog.</p>
<h3>Accessibility on the GNOME Desktop</h3>
<p>Thunderbird 3 is accessible to Orca users on the GNOME desktop in Linux. While Thunderbird 2 offered close to no accessibility support, Thunderbird 3 offers a wide range of accessibility to visually impaired users.</p>
<p>Also, the support for ATK/AT-SPI allows other assistive technologies such as GOK (GNOME On-screen Keyboard) to interface with Thunderbird and allow the use by people with motor impairments.</p>
<h3>Tabbable and properly labelled message headers</h3>
<p>When reading messages, most of the header fields of a message are now reachable via the tab key. This is a huge improvement for any keyboard user. Access includes the &#8220;star&#8221; that allows to quickly add a contact to the address book or to edit a previously added contact.</p>
<p>All these fields and controls also have proper accessibility labels so that screen reader users immediately know what they&#8217;re interacting with.</p>
<p>One known <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=529762">problem</a> is that the multi-functional &#8220;reply&#8221; control currently isn&#8217;t part of the tab order.</p>
<h3>Better support when composing messages</h3>
<p>Aside from the above mentioned API improvements, the UI also received some love to better communicate the happenings when filling out the from:, to: etc. fields while composing a message. Selecting a different field type now also does not throw newer versions of screen readers into limbo or confused states any longer. Working with the Contacts side bar is also supported.</p>
<h3>Over-all UI improvements</h3>
<p>Over-all, the various dialogs in Thunderbird such as Tools/Options, Tools/Account Settings and others have received a major accessibility overhaul esp with regards to properly labeling textboxes, radio groups and other XUL widgets so screen reader users get accurate information while tabbing through. Infact, a Thunderbird XUL UI fix was my very first patch when I started contributing to Mozilla. <img src='http://www.marcozehe.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>New UI features were also made accessible</h3>
<p>New UI features such as the all-new facetted search were also made largely accessible. The new Search, for example, makes heavy use of WAI-ARIA to allow both an appearance that&#8217;s visually appealing and keyboard and assistive technology communication that&#8217;s accessible. The one exception in this new piece of the product is the graph that shows the search results over time. This is based on <abbr title="Scallable Vector Graphics">SVG</abbr>, which is totally inaccessible at the moment.</p>
<h3>A call-out to Thunderbird extension developers</h3>
<p>With the above improvements now being in place, it is equally important for Thunderbird extension developers to follow <a href="http://www.marcozehe.de/2008/07/01/extension-developers-10-things-to-make-your-extension-more-accessible/">these simple rules</a> to make their extensions accessible, as it is for developers of extensions for Firefox. DOM Inspector offers an accessibility view which allows you to check whether your XUL has proper labels for textboxes and other good markup! Also, don&#8217;t be shy to ask questions! The accessibility team hangs out on the <a href="irc://irc.mozilla.org#accessibility">#accessibility channel</a> on irc.mozilla.org and will be happy to assist!</p>
<h3>A few known problems remain</h3>
<p>As always, nothing can be perfect, but we&#8217;re striving to be as perfect as possible. Having said that, there are a few issues that remain, but for which fixes are already visible on the horizon:</p>
<ul>
<li>When viewing messages as threads, the fact whether a thread is expanded or collapsed is not yet communicated to screen readers. This will be different once a new version of Thunderbird switches to using Gecko 1.9.2 or later, which includes the all-new tables support.</li>
<li>The same is true for the &#8220;subscribe&#8221; dialog for newsgroups and IMAP folders. Right now, screen readers do not yet get the state whether a certain folder is checked or not. This will also change with a switch to the new Gecko platform.</li>
<li>Folders in the folder pane cannot be navigated to using first-letter navigation. I&#8217;m hoping we&#8217;ll find a solution to this often voiced request in the future.</li>
<li>The picker for rearranging the columns in the message list isn&#8217;t accessible via the keyboard yet. You can use the mouse emulation of your screen reader to get to that button to the right of the column headers to access options.</li>
</ul>
<h3>Thanks!</h3>
<p>I&#8217;d like to thank everyone who has been writing to me over the past two years pointing out Thunderbird accessibility issues. As was expected, these actually made up a higher volume than Firefox since there were more UI-related issues. Keep the feedback coming!</p>
<p>I&#8217;d also like to  extend a huge thank you to the team at Mozilla Messaging and the voluntary contributors who all helped with implementations, reviews, suggestions and advice  while improvements for Thunderbird 3 were requested, triaged and acted upon. I really feel that accessibility is being taken seriously, and I honestly hope that a lot of users worldwide will show their appreciation by downloading and using Thunderbird 3 when it comes out! I&#8217;ve been using it for over 2 years now while it was being developed and haven&#8217;t regretted making the switch!</p>
<p>Keep up the good work!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/11/19/thunderbird-3-is-coming-out-soon-and-its-accessible/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>New accessibility features in Firefox 3.6</title>
		<link>http://www.marcozehe.de/2009/11/09/new-accessibility-features-in-3-6/</link>
		<comments>http://www.marcozehe.de/2009/11/09/new-accessibility-features-in-3-6/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 12:48:11 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=207</guid>
		<description><![CDATA[Firefox 3.6 is just around the corner, and despite all the birthday celebrations, and the looking back that comes with it naturally, I think it is also time to look ahead. So here&#8217;s a roundup of what accessibility features will be in the next major release of our favorite browser.
Support for voice dictation software in [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox 3.6 is just around the corner, and despite all the <a href="http://www.spreadfirefox.com/5years/">birthday celebrations</a>, and the looking back that comes with it naturally, I think it is also time to look ahead. So here&#8217;s a roundup of what accessibility features will be in the next major release of our favorite browser.</p>
<h3>Support for voice dictation software in Windows Vista and Windows 7</h3>
<p>Firefox 3.6 introduces support for the Microsoft Text Services Framework. Among other things, this allows users to dictate into text fields on the web using the Microsoft voice dictation software that comes with Windows Vista and Windows 7.</p>
<p>Because this is fairly new technology to Firefox, and because there are undoubtedly quirks to iron out, this support has to be specifically enabled in the advanced configuration editor. To do this:</p>
<ol>
<li>In an empty tab, type about:config in the awesome bar.</li>
<li>Acknowledge the warning by clicking the &#8220;I&#8217;ll be careful, I promise!&#8221; button.</li>
<li>Type the letters tsf in the filter textbox</li>
<li>In the list that appears, select the preference intl.enable_tsf_support. This is off by default (its value is FALSE).</li>
<li>Right-click that preference and choose the &#8220;Toggle&#8221; menu option. This will change the option to read TRUE.</li>
<li>Restart Firefox.</li>
</ol>
<p>This setting will now be saved in your profile and the functionality is available to you.</p>
<p>This expands the range of supported accessibility-related APIs yet again and offers good integration with one more native feature of the Windows Vista and 7 operating systems. Now, users with typing difficulties can use Firefox in a more efficient manner than before.</p>
<h3>Windows 7 task bar integration</h3>
<p>The new task bar integration in Windows 7 is accessible. If you have more than one tab open, and you navigate the task bar using the keyboard, a screen reader such as <a href="http://www.nvda-project.org/">NVDA</a> will announce &#8220;sub menu&#8221; for the Firefox task bar icon. This means that you can use the <kbd>up</kbd> and <kbd>down</kbd> arrow keys to select the tab you want to bring to the foreground when you switch to Firefox. This is just as seamless as sighted users will choose the tab preview from the Windows 7 task bar using the mouse.</p>
<h3>More consistent focus handling</h3>
<p>This affects everyone, keyboard and mouse users alike, but is mentioned here nevertheless since it brought us a few bug fixes for free like more consistent tabbing on pages that have the <em>tabindex</em> attribute on some elements but not others. Also, when saving executable files on Windows, the dialog that comes up prompting to save the file is now automatically being announced by screen readers.</p>
<h3>Support for the IAccessibleTable2 interface</h3>
<p>I blogged about this in <a href="http://www.marcozehe.de/2009/09/11/youre-a-table-and-i-dont-care-what-lies-underneath/">more detail here</a>. This gives screen readers access to all kinds of table structures, be it ordinary data tables, ARIA tree grids, XUL tree tables and other possible table constructs, in a unified and consistent manner.</p>
<h3>More consistent and maintainable naming rules</h3>
<p>Also in line with the user agent implementor&#8217;s guide for WAI-ARIA, we&#8217;ve improved the way we calculate the accessible names (often similar to on-screen text) of various elements in HTML and XUL. This makes our code more robust, predictable and maintainable, and therefore will allow easier adding of new features/element support in the future.</p>
<h3>Notifying screen readers when an object attribute&#8217;s value changes</h3>
<p>For better support of WAI-ARIA Drag And Drop, we&#8217;ve added support for the IAccessible2 object attribute changed event. This event notifies screen readers when an accessible&#8217;s object attribute&#8217;s value has been changed by the page. This usually happens if a certain HTML element&#8217;s attribute is exposed via its corresponding accessible&#8217;s object attributes, and that element&#8217;s attribute value is changed by a user action (usually done via JavaScript).</p>
<h3>And again tons of bug fixes</h3>
<p>Of course, there have also been a good number of fixes for existing features that were reported to use by users and assistive technology vendors alike. We&#8217;ve also kept track and participated in last-minute changes to the WAI-ARIA spec and kept our implementation up to date.</p>
<p>The whole accessibility team hopes that you&#8217;ll enjoy using this new version of Firefox as much as we enjoyed creating and testing it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/11/09/new-accessibility-features-in-3-6/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>Happy birthday, Firefox!</title>
		<link>http://www.marcozehe.de/2009/11/09/happy-birthday-firefox/</link>
		<comments>http://www.marcozehe.de/2009/11/09/happy-birthday-firefox/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 11:42:57 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=205</guid>
		<description><![CDATA[In case you haven&#8217;t noticed already: Today is Firefox&#8217;s 5th birthday! On November 9th, 2004, Firefox 1.0 was released to the general public after more than two years of development.
And boy, was I jealous! All my sighted friends could try out this cool new thing, an alternative browser to the omnipresent, and some would even [...]]]></description>
			<content:encoded><![CDATA[<p>In case you haven&#8217;t noticed already: <a href="http://www.spreadfirefox.com/5years/">Today is Firefox&#8217;s 5th birthday</a>! On November 9th, 2004, Firefox 1.0 was <a href="http://www.mozillazine.org/articles/article5513.html">released</a> to the general public after more than two years of development.</p>
<p>And boy, was I jealous! All my sighted friends could try out this cool new thing, an alternative browser to the omnipresent, and some would even say, omnipotent, Internet Explorer! An alternative! But it was not yet fully accessible. There were first glimpses: When I ran Firefox 1.0 with JAWS 6.0 back then, I could navigate the menus, and most dialogs talked. But the main functionality, the browsing experience, was not yet available to me.</p>
<p>That all changed with Firefox 1.5 and the <a href="http://www.webstandards.org/2005/08/16/ibm-donates-dom-scripting-accessibility-code-to-firefox/">donation</a> IBM gave to the Mozilla project in August 2005. At the same time, Window-Eyes 5.5, and a bit later JAWS 7.0 were released with initial support for Firefox 1.5. Suddenly, the virtual cursor worked, quick navigation keys brought you from heading to heading or form field to form field, just like in Internet Explorer 6! And boy, was it fast!</p>
<p>It also had a ton of problems. Pages not rendering completely, esp pages with frames giving users huge headaches by not rendering at all often times, etc. Many users including myself had to decide that Firefox was just not ready for prime time use on a daily basis for screen reader users just yet.</p>
<p>But I kept up with development and also tested Firefox 2.0, which came out in October 2006. Many of the problems were still there, but some were a lot better. And the initial support for what back then was still known as &#8220;dynamic HTML&#8221; surfaced, giving a first glimpse of what later became <a href="http://www.w3.org/TR/wai-aria/">WAI-ARIA</a> and which has already changed the landscape of accessible web applications.</p>
<p>In December 2007, I started as Mozilla&#8217;s Accessibility QA engineer and took matters into my own hands. For Firefox 3, the accessibility community accomplished <a href="http://support.mozilla.com/kb/New%20Accessibility%20features%20in%20Firefox%203">a huge lot</a>: Firefox 3 was the first UI browser to become accessible on Linux. There was now an <a href="http://www.nvda-project.org/">open-source screen reader</a> taking full advantage of all the new features of the IAccessible2 standard on Windows. WAI-ARIA compliance was very high. All content-related problems were a thing of the past and the browsing experience was as reliable in Firefox as it was in IE. Moreover, value was added by projects such as <a href="http://www.webvisum.com/">WebVisum</a>, which is a social tagging and captcha solving service exclusive to blind users using Firefox. When Firefox 3 was released in June of 2008 and we got in the Guinnes book of world records, I&#8217;m sure there were quite a number of blind folks participating in that effort!</p>
<p>But we didn&#8217;t stop there. For Firefox 3.5, we added support for text attributes, giving blind users the ability to in-line spell check their entries on the web just like any sighted people do. The community worked together to give open audio and video to everyone, not just sighted people, but also screen reader and keyboard users. WAI-ARIA compliance was increased to nearly 100%. Stability was further increased. Two more Windows screen reader vendors stepped up to support Firefox, making the total number of screen readers for the blind supporting Firefox 3.x 5 on the Windows platform.</p>
<p>And on its 5th birthday, my colleagues in the QA team and I are working hard to get a beta refresh out to all of you of the next major release, Firefox 3.6. In fact I&#8217;m writing this blog post using the candidate build. And we have a cool set of features assembled for Firefox 3.6 on the accessibility side, about which I&#8217;ll blog next.</p>
<p>All I can say is: Thank you Firefox! Thank you to everyone in the community who has been and is working so hard to make the web a better place for everyone! I&#8217;m grateful and proud to be a part of this community!</p>
<p>Happy birthday, Firefox!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/11/09/happy-birthday-firefox/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Easy ARIA Tip #4: Landmarks</title>
		<link>http://www.marcozehe.de/2009/10/31/easy-aria-tip-4-landmarks/</link>
		<comments>http://www.marcozehe.de/2009/10/31/easy-aria-tip-4-landmarks/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 08:33:01 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[ARIA]]></category>
		<category><![CDATA[Accessibility]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=203</guid>
		<description><![CDATA[Yes, they&#8217;re back! This is the fourth Easy ARIA Tip in a trilogy of Easy ARIA Tips.  
This week, WebAIM published the results of their second screen reader survey. One of the things to note for me was that not many users seem to be aware of a feature in the WAI-ARIA (Accessible Rich [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, they&#8217;re back! This is the fourth Easy ARIA Tip in a trilogy of Easy ARIA Tips. <img src='http://www.marcozehe.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This week, WebAIM <a href="http://webaim.org/blog/screen-reader-user-survey-results/">published</a> the <a href="http://webaim.org/projects/screenreadersurvey2/">results of their second screen reader survey</a>. One of the things to note for me was that not many users seem to be aware of a feature in the WAI-ARIA (Accessible Rich Internet Applications) specification called <a href="http://www.w3.org/TR/wai-aria/#roleattribute_inherits">landmarks</a>. This article aims to provide an easy to follow guide to implement landmarks in a matter that makes sense, in the hopes that more folks will start using them in their web projects and more screen reader users will take notice and utilize them in their daily surfing experience.</p>
<h3>What the heck are they?</h3>
<p>WAI-ARIA landmarks are a new method of providing easy navigation to certain points or hot spots on a page. Traditionally, this is being accomplished by providing visually hidden &#8220;skip links&#8221; to various anchor points. A commonly encountered one is the &#8220;skip to main content&#8221; or similarly named link that provides a quick way to navigate past all the navigation, search etc. features a site may have, and start reading directly at the main content of a page.</p>
<p>However, as the above cited survey results show, skip links aren&#8217;t nearly as important for most screen reader users as a good heading structure is. Skip links are usually also very useful for keyboard users (who need not necessarily be screen reader users).</p>
<p>However, one of the biggest problems is that &#8220;skip links&#8221; aren&#8217;t consistent. They might be called &#8220;skip to&#8230;&#8221; or &#8220;jump to &#8230;&#8221;, &#8220;skip past &#8230;&#8221; etc., and they may vary in what features they provide. This may also cause complaints for usability. I&#8217;ve been demoed pages that provide 20 or so skip links at the top before an actual link to a site feature is encountered. Needless to say, it didn&#8217;t provide a skip link for the skip links. <img src='http://www.marcozehe.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>WAI-ARIA attempts to rectify that by standardizing a certain number of navigational anchor points to allow easy and quick access to portions of a page that are frequently needed.</p>
<h3>How are they added?</h3>
<p>Landmarks are added to a page by specifying the <em>role</em> attribute on certain HTML elements. If you view the source of this blog page, for example, and search for the word &#8220;role&#8221;, you&#8217;ll find it added to some HTML elements that start blocks of interest. The addition is very simple, the only thing that really needs to be done is give some thought about placement of the landmarks.</p>
<p>Screen readers such as JAWS version 10 and above, Orca, NVDA from version 2009.1beta and above recognize WAI-ARIA landmarks in Firefox 3.0+ and IE 8. They usually provide one of their quick navigation keys to navigate to each landmark in turn, and JAWS and NVDA also provide lists of landmarks on a page. NVDA even shows the nesting of landmarks.</p>
<h3>The different landmarks</h3>
<p>Below is an explanation of the intention of each landmark from a practical standpoint.</p>
<h4>banner</h4>
<p>The <strong>banner</strong> landmark denotes the portion of a page where a company logo, site slogan or the like would be found. Providing this landmark will allow a screen reader user to easily access that information to, for example, copy the text info to paste somewhere for providing information, correct spelling etc.</p>
<h4>complementary</h4>
<p>the <strong>complementary</strong> landmark denotes a section with complementary information to the main content of the page. For example for a page that shows a single blog post, the complementary information could be links to related articles.</p>
<h4>contentinfo</h4>
<p>The <strong>contentinfo</strong> landmark denotes the section of a page that contains the copyright notice, link to privacy statement etc. It can also be used to denote a section with footnotes, but I&#8217;ve not seen an example of that yet.</p>
<h4>main</h4>
<p>The <strong>main</strong> landmark denotes the section of a page that contains the main content. This is equivalent to the target of a &#8220;skip to main content&#8221; link. On a page showing a single blog post, this is obviously where the title of the post is which starts the article.</p>
<p>Note that it is explicitly stated in the WAI-ARIA spec that this landmark should only appear once in a document. I believe the reason is obvious: If you had more than one main content on a single page, you should split that into two pages. <img src='http://www.marcozehe.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  All other landmarks can appear more than once (in fact it makes sense for them to do so in some circumstances), but main should only appear once.</p>
<h4>navigation</h4>
<p>The <strong>navigation</strong> landmark denotes one or more sections of a page that contain navigational items. Usually these are links to various features of your site.</p>
<h4>search</h4>
<p>The <strong>search</strong> landmark denotes the section of a page that starts your search feature. This is not necessarily the search textbox itself, but starts usually at the search form level to also include advisory information or the label you might want to include for your search.</p>
<h4>application</h4>
<p>The <strong>application</strong> landmark is a special landmark in that it does not just provide an anchor point but also usually causes different screen reader behavior. The application landmark denotes a section of a page that should not be treated like just any other ordinary web content, but provides features that are more closely related, in concept, to what a desktop application would provide. An example is the Search feature on the Yahoo! pages that provides a very rich experience with widgets not found in standard HTML.</p>
<p>When a screen reader encounters such an application section, what happens is, at least on Windows, that they switch out of their virtual document reading modes into a more interactive mode called &#8220;Focus mode&#8221; or &#8220;forms mode&#8221;. In addition, contrary to normal form elements, they usually prohibit switching back to virtual mode as long as focus is inside the application section. The user is required to interact with whatever keyboard navigation and other feedback (for example through the use of live regions) the web app author provided.</p>
<p>Having said that, the application landmark is usually not found when it comes to providing simple navigation anchors. When the application role is used, you should expect the web author to also have implemented an accessible rich internet application experience and can expect widgets to appear you wouldn&#8217;t find in your standard HTML element. If someone uses the application landmark without providing real rich widgetry, it&#8217;s probably a bug on their part and they&#8217;d most likely appreciate a friendly hint. <img src='http://www.marcozehe.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Personally, I don&#8217;t consider application to be just another landmark role. For me, application clearly belongs more in the space of true rich internet application development. I just mention it here because it is listed in the same section in the specification.</p>
<h3>What about validation?</h3>
<p>Oh yes, that may be important to some! The current W3C validator doesn&#8217;t validate XHTML+ARIA or HTML+ARIA yet, which includes the landmarks. However, if you don&#8217;t care, or you can convince your client that landmarks are a viable new feature for their sites, Steve Faulkner of The Paciello Group has <a href="http://www.paciellogroup.com/blog/?p=107">worked out a way</a> to validate the landmarks.</p>
<h3>Further reading</h3>
<p>A slightly different <a href="http://www.paciellogroup.com/blog/?p=106">approach to explaining the WAI-ARIA landmarks</a> has been done by Steve Faulkner of The Paciello Group in January of this year.</p>
<h3>Previous Easy ARIA Tips</h3>
<ol>
<li><a href="http://www.marcozehe.de/2008/02/29/easy-aria-tip-1-using-aria-required/">aria-required</a></li>
<li><a href="http://www.marcozehe.de/2008/03/23/easy-aria-tip-2-aria-labelledby-and-aria-describedby/">aria-labelledby and aria-describedby</a></li>
<li><a href="http://www.marcozehe.de/2008/07/16/easy-aria-tip-3-aria-invalid-and-role-alert/">aria-invalid and role &#8220;alert&#8221;</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/10/31/easy-aria-tip-4-landmarks/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5.4 fixes certain comboboxes on Linux with Orca</title>
		<link>http://www.marcozehe.de/2009/10/28/firefox-3-5-4-fixes-certain-comboboxes-on-linux-with-orca/</link>
		<comments>http://www.marcozehe.de/2009/10/28/firefox-3-5-4-fixes-certain-comboboxes-on-linux-with-orca/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 06:20:00 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Orca]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=198</guid>
		<description><![CDATA[If you haven&#8217;t noticed yet, Firefox 3.5.4 hit the web last night. For accessibility, this brings one major fix all of our Linux and Solaris users will appreciate: Certain comboboxes such as the &#8220;Security Question&#8221; one on the GMail signup page, were broken in the initial releases of 3.5. When you arrowed, Orca would not [...]]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t noticed yet, <a href="https://developer.mozilla.org/devnews/">Firefox 3.5.4 hit the web last night</a>. For accessibility, this brings one major fix all of our Linux and Solaris users will appreciate: Certain comboboxes such as the &#8220;Security Question&#8221; one on the GMail signup page, were broken in the initial releases of 3.5. When you arrowed, Orca would not speak the newly selected item. This was a regression from 3.0 where this worked.</p>
<p>We initially fixed this for Firefox 3.6 alpha and now also backported the fix to the 3.5 branch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/10/28/firefox-3-5-4-fixes-certain-comboboxes-on-linux-with-orca/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>NVDA 2009.1 beta, what&#8217;s in it for Firefox users?</title>
		<link>http://www.marcozehe.de/2009/10/27/nvda-2009-1-beta-whats-in-it-for-firefox-users/</link>
		<comments>http://www.marcozehe.de/2009/10/27/nvda-2009-1-beta-whats-in-it-for-firefox-users/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 14:30:59 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[ARIA]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[NVDA]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=193</guid>
		<description><![CDATA[En route to their 2009.1 final release, the NV Access team has released 2009.1beta1. Here&#8217;s a run-down of new features since their 0.6p3 release, of which I did a similar post. This does not cover everything, just the bits that impact the use of NVDA with Firefox and other Mozilla-based products.
WAI-ARIA landmark support
When in virtual [...]]]></description>
			<content:encoded><![CDATA[<p>En route to their 2009.1 final release, the NV Access team has <a href="http://www.nvda-project.org/blog/NVDA2009.1beta1Released">released</a> 2009.1beta1. Here&#8217;s a run-down of new features since their 0.6p3 release, of which I did a <a href="http://www.marcozehe.de/2009/02/16/nvda-06p3-released-quite-some-news-for-mozilla-users/">similar post</a>. This does not cover everything, just the bits that impact the use of NVDA with Firefox and other Mozilla-based products.</p>
<h3>WAI-ARIA landmark support</h3>
<p>When in virtual buffers, <kbd>D</kbd> and <kbd>Shift+D</kbd> can be used to skip between WAI-ARIA landmarks. Landmarks are also announced while reading a web page. The new Elements List also has a section for landmarks. Even the possible nesting of landmarks is announced.</p>
<h3>WAI-ARIA Drag And Drop support</h3>
<p>NVDA now supports WAI-ARIA Drag and Drop, with some help from Firefox 3.6 and later.</p>
<h3>More features</h3>
<ul>
<li>Sounds can now indicate the switching on and off of Focus Mode. Sounds are the default setting, but you can switch back to using indication via speech.</li>
<li><kbd>N</kbd> and <kbd>Shift+N</kbd> can be used to skip past blocks of links to the next/previous block of non-link text.</li>
<li>On pages that take longer than 1 second to load, you can interact with your system while the page is being rendered. NVDA will tell you that it is processing the page, and it will no longer block the system while doing so.</li>
</ul>
<p>Also, the Flash and Java interaction model <a href="http://www.marcozehe.de/2009/10/02/new-approaches-to-flash-and-java-accessibility-in-the-browser-on-windows/">discussed</a> in an earlier post are included in this beta.</p>
<p>For more new feature information, I suggest studying the <a href="http://www.nvda-project.org/releases/nvda_2009.1beta1_changes.txt">What&#8217;s new</a> document and try out the beta for yourself!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/10/27/nvda-2009-1-beta-whats-in-it-for-firefox-users/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>The importance of placement of HTML elements in a document</title>
		<link>http://www.marcozehe.de/2009/10/07/the-importance-of-placement-of-html-tags-in-a-document/</link>
		<comments>http://www.marcozehe.de/2009/10/07/the-importance-of-placement-of-html-tags-in-a-document/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 15:50:59 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=187</guid>
		<description><![CDATA[This was an issue I ran into today, so thought I&#8217;d blog about it.
When dealing with dynamically added and removed content on web pages, there are usually two approaches: One approach is to show and hide content in the place where the trigger for this change is. An example of that is the Mozilla Corporation [...]]]></description>
			<content:encoded><![CDATA[<p>This was an issue I ran into today, so thought I&#8217;d blog about it.</p>
<p>When dealing with dynamically added and removed content on web pages, there are usually two approaches: One approach is to show and hide content in the place where the trigger for this change is. An example of that is the <a href="http://www.mozilla.com/en-US/about/careers.html#feature-meet">Mozilla Corporation Careers</a> page. Clicking one of the links &#8220;Meet Mozilla&#8221;, &#8220;The team&#8221;, &#8220;Life at Mozilla&#8221; links will replace one text portion with another, in the same place, right below the list of these items.</p>
<p>The second approach is to add the new content to the end of the HTML document, and then use CSS to position the content on top of, or in the place of, a specific location visually. An example of this is the <a href="http://jquery.com/demo/thickbox/">jQuery Thickbox demos</a> page. Clicking one of the demo links, for example for the image, the gallery or the &#8220;keep in mind&#8221; demo, the text is being added to the end of the HTML, probably by some document.addXxx method in JavaScript or the like.</p>
<p>Visually, these two methods may vary a bit in styling, but have the same effect: You click something, and some text or images become visible or are being replaced by something else, without a page being reloaded.</p>
<p>For a screen reader user, the two methods make a profound difference. In order for a screen reader to present a web page to the blind user, a form of accessible tree traversal or even DOM or HTML parsing has to take place so the screen reader knows which elements there are, and in what order they appear. CSS styling is then used to determine whether something is hidden or visible, formatted as a block or the like. Also, some attributes for text etc. are being derived from this information. But positioning information is always secondary to the actual order in the source HTML, be it hard-coded or generated via JavaScript.</p>
<p>To put it in other words: Even a three-column page layout will appear to the screen reader user in a single-column, top-to-bottom fashion for easier readability.</p>
<p>The consequence is that, in the second example, the new content will always be found at the end of the screen-reader-rendered content. On Windows, this is at the end of the virtual buffer, even below the copyright notice or the like. On Linux and the Mac, one also has to use navigational methods to get to the end of the rendered content (for example by navigating all the way to the end with Orca or by getting to the last element while interacting with the HTML content on Mac). This is true across browsers (Firefox, IE, Safari). So to read the content that newly appeared in the thickbox, the user has to scroll all the way to the end, do whatever is necessary there, and then return to the top and navigate down using heading navigation or the like to find the place they left off. This is not very efficient or intuitive.</p>
<p>The same can be observed on Facebook where if you add a friend, the question whether you really want to send the friend request, will be appended and is found far down at the very bottom of the page for a screen reader user. Visually, it appears in the vicinity where a sighted user clicked the &#8220;Add as friend&#8221; button.</p>
<p>The Mozilla example, on the other hand, replaces the text right below the list, making it easily accessible within the context the user is currently working in anyway. The user never has to leave the general vicinity to get from introduction to the &#8220;Meet the team&#8221; etc. parts. Navigation back and forth is quick and efficient.</p>
<p>Therefore, when you design dynamic content, write an accordeon widget or the like, <strong>please please please</strong> always take the time to chose an appropriate div element in the vicinity of where the user is, and add or remove the dynamic content there instead of taking the maybe easier, but far less intuitive, route to simply dump to the end of the document node&#8217;s children and then use some weird styling to craft it visually. You&#8217;ll help all screen reader users visiting your site by offering them more efficiency in that they don&#8217;t have to navigate between chunks of the content that are far apart.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/10/07/the-importance-of-placement-of-html-tags-in-a-document/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>New approaches to Flash and Java accessibility in the browser on Windows</title>
		<link>http://www.marcozehe.de/2009/10/02/new-approaches-to-flash-and-java-accessibility-in-the-browser-on-windows/</link>
		<comments>http://www.marcozehe.de/2009/10/02/new-approaches-to-flash-and-java-accessibility-in-the-browser-on-windows/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 16:04:09 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[NVDA]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=184</guid>
		<description><![CDATA[Mick and Jamie from NV Access, the organization behind the free and open-source NVDA screen reader for Windows, are taking new approaches to accessing accessible Flash and Java applets inside the browser.
Traditionally, Adobe Flash content is being rendered  into the virtual buffer in Windows screen readers such as JAWS. Over the years, this has [...]]]></description>
			<content:encoded><![CDATA[<p>Mick and Jamie from NV Access, the organization behind the free and open-source <a href="http://www.nvda-project.org/">NVDA</a> screen reader for Windows, are taking new approaches to accessing accessible Flash and Java applets inside the browser.</p>
<p>Traditionally, Adobe Flash content is being rendered  into the virtual buffer in Windows screen readers such as JAWS. Over the years, this has proven to cause several issues:</p>
<ul>
<li>Dynamic content frequently updating causes the virtual buffer to either get out of date, or to  update so frequently that reading the content is close to impossible.</li>
<li>Accessing content can be cumbersome if Forms Mode or similar concepts are not properly handled.</li>
</ul>
<p>For these and other reasons, the <a href="http://webaim.org">WebAIM</a> screen reader survey taken last year ranked Flash as the technology posing the most accessibility obstacles on the web for blind users. 71% of all participants found Flash to be difficult or extremely difficult to use. Inaccessible Flash applets, which take up the vast majority of Flash content out in the wild, are doing the rest to strengthen this view.</p>
<p>With Java applets, things get even more complicated. For one, one has to install the Java Access Bridge from Sun Microsystems, to get Java to be accessible at all, inside the browser and elsewhere. Once that hurdle is taken,  Java applet content is not rendered inside the virtual buffer, but is present somewhere within the browser window, and one usually has to try to tab to it and get focus to it that way, outside the context of the virtual buffer. Accessible Java applets are very rare and currently hardly play any role when considering accessibility on the web. If at all, they&#8217;re viewed as obstacles and something to be avoided.</p>
<p>However, this could change with the approach the NV Access team is taking. In their latest <a href="http://www.nvda-project.org/wiki/Snapshots">snapshot build</a>, they are introducing an interaction model that is remotely similar to what blind Mac users have come to know and appreciate from Apple&#8217;s VoiceOver screen reader. What you do is this:</p>
<ol>
<li>You load a web page that contains Flash content. For example, take any YouTube video.</li>
<li>You navigate to a spot that says &#8220;embedded object clickable&#8221; with the normal virtual buffer navigation methods. For easiest access, NVDA provides the quick navigation key <kbd>o</kbd> to get to embedded objects.</li>
<li>Press <kbd>Enter</kbd>.</li>
<li>What this does is zoom in on the embedded Flash object and give it focus. Now, use <kbd>Tab</kbd> and <kbd>Shift+Tab</kbd> to navigate around the Flash app. Other keys such as the <kbd>arrow</kbd> keys also will perform differently now, for example <kbd>left</kbd> and <kbd>right</kbd> will scrub through the video on YouTube.</li>
<li>When done, press <kbd>NVDA+Space</kbd> to leave the embedded object and zoom out, returning to the parent web page. Your virtual buffer navigation will now function the same way as it did before you zoomed in on the Flash.</li>
</ol>
<p><strong>One note of caution</strong>: I fell into the trap that I thought the content would be rendered in the virtual buffer, as is traditionally done with Windows screen readers. To be honest, I didn&#8217;t read the note on this feature before I played with it. <img src='http://www.marcozehe.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But if you don&#8217;t <kbd>tab</kbd> after pressing <kbd>Enter</kbd>, you will immediately leave the embedded object and continue navigating with the virtual cursor. This is because Flash does not focus any particular object inside the applet by default when the applet itself gains focus.</p>
<p>When I tried this on YouTube earlier, I had the feeling I had never seen so many details of the YouTube player before! <img src='http://www.marcozehe.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>One more thing: The above technique will work in Firefox 3.5.x and the latest Minefield nightly builds, and it will also work in the 3.6b1 that&#8217;ll be available some time soon, but is not going to work in the 3.6alpha release we issued beginning of September, due to a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=512561">regression</a> that only recently got fixed in the 3.6 codebase.</p>
<p>With this new, in my opinion more user-friendly approach to accessing Flash content and Java applets, making sure your Flash or Java applets are accessible is becoming even more important than it already is, since blind users will be able to interact with applets more seamlessly than before.</p>
<p>And while we&#8217;re at it, the better support in NVDA for Flash should also be an incentive to Adobe to make Flash accessible on other platforms such as Linux and Mac. For the Mac, <a href="http://www.maccessibility.net">maccessibility.net</a> have a petition to Adobe for making Flash accessible on the Mac. If you haven&#8217;t already done so, I encourage you to show your support by <a href="http://maccessibility.net/petition/">signing that petition</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/10/02/new-approaches-to-flash-and-java-accessibility-in-the-browser-on-windows/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Recent happenings in accessibility-related projects financially supported by Mozilla</title>
		<link>http://www.marcozehe.de/2009/09/25/recent-happenings-in-accessibility-related-projects-financially-supported-by-mozilla/</link>
		<comments>http://www.marcozehe.de/2009/09/25/recent-happenings-in-accessibility-related-projects-financially-supported-by-mozilla/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 08:48:00 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=180</guid>
		<description><![CDATA[For several years now, Mozilla has funded varying projects in the field of accessibility development. Projects like Orca&#8217;s support for WAI-ARIA live regions, GNOME Accerciser, NVDA, or more recently, audio and video accessibility work and Firebug accessibility, are, in whole or in part, being funded by the Mozilla Foundation and other Mozilla resources to help [...]]]></description>
			<content:encoded><![CDATA[<p>For several years now, Mozilla has funded varying projects in the field of accessibility development. Projects like Orca&#8217;s support for WAI-ARIA live regions, GNOME Accerciser, NVDA, or more recently, audio and video accessibility work and Firebug accessibility, are, in whole or in part, being funded by the Mozilla Foundation and other Mozilla resources to help fulfill the <a href="http://www.mozilla.org/about/manifesto">Mozilla manifesto</a> and the <a href="https://wiki.mozilla.org/Accessibility/Strategy">Mozilla Accessibility Strategy</a>.</p>
<p>Here&#8217;s a summary of what&#8217;s <a href="http://blog.hecker.org/2009/06/30/new-mozilla-accessibility-projects/">currently happening</a> in Mozilla-funded accessibility-related projects. Most of these surfaced over the past quarter, or last half a year.</p>
<h3>NVDA</h3>
<p>In early August, it was announced that the Mozilla Foundation would renew its funding for the NVDA project. <a href="http://www.nvda-project.org/blog/NewMozillaGrantFurthersNVDA">Mick posted a summary of the goals</a> to the NVDA blog.</p>
<p>The project is well underway, en route to their 2009.1 release with improved support for WAI-ARIA landmarks, a totally revamped list of elements, support for 64 bit operating systems and much more!</p>
<p>Spearheaded by the Mozilla Foundation, who were the first to fund NVDA starting in 2007, <a href="http://www.nvda-project.org/blog/MicrosoftGrant2008-2009Announcement">Microsoft</a>, <a href="http://www.nvda-project.org/blog/YahooSupportsNVDA">Yahoo!</a> and <a href="http://www.nvda-project.org/blog/AdobeProvidesGrantForPDFAndFlash">Adobe</a> have since joined in supporting this open-source screen reader for Windows, offering a compelling alternative to commercially available assistive technologies on this platform.</p>
<p>For more news such as winning the Vision Australia Making A Difference award, check out their <a href="http://www.nvda-project.org/blog/">blog</a>.</p>
<h3>Audio and Video accessibility</h3>
<p>Frank already detailled much of this in his blog post above, and Silvia Pfeiffer just recently published a <a href="https://wiki.mozilla.org/Accessibility/Video_a11y_Aug09">progress report on the grant</a>.</p>
<p>Silvia also gave me some <a href="http://www.annodex.net/~silvia/itext/">demos to test</a>, and if you use JAWS or NVDA or Orca, I suggest you try them out yourself to see how cool they are!</p>
<p>This work has the potential to involve a lot of volunteers in helping make more movies, songs, and other material accessible to a large number of people with varying disabilities. Talk about crowd-sourcing!</p>
<h3>Firebug UI accessibility and the Firebug accessibility testing extension</h3>
<p>There are currently two grants happening in regards to <a href="http://www.getfirebug.com/">Firebug</a>, the web development tool of choice for many thousand web workers.</p>
<p>One is the work the Paciello Group is doing to make the UI accessible. I <a href="http://www.marcozehe.de/2009/07/16/blind-web-devs-jump-on-the-firebug-train/">posted</a> about the Firebug 1.4 release already, but the work doesn&#8217;t stop there. The next alpha release of Firebug 1.5, 1.5xa25, will include accessibility of the net panel, a component that was still missing in 1.4. The documentation has already been <a href="http://clients.paciellogroup.com/firebug/firebug.html#Net_Panel">updated</a> with information on how this will work. I gave this a whirl this week using a custom build I received from Hans (the developer in charge), and it works as advertised! So keep your eyes on the Firebug release cycle to not miss this cool update!</p>
<p>The other portion is work the University of Illinois UIUC is doing to develop an extension that will allow web developers to test whether they&#8217;re using correct accessibility-compliant markup. The extension will honor the WCAG 2.0 guidelines and WAI-ARIA specifications. Development has started recently, and I will be testing an early version soon to see how it fares! Keep your eyes on this blog for more info as it becomes available!</p>
<p>Once this work is completed, Firebug will be a solution for web developers to do testing of accessible web pages with an accessible UI. It means that Mozilla will be able to offer, directly or indirectly, a full range of testing and usage tools starting from the browser itself, the screen reader, and the testing and development side, all in an open-source fashion, driving the accessible web standards effort forward in thus far uncharted territory.</p>
<p>So, let&#8217;s boldly go! <img src='http://www.marcozehe.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/09/25/recent-happenings-in-accessibility-related-projects-financially-supported-by-mozilla/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>The current state of accessible Firefox on the Mac, your help is appreciated!</title>
		<link>http://www.marcozehe.de/2009/09/22/the-current-state-of-accessible-firefox-on-the-mac-your-help-is-appreciated/</link>
		<comments>http://www.marcozehe.de/2009/09/22/the-current-state-of-accessible-firefox-on-the-mac-your-help-is-appreciated/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 12:20:57 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=174</guid>
		<description><![CDATA[I&#8217;ve been asked time and time again about what the current state is of the possibility of an accessible Firefox on the Mac that interacts with the VoiceOver screen reader. Well, let me recap what the current affair is.
First of all, the bad news is that getting the remaining quirks out of Mac accessibility is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been asked time and time again about what the current state is of the possibility of an accessible Firefox on the Mac that interacts with the VoiceOver screen reader. Well, let me recap what the current affair is.</p>
<p>First of all, the bad news is that getting the remaining quirks out of Mac accessibility is not going to happen this or next quarters.</p>
<p>The main reason is that our code currently needs to be made ready for future enhancements. Our recent <a href="http://www.marcozehe.de/2009/09/11/youre-a-table-and-i-dont-care-what-lies-underneath/">work on the IAccessibleTable2 interface</a> showed us that painfully: The refactoring and reorganization needed took much longer than we had estimated and required us to touch much more code than we had hoped. We also have some nasty event firing problems that have been a pain in the neck for those ATs supporting us that we desperately need to attack these now.</p>
<p>However, the good news is that since early May, the accessibility unit tests (Mochitests) have been running mostly successfully on the Mac on both the mozilla-central and mozilla-1.9.2 branch tinderboxes. Those tests had been running successfully on Windows and Linux since December already. They&#8217;ve been intermittently showing some flakiness (what we call random orange) in especially the events area, which is what we&#8217;ll be working on in the immediate future anyway, but otherwise been quite stable.</p>
<p>On top of that, at least investigating and driving the Mac accessibility effort forward has been sort of a pet project of mine all the while, even though Mac a11y is no longer part of our team&#8217;s official goal set for this year.</p>
<p>What I&#8217;ve been doing is build Mac builds with accessibility enabled on my MacBook and test them whenever I had some cycles. On Mac OS X 10.5 (Leopard), VoiceOver and the Firefox builds played terribly together, with lots of sluggishness and delayed responses that made it impossible to get any really useful testing done.</p>
<p>This, however, has changed with Snow Leopard. Without consciously changing things on our end, a build done under Snow Leopard is much more responsive with VoiceOver. We&#8217;re nowhere near the good performance blind people have come to appreciate from Safari yet, but we&#8217;re doing much better now. Whether it&#8217;s the improved VoiceOver or the fact that we&#8217;re now building against the MacOS10.5 SDK, or both, I don&#8217;t know.</p>
<p>The following are what I&#8217;d consider the most pressing issues before we could even think about sending this off to a bunch of voluntary testers:</p>
<ul>
<li>VoiceOver is <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=499927">not speaking most accessible roles</a> of UI and web page elements. Strangely enough, when pressing a button, it will say &#8220;Press button&#8221; and the like.</li>
<li>VoiceOver <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=499931">skips over plain text</a> on pages, and the text is also not visible in VoiceOver&#8217;s Obbject Chooser menu.</li>
<li>Other inconsistencies having to do with roles like VoiceOver not recognizing our HTML area as such and not automatically starting to read pages etc.</li>
<li>Performance problems: Right now, navigating from one element to the next takes about half a second, which is unacceptable.</li>
</ul>
<p>And this is where you might be able to help us! Are you a developer who is fluent in Objective-C, and (as a bonus) versed in Apple&#8217;s accessibility APIs? We could use your voluntary help in trying to nail this down!</p>
<p>So if you&#8217;d like to help improve Firefox on the Mac and have an idea about what might be going on here, <a href="https://developer.mozilla.org/En/Mac_OS_X_Build_Prerequisites">go grab the source and build it</a>! In order for accessibility to be turned on, in addition to all the stuff you need to put into your MOZCONFIG file, you need to add the following line:</p>
<pre><code>ac_add_options --enable-accessibility</code></pre>
<p>With this exception, commence as described in our docs.</p>
<p>Once you&#8217;ve got Firefox built, you can press <kbd>CMD+F5</kbd> to turn on VoiceOver. A friendly male voice named Alex will start talking to you immediately and give you feedback on your actions through your Mac&#8217;s speakers. <kbd>CMD+F5</kbd> is a toggle, so the same keystroke will turn VoiceOver off and leave no trace of it having been active.</p>
<p>Once VoiceOver is running, the following is a list of hot keys that can be used to navigate. Note that VO refers to the VoiceOver modifier, which is both <kbd>Ctrl</kbd> and <kbd>Option</kbd> held down.</p>
<table border="1">
<tr>
<th>Key</th>
<th>Description</th>
</tr>
<tr>
<td><kbd>VO+Arrows</kbd></td>
<td>Navigate in all 4 directions. <kbd>Left</kbd> and <kbd>Right</kbd> from item to item sequentially.</td>
</tr>
<tr>
<td><kbd>VO+Shift+DownArrow</kbd></td>
<td>Interact with the currently spoken item. Interacting is examining an item in more detail. For example, interacting with a table will expose the individual cells to VoiceOver and restrict navigation inside this container.</td>
</tr>
<tr>
<td><kbd>VO+Shift+UpArrow</kbd></td>
<td>Stop interacting and return to the parent level of navigation.</td>
</tr>
<tr>
<td><kbd>VO+Space</kbd></td>
<td>Press or activate the current item. This will perform the default action, which is usually identical to clicking the mouse.</td>
</tr>
</table>
<p>More information is available on <a href="http://www.apple.com/accessibility">Apple&#8217;s accessibility site</a>. A <a href="http://images.apple.com/accessibility/voiceover/pdf/VoiceOver_Keyboard_Color20080912.pdf">Key commands chart (PDF)</a> will give you more keystrokes, and the linked-to bugs above will give exact steps to repro the bugs themselves.</p>
<p>Since Firefox is not a native COCOA application on the Mac in the sense that we implement all our UI elements ourselves, we have to expose the whole accessibility contract and are obviously doing some things wrong there. The initial work that was done was done by a Mozilla Foundation grantee back in 2006, but this project was never finished and the project had been in limbo since then.</p>
<p>If you are willing to help, feel free to connect with me through e-mail (available from my About page) or via IRC on the <a href="irc://irc.mozilla.org#accessibility">#accessibility</a> channel. I&#8217;ll be glad to assist with getting involved. The accessibility team definitely would appreciate it, and so would many community members I&#8217;m sure!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/09/22/the-current-state-of-accessible-firefox-on-the-mac-your-help-is-appreciated/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>You&#8217;re a table, and I don&#8217;t care what lies underneath</title>
		<link>http://www.marcozehe.de/2009/09/11/youre-a-table-and-i-dont-care-what-lies-underneath/</link>
		<comments>http://www.marcozehe.de/2009/09/11/youre-a-table-and-i-dont-care-what-lies-underneath/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 12:40:29 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[ARIA]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=170</guid>
		<description><![CDATA[Over  the past couple of weeks, Alex, David and I have been hard at work refactoring, discussing, and implementing better support for accessible tables in Gecko. Some of this has seen the light in Firefox 3.6alpha, but the heart of the work is currently only in mozilla-central (AKA Firefox 3.7). Update: As of October [...]]]></description>
			<content:encoded><![CDATA[<p>Over  the past couple of weeks, Alex, David and I have been hard at work refactoring, discussing, and implementing better support for accessible tables in Gecko. Some of this has seen the light in Firefox 3.6alpha, but the heart of the work is currently only in mozilla-central (AKA Firefox 3.7). Update: As of October 29, these changes have also been ported to the Firefox 3.6 AKA the Gecko 1.9.2 branch and will be in the final release of Firefox 3.6. It will not yet appear in the upcoming release of Firefox 3.6b1, since that was branched off before we landed the IAccessibleTable2 support.</p>
<p>The goal was to:</p>
<ol>
<li>Refactor our code to become more maintainable.</li>
<li>Expose the same kind of interface to assistive technologies regardless of what lies underneath is a true HTML table, an ARIA table, an ARIA data grid, a XUL tree table etc. There are so many commonalities that ATs should be able to expect similar, if not identical, information from any of these table types.</li>
<li>Implement the <a href="http://dev.linuxfoundation.org/~ptbrunet/ia2/docs/html/interface_i_accessible_table2.html">IAccessibleTable2</a> interface that was defined within the IA2 group over the summer.</li>
<li>Get rid of many &#8220;todo&#8221; items in our Mochitest unit tests.</li>
</ol>
<p>For The Minefield (Firefox 3.7a1pre) nightly build that will come out today, Friday September 11, the patch that implements IAccessibleTable2 has landed. All header/table cell relations are now defined through proper method calls rather than special forms of accessible relations. This was a big patch with almost 550 kb in size. A quarter of this were IDL changes for IA2, but the rest was all code that had to be reviewed and super-reviewed. It&#8217;s definitely the biggest patch I&#8217;ve been working on so far since I started working for Mozilla.</p>
<p>Over the past few weeks, Alex also refactored our XUL tree exposure to better meet our goal. With 235 KB, this was the second biggest patch I have been working on so far.</p>
<p>Other changes that went in concern selection of cells, rows, unselecting parts of tables etc. Some of these have caused our long &#8220;to do&#8221; item list of around 80 items to drop to a mere 7 throughout the whole a11y test suite. The table tests were among the first written when we started doing automated tests on a11y some 20 months ago, and it&#8217;s cool to finally see this area of the code properly addressed!</p>
<p>With these changes, our number of passing tests is now at 10205 and a total of 7 to-do items.</p>
<p>And this is where you come in! If you&#8217;re an accessible tables junkie, know a lot about HTML table make-up, or know of very weird tables out in the wild, go <a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central/">download the latest nightly build</a> and throw the tables at it! Let us know your results, for example by commenting here on the blog, and if you find something that definitely isn&#8217;t exposed right, <a href="https://bugzilla.mozilla.org/enter_bug.cgi?alias=&#038;assigned_to=nobody%40mozilla.org&#038;blocked=491681&#038;bug_file_loc=&#038;bug_severity=normal&#038;bug_status=NEW&#038;cf_status_192=---&#038;comment=&#038;component=Disability%20Access%20APIs&#038;contenttypeentry=&#038;contenttypemethod=autodetect&#038;contenttypeselection=text%2Fplain&#038;data=&#038;dependson=&#038;description=&#038;flag_type-203=X&#038;flag_type-270=X&#038;flag_type-271=X&#038;flag_type-325=X&#038;flag_type-369=X&#038;flag_type-37=X&#038;flag_type-370=X&#038;flag_type-385=X&#038;flag_type-4=X&#038;flag_type-422=X&#038;flag_type-479=X&#038;flag_type-480=X&#038;flag_type-485=X&#038;flag_type-486=X&#038;flag_type-5=X&#038;flag_type-536=X&#038;flag_type-540=X&#038;flag_type-541=X&#038;flag_type-542=X&#038;flag_type-543=X&#038;form_name=enter_bug&#038;keywords=access&#038;maketemplate=Remember%20values%20as%20bookmarkable%20template&#038;op_sys=All&#038;priority=--&#038;product=Core&#038;qa_contact=accessibility-apis%40core.bugs&#038;rep_platform=All&#038;short_desc=&#038;target_milestone=---&#038;version=Trunk">file a bug</a>! We appreciate any and all help you can give us here!</p>
<p>If you&#8217;re an AT vendor and plan on implementing support for IAccessibleTable2, here&#8217;s a model you can use!</p>
<p>Finally, I&#8217;d like to thank all the cool people (module peers and super reviewers) who helped us accomplish what we&#8217;ve accomplished so far! With their knowledge and wisdom about the inner workings of Gecko and their respective modules, they helped make our code faster, better and more robust. Keep on rockin&#8217;!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/09/11/youre-a-table-and-i-dont-care-what-lies-underneath/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Use CSS3 transforms, makes your pages more accessible!</title>
		<link>http://www.marcozehe.de/2009/08/19/use-css3-transforms-makes-your-pages-more-accessible/</link>
		<comments>http://www.marcozehe.de/2009/08/19/use-css3-transforms-makes-your-pages-more-accessible/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 09:04:28 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=168</guid>
		<description><![CDATA[If you&#8217;re one of those types who likes to visually twist, rotate or tweak some text, in previous years the only real choice was to use pictures to achieve such visual effects. However, thanks to CSS3 transforms, supported in Firefox 3.5 and later, Safari 3 and later, and Opera 10 beta, it is now possible [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re one of those types who likes to visually twist, rotate or tweak some text, in previous years the only real choice was to use pictures to achieve such visual effects. However, thanks to <a href="https://developer.mozilla.org/web-tech/2008/09/12/css-transforms/">CSS3 transforms</a>, supported in Firefox 3.5 and later, Safari 3 and later, and Opera 10 beta, it is now possible to use plain text and rotate, twist and tweak its looks via CSS. The big advantage: Screen readers will still read the text OK because their reading order is not influenced by the visual appearance of the text. So even text rotated by 45 or 90 degrees will appear correctly in a screen reader&#8217;s virtual buffer.</p>
<p>There even is a workaround for IE, but it doesn&#8217;t work in IE 8. To quote a friend from Germany: &#8220;Maybe IE 17&#8243;. <img src='http://www.marcozehe.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/08/19/use-css3-transforms-makes-your-pages-more-accessible/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Blind web devs, jump on the Firebug train!</title>
		<link>http://www.marcozehe.de/2009/07/16/blind-web-devs-jump-on-the-firebug-train/</link>
		<comments>http://www.marcozehe.de/2009/07/16/blind-web-devs-jump-on-the-firebug-train/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 14:28:45 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[ARIA]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=165</guid>
		<description><![CDATA[Late yesterday, Firebug 1.4 was released. Firebug is the web development and debugging tool for Firefox, with a huge user base worldwide.
As JJB mentions in his post, UI accessibility was provided for many of the Firebug features by Hans Hillen of the Paciello Group. The Mozilla Foundation funded the first of this work, and the [...]]]></description>
			<content:encoded><![CDATA[<p>Late yesterday, <a href="http://www.getfirebug.com/">Firebug</a> 1.4 was <a href="http://blog.getfirebug.com/?p=295">released</a>. Firebug is <strong>the</strong> web development and debugging tool for Firefox, with a huge user base worldwide.</p>
<p>As JJB mentions in his post, UI accessibility was provided for many of the Firebug features by Hans Hillen of the <a href="http://www.paciellogroup.com/">Paciello Group</a>. The Mozilla Foundation funded the first of this work, and the Mozilla Corporation is now <a href="http://blog.hecker.org/2009/06/30/new-mozilla-accessibility-projects/">continuing funding</a> to finish the remaining UI pieces like the &#8220;Net&#8221; panel, fix remaining issues, and also to work with the University of Illinois to develop Firebug features that will help web developers check their sites and applications for accessibility and fix issues in that area.</p>
<p>I am not going to iterate over the features one by one, since the <a href="http://clients.paciellogroup.com/firebug/firebug.html">documentation</a> on the accessibility features is very comprehensive. I urge all developers wanting to utilize these  features to RTFM (read the fantastic manual) in its entirety before starting to use accessible Firebug.</p>
<p>Once you are up and running with it, you&#8217;ll find that all of the described features work as advertised in the documentation. And even more: The documentation currently still states that the script panel&#8217;s source code viewer cannot be read with NVDA. However, Hans, Jamie from the NVDA team, and I managed to fix that problem shortly before beta 1 of Firebug 1.4. I notified Hans to update the documentation.</p>
<p>Compared to Firebug 1.3, Firebug 1.4 offers a wealth of accessible web development tools. Firebug 1.3 was effectively not accessible, Firebug 1.4 is, with a few small exceptions, fully accessible, which is an almost 100% leap forward within a single version number increment!</p>
<p>This opens up whole new opportunities for blind developers. To my knowledge, the development tools offered by the Redmond browser do not offer this wealth of features. In testing I did while fixing my example form to also work in IE 8, I found the tools to be unreliable and shaky in many areas. Firefox 3.5 and Firebug 1.4, on the other hand, together with NVDA, which currently best supports the former, are a vehicle to open up new job opportunities! With Firebug, a blind person has full control over the styling and layout of a web application or page. For example, taking my example form from the Easy ARIA Tip #3, and looking at the label and input elements for the &#8220;name&#8221; entry, I can immediately be told that the label is to the left of the input, and how many pixels there are between the two. I can make sure they&#8217;re visually at the same height. The box model of the Layout sidepanel of the Firebug HTML panel is fully accessible and gives me a feel for a page I&#8217;ve never had before!</p>
<p>Communication of search results within the HTML panel, or when encountering a breakpoint, is just awesome! Being able to inspect the DOM or a single element&#8217;s properties, being able to in-line edit properties and immediately be able to test the effect a certain ARIA attribute might have on your screen reader output is just productivety at its best!</p>
<p>What Hans accomplished here is done almost entirely through <a href="http://www.w3.org/TR/wai-aria/">WAI-ARIA</a>, and by implementing very intelligent keyboard navigation mechanisms. Through ARIA, such widgets as the log rows for the console, when you enter something such as <code>document;</code>, or  <code>dir();</code>, are pushing the boundaries of known desktop widgets. The fact that tabs have popup menus attached to them is being communicated to the user by NVDA straight away, thanks to a very open and flexible architecture that does not assume certain facts about traditional static desktop widgetry such as &#8220;tabs never have menus attached to them&#8221;. The pure visual box representation of the Layout side panel of the HTML panel is another great example. This even blew David Bolter away when I showed it to him during the Mozilla all-hands in late April, and David is a long-standing and accomplished a11y guru!</p>
<p>Implementing some of these features in desktop applications usually requires very customized implementations of the platform&#8217;s accessibility APIs. ARIA, however, is so open and flexible that it can be easily applied to make such visually complex tools like Firebug accessible without ever touching the Mozilla core codebase. Firebug is a mix of XUL (the Mozilla UI language) and HTML+CSS.</p>
<p>So, <a href="http://twitter.com/vick08/status/2639652258">Victor Tsaran of Yahoo! is already firebugging</a>, and so am I. When are you?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/07/16/blind-web-devs-jump-on-the-firebug-train/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>The WAI-ARIA Windows screen reader shootout</title>
		<link>http://www.marcozehe.de/2009/07/01/the-wai-aria-windows-screen-reader-shootout/</link>
		<comments>http://www.marcozehe.de/2009/07/01/the-wai-aria-windows-screen-reader-shootout/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 13:59:51 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[ARIA]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[GMail]]></category>
		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=163</guid>
		<description><![CDATA[Firefox 3.5 has been released, and now it&#8217;s time to take a look at what features of WAI-ARIA are being supported by which Windows screen reader. Competition is healthy in this market, and two new screen readers have started supporting Firefox during the 3.5 development cycle: Dolphin&#8217;s Hal/SuperNova and Serotek&#8217;s System Access (including the free [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox 3.5 has been released, and now it&#8217;s time to take a look at what features of WAI-ARIA are being supported by which Windows screen reader. Competition is healthy in this market, and two new screen readers have started supporting Firefox during the 3.5 development cycle: <a href="http://www.dolphinuk.co.uk">Dolphin&#8217;s</a> Hal/SuperNova and <a href="http://www.serotek.com">Serotek&#8217;s</a> System Access (including the free SAToGo offering). So to document the current state of affairs, I&#8217;ve taken each one of the following screen readers running on the Windows platform on a tour through some WAI-ARIA implementations that are out there for everyone to use. I&#8217;ve chosen not to do a widget-by-widget walkthrough of the Dojo DIJIT Toolkit or some other JS library already including WAI-ARIA, but instead concentrated on stuff users will actually encounter while surfing the web under non-clinical conditions.</p>
<p>The following are the candidates:</p>
<ul>
<li><a href="http://www.nvda-project.org">NVDA</a>, using the latest <a href="http://www.nvda-project.org/wiki/Snapshots">snapshot</a> build, which actually does not behave much different from the current 0.6p3 release.</li>
<li><a href="http://www.freedomscientific.com/products/fs/jaws-product-page.asp">JAWS</a> 10.0.1154.</li>
<li><a href="http://www.gwmicro.com/Window-Eyes/">Window-Eyes</a> 7.1.</li>
<li><a href="http://www.dolphinuk.co.uk/productdetail.asp?id=1">SuperNova</a> 11.02.</li>
<li><a href="http://serotek.com/system-access-standalone">System Access</a> in the form of the free <a href="http://www.satogo.com/">System Access To Go</a> service.</li>
</ul>
<p>The scoring is simple: For each important feature that is fully supported, each screen reader gets 1 point. A particular web app may have more than 1 feature, so it is possible to score multiple points for web apps.</p>
<p>Note that, even if WAI-ARIA support is not explicitly documented, it is still possible to score points because Firefox exposes many widgets through MSAA and IAccessible2 that are not standard HTML widgets. The interesting question here is: Are the various forms of Forms/Focus mode flexible enough to deal with these?</p>
<h3>Landmarks</h3>
<p>WAI-ARIA landmarks are one of the most widely used features of the spec already. They allow another means of navigating a web page, finding things such as the banner, main content, search, complementary or footer information. The newly relaunched <a href="http://addons.mozilla.org/">Mozilla Add-Ons website</a> uses them now, as does this blog.</p>
<dl>
<dt>NVDA</dt>
<dd>No.</dd>
<dt>JAWS</dt>
<dd>Yes. Landmarks are announced, they can be navigated to using the <kbd>Semicolon</kbd> quick navigation key, and there&#8217;s a list of landmarks available through <kbd>JAWSKey+Ctrl+SemiColon</kbd>. <strong>1 point</strong></dd>
<dt>Window-Eyes</dt>
<dd>No.</dd>
<dt>SuperNova</dt>
<dd>No.</dd>
<dt>System Access To Go</dt>
<dd>No.</dd>
</dl>
<p>So after the first round, JAWS is in the lead with 1 points.</p>
<h3>Contact form from my Easy ARIA tips</h3>
<p>The <a href="http://www.marco-zehe.de/examples/Tutorial_aria-invalid_and_role_alert.html">example contact form</a> I created for my Easy Aria tip #3 offers several features that can be incorporated without having to create widgets, and which have appeared in some form or another on pages throughout the web already:</p>
<ul>
<li>Does the fact that the Name, E-Mail and Message fields are required get indicated by anything other than the label saying &#8220;required&#8221;?
<ul>
<li>By navigating the virtual buffer</li>
<li>When in forms/focus mode and tabbing around</li>
</ul>
</li>
<li>When entering an invalid name by just entering the first name:
<ul>
<li>Does the alert get spoken when tabbing away?</li>
<li>When tabbing back, does the field get indicated as having an invalid entry?</li>
<li>Does the fact that this field has an invalid entry get indicated when navigating in the virtual buffer?</dd>
</ul>
</li>
</ul>
<p>In total, there are 5 points to score for this test.</p>
<dl>
<dt>NVDA</dt>
<dd>NVDA indicates the field as being required in v cursor mode and when tabbing around. 2 points. It speaks the alert. 1 point. It indicates the invalid attribute both when navigating the virtual buffer and when in focus mode and tabbing around. 2 points. Total: <strong>5 points</strong></dd>
<dt>JAWS</dt>
<dd>While the label gets spoken in virtual cursor mode, when JAWS switches to forms mode automatically when hitting the entry field, the plopping sound drowns out every indication of attributes such as required or invalid. Only when deviating from default settings and turning AutoFormsMode off one will hear those attributes in V cursor mode. No points for these two. The alert gets spoken. 1 point. When tabbing around, the attributes such as required and invalid do get announced with the default settings. 2 points for these. Total: <strong>3 points</strong></dd>
<dt>Window-Eyes</dt>
<dd>The fact that the field is required gets spoken in both browse and focus modes. 2 points. The alert gets spoken. 1 point. The fact that the field has an invalid entry gets spoken in both browse and focus modes. 2 points. Total: <strong>5 points</strong></dd>
<dt>SuperNova</dt>
<dd>None of the asked for features work. Sorry, <strong>0 points</strong>.</dd>
<dt>System Access To Go</dt>
<dd>The alert gets spoken. 1 point. None of the attributes are spoken when navigating or tabbing. Total: <strong>1 point</strong>.</dd>
</dl>
<p>After round 2, NVDA and Window-Eyes take the lead with 5 points each, JAWS follows on third place with a total of 4 points, System Access has 1 point, and SuperNova has 0 points.</p>
<h3> Yahoo! Search</h3>
<p>The new <a href="http://www.ysearch.com">Yahoo! Search</a> is an interactive widget allowing browsing of possible search terms and related concepts that fit the currently selected search term. It uses a whole range of WAI-ARIA widgets, properties and states, live regions etc. When performing a search, the following things should be working:</p>
<ul>
<li>When focusing the textbox:
<ul>
<li>Does the screen reader speak the name &#8220;Search query&#8221;?</li>
<li>Does the screen reader announce the description &#8220;Use the up and down arrow keys to select suggestions, or press down and then right to explore concepts.&#8221;?</li>
</ul>
</li>
<li>When typing, does the screen reader announce that search suggestions are available?</li>
<li>When search suggestions are available, does pressing <kbd>DownArrow</kbd> properly announce that focus shifted to the list of suggested search terms, and what to do to get back to the search field?</li>
<li>Does pressing <kbd>RightArrow</kbd> announce the shift to the &#8220;related concepts&#8221; list and the selected item?</li>
<li>When arrowing through either list, does the highlighted/focused item get spoken, and does the search that will be performed when pressing <kbd>Enter</kbd> get announced by the screen reader?</li>
</ul>
</li>
</ul>
<p>So, there are 7 points to score for this one.</p>
<dl>
<dt>NVDA</dt>
<dd>It speaks the &#8220;Search query&#8221; label. 1 point. It speaks the &#8220;Use the..&#8221; description. 1 point. When search suggestions are available, the fact is announced. 1 point. When pressing <kbd>DownArrow</kbd>, the transition to the list of suggested terms is announced along with the full instructions and the selected item. 1 point. When arrowing left and right to the related concepts and back, each focus transition is properly announced and the highlighted item read. 1 point. When arrowing up and down through either list, the newly highlighted search term is announced, and the search that is going to be performed is announced automatically. 2 points. Total: <strong>7 points</strong></dd>
<dt>JAWS</dt>
<dd>When focusing the search field, the &#8220;Search query&#8221; label is announced. 1 point. The &#8220;use &#8230;&#8221; description is not announced automatically. It is also not being announced when pressing <kbd>JawsKey+Tab</kbd> or <kbd>Insert+F1</kbd>. The only way to get to it is to use their HomeRow utility functions and cycling to the &#8220;Description&#8221; item with <kbd>HomeRow+F10</kbd> and then listening to it with <kbd>HomeRow+F9</kbd>. For this almost non-discoverability I can&#8217;t give a point, sorry. When search results are available, this gets announced. 1 point. When pressing <kbd>DownArrow</kbd>, the transition to the list is announced along with the prompt. 1 point. When RightArrowing, the transition to the &#8220;Explore related concepts&#8221; list is announced. 1 point. When arrowing up and down, the newly highlighted item is not announced, and neither is the search that is going to be performed. One can get the currently focused item by using <kbd>Insert+Tab</kbd>, but the description is once again burried in HomeRow. I&#8217;m willing to give half a point for this one since initially it will be confusing to users that they don&#8217;t hear anything when arrowing up and down. Total: <strong>4.5 points</strong></dd>
<dt>Window-Eyes</dt>
<dd>The label &#8220;Search query&#8221; is announced. 1 point. The &#8220;Use&#8230;&#8221; description is announced. 1 point. The availability of search results is not announced. The transition to the search term suggestions is partially announced: The focused item is, but the prompt is not. Half a point. The transition to the &#8220;Related concepts&#8221; and back is announced partially: The newly focused item is, but the prompt isn&#8217;t. half a point. When arrowing up and down, both the search suggestion and the search that is going to be performed are being announced. 2 points. Total: <strong>5 points</strong>.</dd>
<dt>SuperNova</dt>
<dd>Announcing the &#8220;Search query&#8221; label works. 1 point. But unfortunately, that&#8217;s where the fun ends. The description is not announced, the availability of search term suggestions is neither. And the rest of the functionality of this widget is broken. <kbd>DownArrow</kbd> is captured by SuperNova and will not fall through to the widget, getting one stuck inside the textbox. Tabbing around will only get up to the &#8220;Submit your site&#8221; link, but the search terms aren&#8217;t reachable. SuperNova will say &#8220;bottom&#8221;, and no further can one go. Total: <strong>1 point</strong>.</dd>
<dt>System Access To Go</dt>
<dd>The picture is roughly the same as with SuperNova. The label &#8220;Search query&#8221; is spoken. 1 point. The description is not spoken. The availability of search term suggestions neither. <kbd>DownArrow</kbd> gets you to the &#8220;Search&#8221; button instead of the list of search terms. In fact, this virtual buffer also ends at the &#8220;Submit your site&#8221; link. Total: <strong>1 point</strong>.</dd>
</dl>
<p>At the end of this round, NVDA leaps ahead with 12 points. Window-Eyes is second with 10 points, followed by JAWS with 8.5 points. System Access scores a total of 2, and SuperNova got their first point!</p>
<h3>GMail Chat</h3>
<p>GMail has an integrated Google Talk widget that I talked about <a href="http://www.marcozehe.de/2008/08/06/aria-in-gmail-2-enhancing-the-chat-experience/">before</a>. The following should be working:</p>
<ul>
<li>Ability to activate the &#8220;Set status here&#8221; label by pressing <kbd>Enter</kbd> on it to input a personal status message.</li>
<li>Ability to activate the &#8220;status menu&#8221; and navigate inside it with speech output.</li>
<li>Navigate inside the list of buddies and hear their names and status.</li>
<li>Inside the Chat window, announce typed and incoming messages.</li>
<li>Track going to the Chat window toolbar.</li>
</ul>
<p>Once again, there are 5 points to score. Let&#8217;s see how everyone fares!</p>
<dl>
<dt>NVDA</dt>
<dd>Pressing Enter on &#8220;Set status here&#8221; works fine, and one can input a status message. 1 point. Activating and navigating in the status menu works fine. 1 point. The list of buddies talks fine. 1 point. Chatting works fine. 1 point. Trying to access the toolbar items by first going out of focus mode with <kbd>Escape</kbd> made NVDA hang each time I tried it. It somehow has a conflict with the chat widget. Sorry, no point for this one. Total: <strong>4 points</strong></dd>
<dt>JAWS</dt>
<dd>The label to input a status message is not activable by pressing <kbd>Enter</kbd>. It can only be activated using the JAWS cursor emulation. Since this is a well-known workaround, I&#8217;m giving half a point. The Status menu is activable and works fine. 1 point. The list talks fine. 1 point. The incoming and typed messages are spoken in the chat output. 1 point. The chat toolbar to pop out the chat into its own window is accessible. 1 point. Total: <strong>4.5 points</strong>.</dd>
<dt>Window-Eyes</dt>
<dd>Accessing the label to input a status message works with workaround of routing WE cursor to element, then mouse to WE cursor, and clicking with the mouse. However, I cannot input a status message afterwards, even though I hear the prompt for it. a quarter of a point for that. The status menu cannot be activated through any means. The list talks fine. 1 point. The chat window works with restrictions: It can be activated and typed in, but incoming messages are not read. half a point for that. Trying to access the toolbar items of the chat window sort of works by turning browse mode back on, and then searching, but since the last position is not retained, I can only give half a point for this one. Total: <strong>2.25 points</strong>.</dd>
<dt>SuperNova</dt>
<dd>Activating the &#8220;Set status here&#8221; works. I can input a new status. 1 point. The status menu button does not work, cannot be activated or found through other means. The list of buddies talks. 1 point. Activating a chat with a buddy does not work. Consequently, since the chat window never comes up, the toolbar items for the chat window obsolete themselves. Total: <strong>2 points</strong>.</dd>
<dt>System Access To Go</dt>
<dd>The &#8220;Set status here&#8221; and Status menu items are not accessible. The list talks fine. 1 point. Activating a chat works. 1 point. Finding the toolbar buttons is not possible, because the cursor gets stuck within the textbox of the chat window and there&#8217;s no way to move it out. Total: <strong>2 points</strong>.</dd>
</dl>
<h3>&#8230;and the winner is&#8230;</h3>
<p>Congratulations go to the NV Access team and their screen reader! In this WAI-ARIA shootout, you scored 16 points.</p>
<p>Number 2 is JAWS by Freedom scientific, scoring a total of 12.5 points.</p>
<p>Window-Eyes by GW Micro is third with a total of <strong>12.25 points</strong>.</p>
<p>Fourth place goes to Serotek with their System Access screen reader product line, with a total of <strong>4 points</strong>.</p>
<p>And SuperNova by Dolphin receives <strong>3 points</strong>.</p>
<h3>In summary</h3>
<p>This was a close match, although there is clearly a dividing line between the three screen readers that have been supporting Firefox for a longer period of time, and those that came on board fresh within the past year or so.</p>
<p>I hope this little competition encourages each of the vendors to better themselves for the benefit of the users. We&#8217;re here to help each and everyone of you with technical advice and discussion on how things should be implemented.</p>
<p>Keep on rockin&#8217;!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/07/01/the-wai-aria-windows-screen-reader-shootout/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>New accessibility features in Firefox 3.5</title>
		<link>http://www.marcozehe.de/2009/06/26/new-accessibility-features-in-firefox-3-5/</link>
		<comments>http://www.marcozehe.de/2009/06/26/new-accessibility-features-in-firefox-3-5/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 08:34:34 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[ARIA]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=161</guid>
		<description><![CDATA[Firefox 3.5 is fast approaching, and it&#8217;s time to list all the user-visible changes to the accessibility support in this new version!
Support for text attributes, formatting and spell checking
Firefox 3.5 exposes text attributes such as bold, underlined, and color information through the AT-SPI and IAccessible2 attributes properties of their respective AccessibleText interfaces. Information about formatting [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox 3.5 is fast approaching, and it&#8217;s time to list all the user-visible changes to the accessibility support in this new version!</p>
<h3>Support for text attributes, formatting and spell checking</h3>
<p>Firefox 3.5 exposes text attributes such as bold, underlined, and color information through the AT-SPI and IAccessible2 attributes properties of their respective AccessibleText interfaces. Information about formatting such as left aligned, centered etc., is also provided. In addition, in rich editing and other text entry environments where the spell checker is enabled, when a word is misspelled, this information is also provided so screen readers can pick up and notify the user. Since my <a href="http://www.marcozehe.de/2008/07/17/support-for-text-attributes-and-spell-checking-is-coming-in-firefox-31/">original blog post on this subject</a>, Orca 2.28, NVDA 0.6p3 and JAWS 10 have added support for this feature, allowing a seamless proof reading of entered text in both Firefox 3.5 and the upcoming Thunderbird 3 release. This works also when writing a message in GMail or other rich editing environments, not just textboxes or textareas.</p>
<h3>Better compliance with WAI-ARIA 1.0</h3>
<p>We&#8217;ve made sure that the WAI-ARIA 1.0 spec is adhered to to the most extent possible, removing attributes that are no  longer in the spec, and adding/changing those that were agreed upon in the progression towards finalizing ARIA 1.0, which is currently in a late review stage. One of the most significant attributes added is <a href="http://www.w3.org/TR/wai-aria/#aria-label">aria-label</a>, which allows any text to be associated with a widget that doesn&#8217;t appear anywhere else within the web app. For extension devs: This also works in XUL, not just HTML. One project that makes heavy use of this is Firebug 1.4 in the accessibility UI enhancements that Hans from the Paciello Group has put in. This is also the reason why Firebug 1.4 works better in Firefox 3.5 than 3.0, what accessibility is concerned, since Firefox 3.0 doesn&#8217;t support this new attribute.</p>
<p>Also, aria-expanded can be used on all elements now, allowing better exposure of states for buttons that drop down a list of items, for example.</p>
<h3>Support for the exposure of embedded HTML 5 audio and video controls</h3>
<p><a href="http://www.marcozehe.de/2009/06/11/exposure-of-audio-and-video-elements-to-assistive-technologies/">As recently announced</a>, we&#8217;re also supporting the exposure of the embedded controls of the HTML 5 audio and video elements to assistive technologies.</p>
<h3>Better event firing in dynamic web applications</h3>
<p>We fixed a significant issue with firing proper events when nodes get hidden or made visible through JavaScript or Ajax calls. This should allow a much better experience with accurate visibility of nodes within virtual buffers of various screen readers.</p>
<h3>And a ton of bug fixes for stability</h3>
<p>Of course, each cycle also goes with a ton of bug fixes that improve stability and accuracy. These are mostly under the hood and often deal with edge cases, but these are no less important to our user base.</p>
<p>When Firefox comes out, I encourage everyone to upgrade as soon as possible, since it will provide an even more rich experience when browsing the web than Firefox 3.0 already did. Probably the most important extension for blind users, <a href="http://www.webvisum.com">WebVisum</a>, already works with this release, so you won&#8217;t lose anything on that front! Also, other extension devs are working hard to make their projects work with Firefox 3.5.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/06/26/new-accessibility-features-in-firefox-3-5/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>My first experience using an accessible touch screen device</title>
		<link>http://www.marcozehe.de/2009/06/22/my-first-experience-using-an-accessible-touch-screen-device/</link>
		<comments>http://www.marcozehe.de/2009/06/22/my-first-experience-using-an-accessible-touch-screen-device/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 14:53:04 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=157</guid>
		<description><![CDATA[Yes, you read correctly: An accessible touch screen device! This morning, I went to a retail store carrying mostly Apple products and had a look at the new iPhone 3G S that was released in Germany on Friday. Apple revealed during the WWDC keynote two weeks ago that it would have a built-in screen reader [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, you read correctly: An <strong>accessible</strong> touch screen device! This morning, I went to a retail store carrying mostly Apple products and had a look at the new iPhone 3G S that was released in Germany on Friday. Apple revealed during the WWDC keynote two weeks ago that it would have a <a href="http://www.apple.com/accessibility/iphhone/vision.html">built-in screen reader</a> named the same as is included in Mac OS X: VoiceOver. This is a feature not available on the regular iPhone 3G, as its hardware capacity is insufficient.</p>
<p>I was not at all sure what to expect. From reading a bunch of posts on the <a href="http://groups.google.com/group/viphone">VIPHone Google Group</a>, I knew that people were going through a learning curve, a steep one at times. Up to now, something usable via a touch screen or touch-only keys would always mean a dead-end to me and other blind people. The iPhone 3G and the iPod Touch are not usable for me. Likewise, elevators that have keys you only need to touch, not press, to get toa  different floor, are a real challenge. In fact I once tripped an alarm while trying to use such an elevator, alone int he cabin and touching the emergency button accidentally.</p>
<p>When I arrived at the store, I had already made arrangements with them to be allowed to take an in-depth look at the 3G S. As we went over to the iPhone stand, one of the sales assistants already knew how to turn on VoiceOver. Apple are documenting this in the regular iPhone user&#8217;s manual, no special docs needed. The assistant helping me turned it on, and a clear crisp voice came out of the built-in speakers. She was a bit confused by the changed gestures. I had done some reading, and took over from there.</p>
<p>And I must say this was an amazing experience! My fingers definitely need to get used to gestures such as flicking or tapping, or using a rotor. But having an iPod Nano 4th generation helped with that, since moving the finger over the screen like on a dialer felt most like tracking around the iPod&#8217;s click wheel. Even the sound the rotor makes is the same. <img src='http://www.marcozehe.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Responsiveness to gestures was amazing. I own an Nokia N82, which is to date probably the handset that reacts fastest to keyboard commands with the Talks or MobileSpeak screen readers, but the responsiveness on the iPhone beats that by lengths!</p>
<p>Finding my way around the iPhone&#8217;s UI took some getting used to. Traditional mobile screen readers, also like most Windows or Linux screen reader solutions, give the blind user a filtered view of the world, by default constrained to the focus location. Only on demand can one explore the screen using mouse emulation or similar techniques. On the iPhone, you interact with the real thing right from the start. You touch the screen in the lower half, somewhere on the right, and you&#8217;re told that the Safari or iPod symbol is there on the Home screen. You move your finger to the left, and you&#8217;re told what&#8217;s right next to it. To interact with the menu bar of the Phone app, you need to move your finger down to the bottom and move from left to right to hear the options such as &#8220;Contacts&#8221; or &#8220;Phone pad&#8221;. Yes, there are VoiceOver gestures to explore the screen top to bottom, left to right. You do this by flicking left to right anywhere, and the accessible controls are being walked one by one. But the interaction model is very close to the actual screen layout most of the time. This tremendously helped when I walked through a couple of applications with the sales assistant standing next to me. She could literally point me to the correct spot, and VoiceOver would speak what I needed to hear. Or she could give me verbal directions, and my finger would find the controls.</p>
<p>Typing is probably going to take the most adjusting. It is nothing like typing on the number pad of my N82. James Craig&#8217;s <a href="http://groups.google.com/group/viphone/browse_thread/thread/1653ba42c6e0dd44">typing tip for VoiceOver on iPhone</a> helps a lot: You look for the correct key with one hand, keep your finger there, then tap somewhere on the screen with another finger from the same or the other hand, and the character is input. Gladly, the keyboard doesn&#8217;t change position, and after a few letters I had a very good idea where each letter should be, and my typing sped up within 10 typed letters already. In addition, one can turn on word prediction/completion, which is another accessibility feature that can also aid people with motor impairments make typing easier. It plays nicely with VoiceOver.</p>
<p>This is by far not a comprehensive review or comparison. I couldn&#8217;t use many of the features since the SIM card in that exhibited model was locked, and I don&#8217;t have my own model yet.</p>
<p>Apple are speeding ahead and breaking down conventions in accessibility, or as Mike Calvo of Serotek wrote: <a href="http://blog.serotek.com/2009/06/why-is-it-that-apple-always-seems-to.html">They&#8217;re getting to the future first</a>. They&#8217;re the first to include a screen reader for the blind on one of their mainstream models. Google are going to do something similar with their G1 efforts. The API is there, and some basic console work seems to be working already, but this is by far not as comprehensive as what Apple are doing. RIM also have an accessibility API, but from what I&#8217;m told, the screen reading solution that has been hinted every now and then over the past couple of weeks is going to cost extra money, which Apple&#8217;s solution does not. The traditional mobile accessibility solutions on Windows Mobile and Symbian S60 all require an additional payment of $200 to $350 for a screen reading solution, or in some cases even proprietary hardware that then costs $2000 or even more.</p>
<p>And this, of course, opens up other possibilities for future implementations of touch screen use cases, not just by Apple, but by other companies as well.</p>
<p>And one more bit of info: The gestures and touchy interface also come to VoiceOver in Snow Leopard with compatible new MacBooks with the multi-finger trackpad. So whenever a colleague tells me to lok for something in the top right quadrant of the screen, I can do that once I have Snow Leopard running on my MacBook. I&#8217;ll just put my finger there and let VoiceOver tell me what&#8217;s there!</p>
<p>Now my only problem is to get an iPhone. It would appear that my current contract doesn&#8217;t allow me to upgrade, since I upgraded it only recently, but too long before I knew the 3G S was coming. We&#8217;ll see how I get my hands on a device, it&#8217;s not freely available without contract in Germany.</p>
<p>My first touch screen experience was an amazing one!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/06/22/my-first-experience-using-an-accessible-touch-screen-device/feed/</wfw:commentRss>
		<slash:comments>93</slash:comments>
		</item>
		<item>
		<title>Exposure of audio and video elements to assistive technologies</title>
		<link>http://www.marcozehe.de/2009/06/11/exposure-of-audio-and-video-elements-to-assistive-technologies/</link>
		<comments>http://www.marcozehe.de/2009/06/11/exposure-of-audio-and-video-elements-to-assistive-technologies/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 13:47:19 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=155</guid>
		<description><![CDATA[This blog has been quiet recently due to me being away at the AEGIS forum and workshop near London last week (more on that to come soon), and us preparing everything for the Firefox 3.5 release.
If you&#8217;re using Firefox 3.5b4, you may already have been notified of the Firefox 3.5b99 update. This update brings exposure [...]]]></description>
			<content:encoded><![CDATA[<p>This blog has been quiet recently due to me being away at the <a href="http://www.aegis-project.eu/">AEGIS forum and workshop</a> near London last week (more on that to come soon), and us preparing everything for the Firefox 3.5 release.</p>
<p>If you&#8217;re using Firefox 3.5b4, you may already have been notified of the Firefox 3.5b99 update. This update brings exposure of the HTML5 audio and video elements through the MSAA/IAccessible2 and ATK/AT-SPI accessibility interfaces, further strengthening our commitment to Open Video.</p>
<p>What this means is that, using NVDA or Orca, you now have access to an HTML5 audio or video file embedded in a web page. If the <em>controls</em> attribute is specified within the audio or video tag, Firefox 3.5 creates its own set of playback controls. These are now exposed to screen readers using MSAA or AT-SPI to traverse our trees. Exposure through iSimpleDOM interfaces on Windows will come at a later stage (see <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=493550">this bug</a>). Previously, these controls were unreachable. They did not appear inside the virtual buffer.</p>
<p>In addition, a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=486899">keyboard navigation bug</a> was also fixed allowing control of most of the functions of the embedded controls. Note that the individual buttons and sliders are <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=494175">not yet tabbable</a>, we&#8217;ll be working on a good keyboard interaction model and hopefully improve the current model in a point release.</p>
<p>To test the video element, with NVDA as an example, do this:</p>
<ol>
<li>Go to <a href="http://www.tinyvid.tv/show/3d198wqepg78m">this video</a>.</li>
<li>Using NVDA&#8217;s quick key <kbd>b</kbd>, find the Play button.</li>
<li>Press <kbd>Space</kbd>.</li>
<li>To interact with the audio/video element directly, press <kbd>NVDA+Space</kbd> to turn to Focus Mode temporarily, and <kbd>Shift+Tab</kbd> once to land on the video grouping.</li>
<li>You can now use the following keyboard shortcuts:<br />
<table border="2">
<tr>
<th>Shortcut</th>
<th>Action</th>
</tr>
<tr>
<td><kbd>Space</kbd></td>
<td>Play/Pause</td>
</tr>
<tr>
<td><kbd>right arrow</kbd> and <kbd>Left arrow</kbd></td>
<td>Move through the video in 5 second intervals.</td>
</tr>
<tr>
<td><kbd>Ctrl+Right Arrow</kbd> and <kbd>Ctrl+Left arrow</kbd></td>
<td>Move through the video by 1 minute increments.</td>
</tr>
<tr>
<td><kbd>Up arrow</kbd> and <kbd>Down arrow</kbd></td>
<td>Increase and decrease the volume. This does not change the volume of your speech synthesizer!</td>
</tr>
</table>
</li>
<li>After you&#8217;ve finished interacting with the video controls, press <kbd>NVDA+Space</kbd> again to turn virtual cursor back on.</li>
</ol>
<p>Note that the ultimate goal is to not require you to turn focus mode on and off with <kbd>NVDA+Space</kbd>, but to allow you to interact with each scrubber/slider using the regular Focus mode command <kbd>Enter</kbd> and <kbd>Escape</kbd>, however we&#8217;re not quite there yet (see the linked bug above).</p>
<p>BTW: the above keyboard shortcuts also work if you don&#8217;t have a screen reader running. You need to tab to the video element grouping and then use the shortcuts as described.</p>
<p>Note also that due to our not exposing the elements through iSimpleDOM yet, some screen readers may not see the controls yet. In that case, turn off your virtual cursor and tab to the video element to use the keyboard shortcuts to control your video playback.</p>
<p>Stay tuned for more updates as they come along!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/06/11/exposure-of-audio-and-video-elements-to-assistive-technologies/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Last weeks in the &#8220;Accessible&#8221; module, May 11, 2009</title>
		<link>http://www.marcozehe.de/2009/05/11/last-weeks-in-the-accessible-module-may-11-2009/</link>
		<comments>http://www.marcozehe.de/2009/05/11/last-weeks-in-the-accessible-module-may-11-2009/#comments</comments>
		<pubDate>Mon, 11 May 2009 07:10:52 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[ARIA]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[NVDA]]></category>
		<category><![CDATA[SeaMonkey]]></category>
		<category><![CDATA[Thunderbird]]></category>
		<category><![CDATA[Firebug]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=153</guid>
		<description><![CDATA[Sorry for being a slacker in updating you guys regularly on what&#8217;s been happening! But we&#8217;ve been quite busy at getting some stuff finished and hopefully ready for inclusion in 3.5. I already posted about the return of the descriptions last week. So here&#8217;s what else happened since my last report:
Exposing HTML 5 audio and [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry for being a slacker in updating you guys regularly on what&#8217;s been happening! But we&#8217;ve been quite busy at getting some stuff finished and hopefully ready for inclusion in 3.5. I already posted about the <a href="http://www.marcozehe.de/2009/05/07/the-descriptions-are-back/">return of the descriptions</a> last week. So here&#8217;s what else happened since my last report:</p>
<h3>Exposing HTML 5 audio and video elements</h3>
<p>The <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=483573">initial exposure</a> for the HTML5 audio and video elements to screen readers landed, causing a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=489306">minor regression</a> that was quickly fixed. In testing this with NVDA, I found that the <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=489549">button labels weren&#8217;t properly exposed</a> and that the <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=489551">slider values were not really useful</a>. The progress meters were showing the number of bytes downloaded, or the milliseconds elapsed instead of useful percentage values. Along those lines, Alex also added a bug to <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=490287">expose proper names for each progress meter</a>, so a screen reader user knows which slider is for what purpose.</p>
<p>Except for the last patch, all others have landed on mozilla-central and will be available for testing starting with the 11th of May nightly build.</p>
<p>To make it clear: This is for those HTML5 audio and video elements that have the <em>controls</em> attribute set, indicating that the internally available controls should be used. Other forms of controlling the media playback, such as from external HTML controls/widgets, already worked in the past since these were not part of the actual audio or video element itself.</p>
<h3>Tree view item rectangle exposure</h3>
<p>We received a report that in Thunderbird 3 beta on Windows, the rectangles for tree view items were not exposed correctly. The rectangle was too small, not encompassing the whole item. Alex investigated this and fixed <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=491450">the bug</a>, putting an <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=491645">optimization</a> in as a second step for all platforms. This also landed on mozilla-1.9.1 after having baked on mozilla-central for a while, and is available since the May 9th nightly builds of Shiretoko, Thunderbird and SeaMonkey.</p>
<h3>The ARIA live region background tab leakage</h3>
<p>David has been taking different stabs at <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=444644">bug 444644</a>, with some good results thanks to feedback from Roc and BZ during the Mozilla all-hands week. However, we&#8217;re still fighting a situation where the creation of virtual buffers by NVDA is causing the live region updates from background tabs to be spoken again. Investigation is ongoing</p>
<h3>Other ARIA-related triage</h3>
<p>David&#8217;s also been a busy bee clearing out some ARIA-related bugs, gathering feedback here and there, closing others as they&#8217;ve been solved by other bugs, etc.</p>
<h3>Firebug accessibility</h3>
<p>This is not strictly inside the &#8220;Accessible&#8221; module of the platform, but very closely related to the Mozilla eco system. Accessibility of the <a href="http://www.getfirebug.com/">Firebug</a> UI has been <a href="http://clients.paciellogroup.com/firebug/firebug.html">shaping up</a> very nicely over recent weeks. I spent a fair amount of time last week pounding the different alpha releases to help make sure things stayed in shape.</p>
<p>On Friday, Hans from the Paciello Group, Jamie from the NVDA team and I also managed to get the biggest outstanding problem solved in a very productive meeting on IRC, and that&#8217;s the reading of the Firebug JS panel by NVDA. Watch this space for a review once Firebug 1.4 goes to beta!</p>
<p>That&#8217;s it for this week, thanks for the read!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/05/11/last-weeks-in-the-accessible-module-may-11-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The descriptions are back!</title>
		<link>http://www.marcozehe.de/2009/05/07/the-descriptions-are-back/</link>
		<comments>http://www.marcozehe.de/2009/05/07/the-descriptions-are-back/#comments</comments>
		<pubDate>Thu, 07 May 2009 14:38:33 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[AccessibleDescription]]></category>
		<category><![CDATA[TitleAttribute]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=151</guid>
		<description><![CDATA[For those of you following along the Firefox 3.5 development cycle, you may have noticed a regression when dealing with HTML elements that have both screen text and a title attribute, such as the previous link in this sentence.
In Firefox 3.0.x, we expose the screen text, in this case the word &#8220;regression&#8221; as the accessible [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you following along the Firefox 3.5 development cycle, you may have noticed a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=489944" title="@title attribute no longer exposed on accDescription">regression</a> when dealing with HTML elements that have both screen text and a title attribute, such as the previous link in this sentence.</p>
<p>In Firefox 3.0.x, we expose the screen text, in this case the word &#8220;regression&#8221; as the accessible name. This is the piece that screen readers speak when focus lands on the link, and which usually also gets rendered into the virtual buffer.</p>
<p>If there is also a title attribute, in this case &#8220;@title attribute no longer exposed on accDescription&#8221;, this will be translated into the accessible description of the link object. This is additional information that can be spoken by the screen reader on demand. For example, in NVDA, focus the link or arrow to it in the virtual buffer, and hit <kbd>NVDA+Tab</kbd>. NVDA will speak first the name, followed by the fact that this  is a link which is linked to something, followed by the description.</p>
<p>The one exception where we do not expose a description is when the screen text and title attribute contents would match. This is considered bad practice anyway, because it is redundant information, and thus we suppress it.</p>
<p>Firefox 3.5b4, and in fact all builds that date back to mid October last year, have a bug in that the title attribute is no longer exposed as the accessible description. Jamie from the NVDA team found this recently and notified us.</p>
<p>I&#8217;m happy to report that this functionality got restored in the <a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-1.9.1/">Firefox 3.5b5pre nightly builds</a> starting with the May 7, 2009 build. Sorry for any inconvenience this may have caused!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/05/07/the-descriptions-are-back/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Last week in the &#8220;Accessible&#8221; module, April 20, 2009</title>
		<link>http://www.marcozehe.de/2009/04/20/last-week-in-the-accessible-module-april-20-2009/</link>
		<comments>http://www.marcozehe.de/2009/04/20/last-week-in-the-accessible-module-april-20-2009/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 09:12:55 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[ARIA]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=149</guid>
		<description><![CDATA[After the Easter holidays, pace has picked up again in the development of accessibility features and other work surrounding our eco system.
Actions for sorting and expansion/collapsing
After some minor setbacks, David&#8217;s patch on exposing actions for ARIA sort and expand/collapse attributes finally landed today. This means that:

An element that has aria-sort set, will expose an action [...]]]></description>
			<content:encoded><![CDATA[<p>After the Easter holidays, pace has picked up again in the development of accessibility features and other work surrounding our eco system.</p>
<h3>Actions for sorting and expansion/collapsing</h3>
<p>After some minor setbacks, David&#8217;s <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=473732">patch on exposing actions</a> for ARIA sort and expand/collapse attributes finally landed today. This means that:</p>
<ul>
<li>An element that has <em>aria-sort</em> set, will expose an action of &#8220;sort&#8221; to assistive technologies.</li>
<li>An element that has <em>aria-expanded</em> set to &#8220;true&#8221; will expose an action of &#8220;collapse&#8221;, one that has <em>aria-expanded</em> set to &#8220;false&#8221; will expose an action of &#8220;expand&#8221;.</li>
</ul>
<p>These can be used to exactly determine what action will be performed once it is being performed.</p>
<h3>Exposure of the HTML5 audio and video element controls</h3>
<p>Alexander&#8217;s <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=483573">patch to expose the embedded controls</a> of the HTML 5 video and audio elements has landed on mozilla-central. With NVDA, one can now see the grouping where the controls are, and invoke the action on each of the buttons. One can even switch to focus mode on the sliders and use the arrow keys to manipulate them. Note: Due toa different approach in reading our information, JAWS does not yet expose these controls despite this patch. Other screen readers are pending tests.</p>
<p>There are a few problems still which will be addressed soonish: For one, the buttons don&#8217;t have text labels yet, and the slider percentage values reflect times rather than actual percentages, so we need to see how we&#8217;re going to expose this properly.</p>
<h3>In other news</h3>
<p>The team, along with a number of community members, has worked on a new high-level <a href="https://wiki.mozilla.org/Accessibility/Strategy">accessibility strategy document</a>. Frank Hecker has a <a href="http://blog.hecker.org/2009/04/19/proposed-mozilla-accessibility-strategy/">blog post explaining this</a> in greater detail.</p>
<h3>Spreading the good work of ARIA to mainstream open-source CMS</h3>
<p>Peter Krantz, accessibility expert from Sweden, has started an effort to <a href="http://www.standards-schmandards.com/2009/wai-aria-landmark-roles-in-cms-themes/">contribute WAI-ARIA landmark roles</a> to mainstream open-source content management systems. If you know one of the CMS that don&#8217;t have patches yet, feel free to jump in!</p>
<p>That&#8217;s it for this week, see you next week for a new edition!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/04/20/last-week-in-the-accessible-module-april-20-2009/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
