<?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; Orca</title>
	<atom:link href="http://www.marcozehe.de/tag/orca/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, 31 Jan 2012 20:22:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress 2.6 brings a lot of accessibility improvements!</title>
		<link>http://www.marcozehe.de/2008/07/16/wordpress-26-brings-a-lot-of-accessibility-improvements/</link>
		<comments>http://www.marcozehe.de/2008/07/16/wordpress-26-brings-a-lot-of-accessibility-improvements/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 07:06:46 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[ARIA]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Orca]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[NVDA]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=39</guid>
		<description><![CDATA[I just upgraded this blog to WordPress 2.6. This version brings with it a number of accessibility enhancements. One thing you might have noticed already is that there is now a default language set. Default English blogs should now always &#8230; <a href="http://www.marcozehe.de/2008/07/16/wordpress-26-brings-a-lot-of-accessibility-improvements/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just upgraded this blog to <a href="http://wordpress.org/development/2008/07/wordpress-26-tyner/">WordPress 2.6</a>.</p>
<p>This version brings with it a number of accessibility enhancements.</p>
<p>One thing you might have noticed already is that there is now a default language set. Default English blogs should now always cause screen readers that support language switching to use the English variant of their default speech synthesizer.</p>
<p>Also new: Whereever possible, there are now labels properly associated with the corresponding form controls. This means that now also screen readers that do not do their own HTML processing should pick up the labels fine.</p>
<p>One more addition that the WordPress team has embraced is the inclusion of some WAI-ARIA markup. Whenever you comment on my blog now, and soon hopefully many others, and you use a compatible browser such as Firefox 3, and a compatible screen reader such as NVDA or Orca, you&#8217;ll hear that the text fields also textually marked as &#8220;required&#8221; in their labels, now are announced as &#8220;required&#8221; fields. The WordPress default theme now uses aria-required to denote such fields as required, giving even more accessibility to WordPress!</p>
<p>I&#8217;d like to thank the WordPress community to embrace ARIA! It is really amazing that ARIA is now finding its way into such a widespread mainstream piece of software!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2008/07/16/wordpress-26-brings-a-lot-of-accessibility-improvements/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Firefox integration into Linux also sounds native to the platform</title>
		<link>http://www.marcozehe.de/2008/01/10/firefox-integration-into-linux-also-sounds-native-to-the-platform/</link>
		<comments>http://www.marcozehe.de/2008/01/10/firefox-integration-into-linux-also-sounds-native-to-the-platform/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 12:47:20 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Orca]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/2008/01/10/firefox-integration-into-linux-also-sounds-native-to-the-platform/</guid>
		<description><![CDATA[Michael Ventnor, a Mozilla intern working on the Linux integration of Firefox 3, just posted a great summary of the work that has been done for Firefox 3. For those of you who can see, he also has a bunch &#8230; <a href="http://www.marcozehe.de/2008/01/10/firefox-integration-into-linux-also-sounds-native-to-the-platform/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ventnorsblog.blogspot.com/">Michael Ventnor</a>, a Mozilla intern working on the Linux integration of Firefox 3, just posted a <a href="http://ventnorsblog.blogspot.com/2008/01/fox-and-penguin.html">great summary</a> of the work that has been done for Firefox 3. For those of you who can see, he also has a bunch of screen shots that show Firefox nicely integrating into the Gnome Desktop on Ubuntu.</p>
<p>I&#8217;d like to add a few items that a blind user who uses Firefox 3 with <a href="http://live.gnome.org/Orca">Orca</a> will notice.</p>
<p>Aside from the obvious, the web browsing itself, great attention has been paid to make dialogs such as the Preferences dialog behave like dialogs in other Gnome apps: The Cancel button comes before the OK button while tabbing through the dialog. The dialog itself is found under the Edit menu, as is usual for other Gnome apps, and it&#8217;s called &#8220;Preferences&#8221;, not &#8220;Options&#8221; like on Windows.</p>
<p>The Location Bar is an AutoComplete, a widget type not found on Windows, but used natively on Linux.</p>
<p>The Places Organizer tree tables are native tree tables, displaying hierarchical information in multi-column view.</p>
<p>As you would expect, the Open File, or any kind of Save As dialogs are the native Gnome dialogs, so if you&#8217;re used to using GEdit, OpenOffice etc., you&#8217;ll feel right at home, Firefox is not requiring you to learn something new here.</p>
<p>One inconsistency I found&#8211;and I&#8217;ll have to find out whether a fix for this is planned&#8211; is the fact that above mentioned Tree Tables cannot be navigated like, for example, in Nautilus: In Nautilus, you expand a collapsed item using the <strong>+</strong> key, and collapse it using the <strong>-</strong> key. Pressing <strong>Right Arrow</strong> moves you one column to the right, <strong>Left Arrow</strong> moves you one column to the left. This does not yet work in Firefox (or Thunderbird, for that matter). There, <strong>Right Arrow</strong> expands, <strong>Left Arrow</strong> collapses an expandable node, and moving between columns isn&#8217;t possible at all currently. So this is typical Windows-style still, but within that, consistent across platforms.</p>
<p>All in all, I expect the browsing experience with Firefox 3 on Linux to be a great one. The Orca team is putting hard work into making Orca work well with Firefox, and the past month alone has brought an emense boost in speed, as discussed <a href="http://www.marcozehe.de/2007/12/21/orca-is-gearing-up-with-firefox/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2008/01/10/firefox-integration-into-linux-also-sounds-native-to-the-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Orca is gearing up with Firefox!</title>
		<link>http://www.marcozehe.de/2007/12/21/orca-is-gearing-up-with-firefox/</link>
		<comments>http://www.marcozehe.de/2007/12/21/orca-is-gearing-up-with-firefox/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 13:29:05 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Orca]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/2007/12/21/orca-is-gearing-up-with-firefox/</guid>
		<description><![CDATA[Last night, the Orca team announced on their mailinglist that, due to a recent bugfix in the Firefox 3 nightly builds, they were able to drastically improve speed while navigating a web page line by line. I tried it out, &#8230; <a href="http://www.marcozehe.de/2007/12/21/orca-is-gearing-up-with-firefox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last night, the Orca team announced on their mailinglist that, due to a recent bugfix in the Firefox 3 nightly builds, they were able to drastically improve speed while navigating a web page line by line. I tried it out, and I must say you guys really understated this achievement! It feels like Orca with Firefox is really gearing up now!</p>
<p>A big thanks to both developers of the Mozilla accessibility module and the Orca team for working so closely to make these improvements possible! It shows that the open-source model is one that is really there to benefit all users wherever possible.</p>
<p>If you&#8217;re interested in trying out these improvements in responsiveness, <a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/">get the latest nightly build of Firefox 3</a>, <a href="http://live.gnome.org/Orca/DownloadInstall">install Py-ATSPI and Orca from source</a>, read the <a href="http://live.gnome.org/Orca/Firefox#details">notes on installing and using Firefox 3 with Orca</a>, and have fun with this great improvement!</p>
<p><strong>Note note note</strong>: Both Firefox nightlies and Orca installed from source arre products currently under development, so you should use them only for testing, but not expose any valuable data to them without a good backup strategy!</p>
<p>Please see also Orca developer Joanmarie Diggs&#8217;s <a href="http://mail.gnome.org/archives/orca-list/2007-December/msg00252.html">announcement to the Orca list</a>, which tells you all the details of the speed improvement.</p>
<p>By the way: This blog post was created using Firefox nightly of December 20, 2007, and latest Orca trunk from early December 21, which has the speed improvements.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2007/12/21/orca-is-gearing-up-with-firefox/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

