<?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 &#187; Firefox</title>
	<atom:link href="http://www.marcozehe.de/category/firefox/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>Tue, 22 Jun 2010 07:26:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Roundup: What is the Mozilla Accessibility Team working on?</title>
		<link>http://www.marcozehe.de/2010/05/10/roundup-what-is-the-mozilla-accessibility-team-working-on/</link>
		<comments>http://www.marcozehe.de/2010/05/10/roundup-what-is-the-mozilla-accessibility-team-working-on/#comments</comments>
		<pubDate>Mon, 10 May 2010 11:00:21 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Thunderbird]]></category>
		<category><![CDATA[Instantbird]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=227</guid>
		<description><![CDATA[Well, it&#8217;s been a while since I posted here I&#8217;m afraid. The reason was not an outbreak of laziness, but on the contrary the fact that the accessibility team at Mozilla is alive and kickin&#8217;, and working on the next version of the Gecko platform. And to give you an idea what we&#8217;re working on, [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it&#8217;s been a while since I posted here I&#8217;m afraid. The reason was not an outbreak of laziness, but on the contrary the fact that the accessibility team at Mozilla is alive and kickin&#8217;, and working on the next version of the Gecko platform. And to give you an idea what we&#8217;re working on, here&#8217;s a quick round-up.</p>
<h3>De-XPCOM-ing the Accessible module</h3>
<p><a href="https://developer.mozilla.org/en/XPCOM" title="XPCOM article on Mozilla Developer Center">XPCOM</a> is used to communicate to the Mozilla core, getting information out of and into it from languages such as JavaScript, Java, Python and C++. Unfortunately, due to historic reasons, modules internal to the Gecko platform also used to use XPCOM to get information. One of these modules was (and partially still is) the Accessible module. XPCOM, while very powerful, also has some performance limitations when querying for a lot of information via QUERY_INTERFACE. Therefore, over the past couple of months, Alex and David have been working on de-XPCOM-ing our module to make it more performant and ready for the future.</p>
<p>To the end user, this will feel more performant especially on complex pages.</p>
<h3>Event management</h3>
<p>Firing events, and calculating when and how to fire them, has been a big performance killer for the Accessible module in the past. While this was for the most part not particularly noticeable for screen reader users, since we are sort of limited by the rate our synthesizers talk, recently more and more technologies have started using the Accessibility services. Fingerprint devices to enter passwords into Firefox, tablet PC interfaces etc., all use parts of the Accessible module. Since there is currently no way to turn parts of it on or off, as soon as any piece of software accesses just a single accessibility service, the whole engine gets started, and from that point on, all calculations take place as if a screen reader for the blind was present.</p>
<p>Again, since this cannot currently be selectively turned off, and it is not certain that this will ever be possible, it is our goal to make this fact the least noticeable to users. To that end, we&#8217;ve started a project called event coalescing. Event coalescing will, as the name suggest, coalesce the stream of events we get from the DOM to only fire those event assistive technologies absolutely need. However, the rules have not been finalized yet, and the code as it is in the current platform based on some initial ideas and feedback, is not very performant, in parts even less performant than in Firefox 3.6, which fires more events but calculates less before sending them.</p>
<p>For those interested in the very technical details, the wiki page for event coalescing is <a href="https://wiki.mozilla.org/Accessibility/EventCoalescing">here</a>.</p>
<h3>HTML5 form element enhancements</h3>
<p>While we&#8217;re working hard on improving performance, work in other areas of Gecko is also progressing, requiring us to work together to make sure these enhancements are also accessible. One of these is the work that needs to be done to make new additions that HTML5 brings to form elements accessible. I wrote up a <a href="https://wiki.mozilla.org/Accessibility/HTML5_Forms">summary</a> with bug links and some information here. If you have feedback on the ideas and proposed roles, you&#8217;re welcome to contact us by leaving a comment down here or on the <a href="irc://irc.mozilla.org#accessibility">#accessibility</a> IRC channel.</p>
<h3>UI work</h3>
<p>As the road to the next major release of Firefox is being walked, there are also some UI redesigns happening. One, which has already landed, was the conversion of the tab strip to a real toolbar. My job was to make sure screen readers can still cope with them after this change. Some minor regressions were found, but all in all this still works great.</p>
<p>Another, much bigger change, is the redesign of the Add-Ons Manager to include support for language packs, Jetpacks and other ways to extend Firefox. This work is still underway, and I recently took a first round of testing. Some keyboard navigation issues, and one XUL markup issue that needs to be addressed, but so far, although this is a major UI change, things look very accessible, and I&#8217;ll make sure it stays that way. <img src='http://www.marcozehe.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h3>Other areas</h3>
<p>Work that is not directly related to the Gecko platform, but which is also important in the field of accessibility, is, among others:</p>
<ul>
<li><a href="http://www.mozillamessaging.com/en-US/thunderbird/early_releases/downloads/">Thunderbird 3.1 Beta2</a> has been released recently. Thunderbird 3.1 comes with the same platform version as Firefox 3.6. Due to the <a href="http://www.marcozehe.de/2009/09/11/youre-a-table-and-i-dont-care-what-lies-underneath/">table enhancements</a> in the Gecko 1.9.2 platform, the message list and other areas will be much more accessible to screen readers. Information such as the unread status, the presence of attachments etc. can now be queried using the IAccessibleTable2 interface or equivalent on other platforms. The control is now a real table control rather than a flat ListView on Windows, giving much more accurate semantics.</li>
<li>The <a href="http://www.instantbird.com">Instantbird</a> team has also done a great job at providing good XUL markup in their multi-instant-messaging client. We&#8217;re currently working together to work out some very specific problems with buddy status and others, but Instantbird is a great multi-messenger worth trying!</li>
</ul>
<p>As you can see, lots of exciting stuff happening, some of it very user-visible, other more technical and very low-level in nature, but all exciting!</p>
<p>Stay tuned!</p>
<h3>Update: Article translation</h3>
<p>Thanks to community member <a href="http://pc.de/">Patricia Clausnitzer</a>, this blog post is now available in <a href="http://pc.de/pages/raundap-shto-raspracovae">Belorussian</a>. How cool is that! Thank you very much! And BTW: This is a first!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2010/05/10/roundup-what-is-the-mozilla-accessibility-team-working-on/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CSUN 2010 recap</title>
		<link>http://www.marcozehe.de/2010/03/29/csun-2010-recap/</link>
		<comments>http://www.marcozehe.de/2010/03/29/csun-2010-recap/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 07:06:42 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[ARIA]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[NVDA]]></category>
		<category><![CDATA[Orca]]></category>
		<category><![CDATA[Thunderbird]]></category>
		<category><![CDATA[CSUN2010]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=225</guid>
		<description><![CDATA[From March 22 to 27, the 5th Annual International Technology &#038; Persons with Disabilities Conference took place at the Manchester Grand Hyatt Hotel in San Diego, California. It is most commonly referred to as CSUN 2010. The Mozilla Foundation had a booth at CSUN for the fourth year in a row. David, Alexander Surkov and [...]]]></description>
			<content:encoded><![CDATA[<p>From March 22 to 27, the <a href="http://www.csunonference.org">5th Annual International Technology &#038; Persons with Disabilities Conference</a> took place at the <a href="http://www.manchestergrand.hyatt.com/hyatt/hotels/index.jsp">Manchester Grand Hyatt Hotel</a> in San Diego, California. It is most commonly referred to as CSUN 2010.</p>
<p>The Mozilla Foundation had a booth at CSUN for the fourth year in a row. <a href="http://mindforks.blogspot.com/">David</a>, Alexander Surkov and I were present to man the booth, talk to people, and also participate in a couple of general sessions at the conference to gather information and news, and also to network.</p>
<h3>Adobe announces broad range support for IAccessible2</h3>
<p>One of the biggest news bangs to come out of the conference is <a href="http://blogs.adobe.com/accessibility/2010/03/flash_player_and_flex_support.html">Adobe&#8217;s announcement</a> to support the IAccessible2 and WAI-ARIA standards in thenext versions of their Flash and Flex products. Both these standards were heavily driven by, among others, Mozilla, IBM and several assistive technology vendors such as <a href="http://www.nvda-project.org">NV Access of the NVDA project</a>. Support for the native GNOME and Mac OS X accessibility APIs is also in the works.</p>
<p>In addition, Adobe announced that they will also <a href="http://blogs.adobe.com/accessibility/2010/03/iaccessible2_in_adobe_reader_a.html">include IAccessible2</a> support in their Acrobat and Reader products.</p>
<p>This means that another big player in the software industry is coming forward and supports these widely recognized standards. It is good to see Adobe getting behind the over-all accessibility efforts and helping to drive adoption in this manner!</p>
<h3>Three Firebug-related sessions</h3>
<p>Hans Hillen of the <a href="http://www.paciellogroup.com/">Paciello Group</a> had two very successful talks about the <a href="http://clients.paciellogroup.com/firebug/firebug.html">UI accessibility support</a> in Firebug. The first was a demo of many of the features, using NVDA as the screen reader to demo them. the second was a use-case talk, where Hans explained in some more technical detail how he went about making the Firebug UI accessible to screen reader users.</p>
<p>Both talks were very well received. The first one had quite a broad audience, while the second audience was smaller, but very focused and involved.</p>
<p>In addition, Jon Gunderson of the <a href="http://illinois.edu/">University of Illinois at Urbana-Champaign</a> held a talk on the Accessibility Testing Extension for Firebug. But unfortunately, due to my travel schedule, I did not have a chance to visit this talk.</p>
<p>It was good to see two Mozilla grantees doing talks at this year&#8217;s CSUN, giving visibility to the many facets of <a href="https://wiki.mozilla.org/Accessibility/Strategy">Mozilla&#8217;s accessibility strategy</a>.</p>
<h3>Newer mobile accessibility technologies marching forward</h3>
<p>Apple, RIM and Google, the three vendors of mobile devices with well-defined accessibility APIs, all had well-visited talks at CSUN. In addition, I am aware of at least two talks involving the accessible iPhone and iPod Touch 3rd generation that put these technologies to good use to provide a new generation of assistive software, built on mainstream devices.</p>
<h3>Well-visited booth</h3>
<p>The Mozilla Foundation booth was well visited on all three days that I helped staff it. Comments and questions ranged from the very flattering &#8220;I love Firefox and I love what you guys are doing for accessibility!&#8221; to &#8220;What&#8217;s a browser vendor doing at this conference?&#8221;. When we then explained why we attended, many of them were keen on trying out Firefox when they got home or back to thheir hotel rooms.</p>
<p>Also, this conference made quite a number of people aware of other Mozilla products than Firefox. While many had heard about Firefox, they had not heard at all about Thunderbird before. But with the better accessibility in Thunderbird, we can now change this and spread Thunderbird in the accessibility community even more!</p>
<p>I personally had a very moving moment on Friday when a deaf/hard of hearing gentelman and his interpreter stepped up to our booth. He was very interested in what we do for accessibility. Before I knew it, I was talking to him through his interpreter, but wasn&#8217;t actually noticing it until well into the conversation. At some point, I mentioned Thunderbird, at which point he started joking about the <a href="http://en.wikipedia.org/wiki/Ford_Thunderbird">Ford Thunderbird</a>. David, who was present at this conversation, can probably tell a bit more about this, since this was very visual and I only got a third of what he was actually meaning. <img src='http://www.marcozehe.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>David and Alex also took a lot of pictures, which they&#8217;ll hopefully upload and share very soon so you all can get a better picture about what CSUN 2010 was like! Mozilla received a big big chunk of good attention, our funding of other accessibility-related open-source projects such as NVDA, Orca and others, definitely is being recognized in the industry as being exemplary. Also, we got a very nice compliment from a gentleman from the Office of homeland security, who told us that he thought our <a href="http://www.mozilla.com/firefox/vpat-3.html">Voluntary Product Accessibility Template</a> is among the best he has encountered so far.</p>
<h3>One big failure is there, though</h3>
<p>One big problem, which I think should not go unmentioned, is the lack of good internet connectivity in the exhibition hall. For a 2010 information technology conference, having no useable WIFI connection down in the exhibition hall at all is simply unacceptable. The internet connections that were offered were hideously priced, almost like in the mid 1990s when internet connectivity was still not as common as today. Up in the session rooms, the situation was a bit better, at least there were hotspots one could use most of the time.</p>
<p>For next year, one thing I&#8217;d like to see is a well thought-through strategy for <strong>free</strong> wireless internet connectivity throughout all conference locations. A technology conference lives and breathes with the buzz people can create around it by tweeting, uploading pictures etc. People with disabilities are no exception, and instead of roadblocking it, the responsible powers at CSUN should embrace this trend and encourage people to get the word out as easily and hazzle-free as possible!</p>
<h3>In summary</h3>
<p>I can only say that it was worthwhile going to CSUN yet again, and I am hoping we&#8217;ll have a chance to participate next year as well!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2010/03/29/csun-2010-recap/feed/</wfw:commentRss>
		<slash:comments>5</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 [...]]]></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>54</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 [...]]]></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>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 [...]]]></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>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>20</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 [...]]]></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 29, [...]]]></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>16</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 [...]]]></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 [...]]]></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>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 [...]]]></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 [...]]]></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 [...]]]></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 [...]]]></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>
		<item>
		<title>Extension tip, and feedback appreciated: Feed Sidebar</title>
		<link>http://www.marcozehe.de/2009/04/17/extension-tip-and-feedback-appreciated-feed-sidebar/</link>
		<comments>http://www.marcozehe.de/2009/04/17/extension-tip-and-feedback-appreciated-feed-sidebar/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 10:02:24 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Feeds]]></category>
		<category><![CDATA[FeedSidebar]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=146</guid>
		<description><![CDATA[The extension Feed Sidebar by Christopher Finke is a small extension that allows to view one&#8217;s Live Bookmarks in a sidebar, much like one would view history or bookmarks. It is not a new RSS feed management, but instead operates on the live bookmarks one has in the profile via the &#8220;Subscribe to this page&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>The extension <a href="http://www.chrisfinke.com/addons/feedbar/">Feed Sidebar</a> by Christopher Finke is a small extension that allows to view one&#8217;s Live Bookmarks in a sidebar, much like one would view history or bookmarks. It is not a new RSS feed management, but instead operates on the live bookmarks one has in the profile via the &#8220;Subscribe to this page&#8221; option from the &#8220;Bookmarks&#8221; menu.</p>
<p>In the version that is currently on <a href="http://addons.mozilla.org">addons.mozilla.org</a>, there are several problems with missing label7control associations in the Options dialog as well as problems navigating the tree, and more importantly, opening a feed article via the keyboard.</p>
<p>Not too long ago, I contributed a patch to the project to fix these problems, and Chris has accepted it and <a href="http://www.chrisfinke.com/2009/03/14/feed-sidebar-32-beta-update/">put it into a recent beta</a> version of Feed Sidebar. He also made it possible to access the sorting options from the context menu.</p>
<p>The <a href="http://www.chrisfinke.com/2009/04/03/feed-sidebar-3-2-beta-3/">latest beta</a> brings a better updating mechanism that is less resource hungry.</p>
<p>For those of you who have asked me about a way to view feeds in a tree like structure, this is definitely worth a try! Go <a href="http://code.google.com/p/feedsidebar/downloads/detail?name=feedsidebar-3.2pre3.xpi&#038;can=2&#038;q=#makechanges">download the latest beta</a> version here! I&#8217;ve found it to be very stable and accessible. Of course, feedback is welcome! You can either contact Chris directly of course, or leave a comment here, I&#8217;ll then forward it to him.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/04/17/extension-tip-and-feedback-appreciated-feed-sidebar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Article on how to use NVDA and Firefox to test web sites for accessibility</title>
		<link>http://www.marcozehe.de/2009/04/14/article-on-how-to-use-nvda-and-firefox-to-test-web-sites-for-accessibility/</link>
		<comments>http://www.marcozehe.de/2009/04/14/article-on-how-to-use-nvda-and-firefox-to-test-web-sites-for-accessibility/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 08:56:14 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[NVDA]]></category>
		<category><![CDATA[Article]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=141</guid>
		<description><![CDATA[I just published an article on how to use NVDA and Firefox to do website testing. This article can be found on the front page of my blog under the &#8220;Pages&#8221; section, in the &#8220;Articles&#8221; sublist. The article is meant as an introduction, not as a replacement for the NVDA user guide, and it is [...]]]></description>
			<content:encoded><![CDATA[<p>I just published an article on <a href="http://www.marcozehe.de/articles/how-to-use-nvda-and-firefox-to-test-your-web-pages-for-accessibility/">how to use NVDA and Firefox to do website testing</a>.</p>
<p>This article can be found on the front page of my blog under the &#8220;Pages&#8221; section, in the &#8220;Articles&#8221; sublist.</p>
<p>The article is meant as an introduction, not as a replacement for the NVDA user guide, and it is certainly not meant to replace other accessibility testing tools you might use for your website testing, just as an additional tool to help you get a feel for how blind users interact with your web sites or web applications.</p>
<p>I plan to update the article periodically as new versions of NVDA become available, features are added and other info relevant to the article might change.</p>
<p>Enjoy the read, and feel free to leave feedback!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/04/14/article-on-how-to-use-nvda-and-firefox-to-test-web-sites-for-accessibility/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Updated ARIA-spiced form example to work in IE 8</title>
		<link>http://www.marcozehe.de/2009/03/31/updated-aria-spiced-form-example-to-work-in-ie-8/</link>
		<comments>http://www.marcozehe.de/2009/03/31/updated-aria-spiced-form-example-to-work-in-ie-8/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 12:53:22 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[ARIA]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[ARIA InternetExplorer8]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=129</guid>
		<description><![CDATA[I updated my simple form example from the third Easy ARIA Tip to also work in IE 8. I had to explicitly state a doc type to put IE out of quirks mode into proper IE 8 mode, and I also had to change the type attribute&#8217;s value of the script tag to &#8220;text/javascript&#8221; from [...]]]></description>
			<content:encoded><![CDATA[<p>I updated my <a href="http://www.marco-zehe.de/examples/Tutorial_aria-invalid_and_role_alert.html">simple form example</a> from the <a href="http://www.marcozehe.de/2008/07/16/easy-aria-tip-3-aria-invalid-and-role-alert/">third Easy ARIA Tip</a> to also work in IE 8. I had to explicitly state a doc type to put IE out of quirks mode into proper IE 8 mode, and I also had to change the type attribute&#8217;s value of the script tag to &#8220;text/javascript&#8221; from &#8220;application/javascript&#8221; for it to recognize the functions declared in the script block.</p>
<p>The example works visually, but has a number of accessibility issues which make testing IE 8 with it a not so pleasant experience:</p>
<ul>
<li>Neither aria-required nor aria-invalid take any effect with either JAWS or NVDA. It&#8217;s as if the attributes weren&#8217;t set, yet the IE DOM exposes them correctly, as JAWS&#8217;s Element Info keystroke, <kbd>Insert+Shift+F1</kbd>, clearly indicates.</li>
<li>Neither JAWS nor NVDA see the alerts come up, and thus don&#8217;t speak them. The alerts appear visually, so the JavaScript is working, but the DOM mutation is not being picked up. Only after a refresh in the respective screen readers is the content of these visible in the virtual buffer.</li>
</ul>
<p>For testing, I used the latest update to JAWS 10, build number 10.0.1142, and NVDA trunk snapshot 2828. And of course, the release version of IE 8.</p>
<p>For those of you doing web application development and testing, this is an indication that your best bet to get proper results is definitely the combination of a strong implementation of ARIA in Firefox and a supporting screen reader.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/03/31/updated-aria-spiced-form-example-to-work-in-ie-8/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
