<?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; NVDA</title>
	<atom:link href="http://www.marcozehe.de/tag/nvda/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, 07 Feb 2012 09:14:33 +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>Quick tip: Handling the sub menus in the WordPress 3.3 admin area with a screen reader</title>
		<link>http://www.marcozehe.de/2011/12/20/quick-tip-handling-the-sub-menus-in-the-wordpress-3-3-admin-area-with-a-screen-reader/</link>
		<comments>http://www.marcozehe.de/2011/12/20/quick-tip-handling-the-sub-menus-in-the-wordpress-3-3-admin-area-with-a-screen-reader/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 15:04:10 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[NVDA]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[KeyboardAccessibility]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=300</guid>
		<description><![CDATA[This is a quick tip to show how to use the new sub menus in the admin area of WordPress 3.3 with a screen reader. For this, I&#8217;m using NVDA 2011.3RC, and Firefox 9. The new sub menus are a &#8230; <a href="http://www.marcozehe.de/2011/12/20/quick-tip-handling-the-sub-menus-in-the-wordpress-3-3-admin-area-with-a-screen-reader/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a quick tip to show how to use the new sub menus in the admin area of WordPress 3.3 with a screen reader. For this, I&#8217;m using NVDA 2011.3RC, and Firefox 9.</p>
<p>The new sub menus are  a way to more quickly access items in the sub menus of &#8220;Dashboard&#8221;, &#8220;Posts&#8221; etc. without having to reload the page with the menus opened. Instead, the menus are opened and closed dynamically by either hovering the mouse over the item that is, by NVDA, announced as &#8220;sub menu link&#8221;, or by executing a press of the <kbd>enter</kbd> key on such an item.</p>
<p>The problem arises from the fact that screen readers on Windows capture the <kbd>enter</kbd> key and many others and execute functions based on their functionality inside the virtual documents/browse mode documents. For example pressing <kbd>enter</kbd> on a link usually clicks the link.</p>
<p>In this case, a click on a link is not what we want, since that would indeed reload the page. The menu would still be opened, but we&#8217;d lose all advantages of the more dynamic, time-saving approach that is made possible in 3.3.</p>
<p>Instead, what we do is the following:</p>
<ol>
<li>Position NVDA&#8217;s virtual cursor on the desired sub menu item.</li>
<li>Press <kbd>NVDA-key+F2</kbd> to invoke the function to pass the next key press straight through to the application.</li>
<li>Press <kbd>enter</kbd>.</li>
<li>Navigate down with the virtual cursor to find a newly expanded sub menu with links we can click.</li>
</ol>
<p>Your preferred screen reader offers the same functionality, no doubt. Be aware, however, that some screen readers do not set focus to focusable items under the virtual cursor automatically, so an additional key press before step 2 may be needed to route the system focus or PC cursor to the item the virtual PC cursor is pointing to.</p>
<p>This way, we can easily access the dynamic menus. It requires an extra keystroke, yes, but this is still quicker than having to wait for a page load and looking for the new items starting from the top of the virtual document.</p>
<p>Happy blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2011/12/20/quick-tip-handling-the-sub-menus-in-the-wordpress-3-3-admin-area-with-a-screen-reader/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What&#8217;s new in Accessibility in Firefox 8.0</title>
		<link>http://www.marcozehe.de/2011/11/08/whats-new-in-accessibility-in-firefox-8-0/</link>
		<comments>http://www.marcozehe.de/2011/11/08/whats-new-in-accessibility-in-firefox-8-0/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 17:09:01 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[AssistiveTechnology]]></category>
		<category><![CDATA[JAWS]]></category>
		<category><![CDATA[NVDA]]></category>
		<category><![CDATA[WhatsNew]]></category>
		<category><![CDATA[Window-Eyes]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=288</guid>
		<description><![CDATA[The newest update to Firefox has just been released to the public, and it&#8217;s that time again where we look at the user-facing and facing assistive technologies changes in this Firefox release. If not otherwise noted, these changes apply to &#8230; <a href="http://www.marcozehe.de/2011/11/08/whats-new-in-accessibility-in-firefox-8-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The newest update to Firefox has <a href="http://t.co/rV8JDmNV">just been released</a> to the public, and it&#8217;s that time again where we look at the user-facing and facing assistive technologies changes in this Firefox release. If not otherwise noted, these changes apply to Thunderbird as well, since it is built on the same platform.</p>
<p>First and foremost, the emphasis in this release was on performance and stability. We fixed a number of lingering crashes and inconsistencies on both Windows and Linux that may have impacted some users in Firefox 7. An example of this is inconsistent behavior when printing in Linux and using assistive technologies.</p>
<p>We fixed a bug that would sometimes cause iframe content not to be properly loaded into the virtual buffers of screen readers under Windows.</p>
<p>On Linux, access keys are now included in ATKAction information.</p>
<p>A state change event for elements having the &#8220;mixed&#8221; state (e. g. a tri-state checkbox) is now fired also for elements that aren&#8217;t in focus.</p>
<p>If you decide to opt into sending data to improve Firefox, we&#8217;ll be told if you have accessibility instanciated. This is most likely the case when you have a screen reader running, but may also be instanciated by some password entry assistants (like finger print scanners) or some anti-virus software, esp on Windows.</p>
<p>And once again the note that, due to a technical change introduced in Firefox 4.0, you have to make sure to load your screen reader before Firefox or Thunderbird, or virtual buffers may not work correctly. Also if you are one of those people running multiple screen readers, make sure to shut down Firefox and/or Thunderbird before shutting down one screen reader, and loading the other screen reader before restarting Firefox and/or Thunderbird. This is true for Firefox 4 onwards and also includes Firefox and Thunderbird 8.</p>
<p>Happy browsing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2011/11/08/whats-new-in-accessibility-in-firefox-8-0/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>NV Access receives a Mozilla grant to further push accessibility on the web</title>
		<link>http://www.marcozehe.de/2011/06/24/nv-access-receives-a-mozilla-grant-to-further-push-accessibility-on-the-web/</link>
		<comments>http://www.marcozehe.de/2011/06/24/nv-access-receives-a-mozilla-grant-to-further-push-accessibility-on-the-web/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 14:09:25 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[NVDA]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Grant]]></category>
		<category><![CDATA[NonVisualDesktopAccess]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=273</guid>
		<description><![CDATA[The Mozilla project is very committed to making the web available to all people. To further that goal, members of the Mozilla community actively work with Non-Visual Desktop Access and other accessibility initiatives to make sure everyone benefits from the &#8230; <a href="http://www.marcozehe.de/2011/06/24/nv-access-receives-a-mozilla-grant-to-further-push-accessibility-on-the-web/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.mozilla.org/">Mozilla</a> project is very committed to making the web available to all people.  To further that goal, members of the Mozilla community actively work with <a href="http://www.nvda-project.org/">Non-Visual Desktop Access</a> and other accessibility initiatives to make sure everyone benefits from the web.</p>
<p>Non-Visual Desktop Access (NVDA) is the best free screen reader solution for Windows and an open source project.  It provides feedback via synthetic speech and Braille and enables blind or vision impaired people to access computers running Windows for no more cost than a sighted person.  The NVDA developers work closely with Mozilla to ensure a great user experience with every Firefox release.  Over the past few years, the projects have joined forces numerous times to drive new web technologies such as WAI-ARIA forward and into the hands of blind people so these could participate in the open web just like their sighted counterparts.</p>
<p>Its because of this close, ongoing link with NVDA that Mozilla has awarded a $80k grant to <a href="http://www.nvaccess.org">NV Access</a>, the non-profit group overseeing NVDA.   The grant will enable NVDA to improve the rich text editing and viewing experience as well as make general improvement over the next year.</p>
<p>You can help accessibility for the web by getting involved with the NVDA or Mozilla projects, or even <a href="http://hire.jobvite.com/CompanyJobs/Careers.aspx?c=qpX9Vfwa&#038;cs=9Kt9Vfw1&#038;page=Job%20Description&#038;j=oUvNVfwR" title="Link to accessibility engineer job description">coming on board at Mozilla Co</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2011/06/24/nv-access-receives-a-mozilla-grant-to-further-push-accessibility-on-the-web/feed/</wfw:commentRss>
		<slash:comments>6</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[Accessibility]]></category>
		<category><![CDATA[ARIA]]></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 &#8230; <a href="http://www.marcozehe.de/2009/05/11/last-weeks-in-the-accessible-module-may-11-2009/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>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 &#8230; <a href="http://www.marcozehe.de/2009/04/14/article-on-how-to-use-nvda-and-firefox-to-test-web-sites-for-accessibility/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>14</slash:comments>
		</item>
		<item>
		<title>NVDA 0.6p3 released, quite some news for Mozilla users!</title>
		<link>http://www.marcozehe.de/2009/02/16/nvda-06p3-released-quite-some-news-for-mozilla-users/</link>
		<comments>http://www.marcozehe.de/2009/02/16/nvda-06p3-released-quite-some-news-for-mozilla-users/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 17:56:52 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[NVDA]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=108</guid>
		<description><![CDATA[As you may or may not have read, the NVDA team released NVDA 0.6p3 last night. Below, I&#8217;d like to highlight those of the changes that are of special interest to those using Mozilla products such as Firefox or Thunderbird &#8230; <a href="http://www.marcozehe.de/2009/02/16/nvda-06p3-released-quite-some-news-for-mozilla-users/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As you may or may not have read, the NVDA team <a href="http://www.nvda-project.org/blog/NVDA0.6p3Released">released NVDA 0.6p3 last night</a>. Below, I&#8217;d like to highlight those of the <a href="http://www.nvda-project.org/releases/nvda_0.6p3_changes.txt">changes</a> that are of special interest to those using Mozilla products such as Firefox or Thunderbird with it.</p>
<h3>Support for text attributes and spell checking</h3>
<p>NVDA takes advantage of the <a href="http://www.marcozehe.de/2008/07/17/support-for-text-attributes-and-spell-checking-is-coming-in-firefox-31/">new text attribute and spell checking support</a> of Gecko 1.9.1, which will enable exposure of the inline spelling features of Firefox 3.1 and Thunderbird 3.</p>
<ul>
<li><kbd>NVDA+F</kbd> will report things such as font, point size, styles such as bold etc.</li>
<li>When reading through text character by character or word by word, if a spelling mistake is encountered, NVDA will announce it, and also where it ends.</li>
</ul>
<p>This feature will not work with Firefox 3.0.x, as the version of the Gecko platform used with this version of Firefox does not have accessibility information for text attributes and spell checking.</p>
<h3>Automatic switching of focus mode</h3>
<p>When browsing web pages in Firefox, certain controls such as textboxes, comboboxes etc. can now automatically cause NVDA to switch to focus mode without the user having to press <kbd>Enter</kbd>. <kbd>Escape</kbd> or <kbd>NVDA+SpaceBar</kbd> can be used to turn focus mode off and browse mode back on. Interacting with forms is much more seamless this way, so I recommend everyone to try out this new mode! You can configure it through the Virtual Buffers preferences dialog.</p>
<h3>Better reading of the notification bar</h3>
<p>Firefox, and to a lesser extent Thunderbird, make use of the notification bar to convey information without interrupting the user&#8217;s flow of work. NVDA 0.6p3 has improved the way it reads these important yet unobtrusive notifications by suppressing double-speaking, and other tidying up of the whole process.</p>
<h3>Use NVDA to explore the accessible hierarchy of your web pages</h3>
<p>From the What&#8217;s New document:</p>
<blockquote cite="http://www.nvda-project.org/releases/nvda_0.6p3_changes.txt"><p>
* new: In virtual buffers, the review cursor now reviews the text of the buffer, rather than just the internal text of the navigator object (which is often not useful to the user). This means that you can navigate the virtual buffer hierarchically using object navigation and the review cursor will move to that point in the buffer.
</p></blockquote>
<p>This means that the navigator commands (<kbd>NVDA+NumPad8</kbd>, <kbd>NVDA+NumPad2</kbd>, etc.) will work inside the virtual buffer of a web page, take the review cursor with them as you go, and allow you to bisect your page accessible node for accessible node, in case you wonder why your users complain about accessibility issues.</p>
<p>This makes NVDA not only suited for blind users relying on access to the Windows operating system and its applications, but also for web developers who need (or want) to get a feel for what their web page or application appears like to a blind visitor.</p>
<h3>Miscelanious fixes</h3>
<p>The below is a small collection of other notable changes that don&#8217;t warrant an own section.</p>
<ul>
<li>fix: Fix the issue where tabbing to a checked checkbox in a Mozilla Gecko virtual buffer and pressing space would not announce that the checkbox was being unchecked.</li>
<li>fix: Correctly report partially checked checkboxes in Mozilla applications.</li>
<li>fix: When reading with the mouse, text in Mozilla Gecko edit fields should now be read.</li>
</ul>
<h3>In Summary</h3>
<p>If you run the beta or nightly builds of both Firefox 3.1 and Thunderbird 3.0 AKA Shredder, you should be able to take advantage of all the new features in NVDA 0.6p3. If you use Firefox 3.0.x, you&#8217;ll be missing out on the new spell checking and formatting feature, and if you still use Thunderbird 2, most of the good support for Gecko 1.9 and above will not be available to you since that version of Gecko doesn&#8217;t work well with NVDA any more.</p>
<p>Go <a href="http://www.nvda-project.org/wiki/Download">get it</a>, and give it a whirl!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/02/16/nvda-06p3-released-quite-some-news-for-mozilla-users/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>NV Access published their progress on the Mozilla Foundation grant</title>
		<link>http://www.marcozehe.de/2009/01/06/nv-access-published-their-progress-on-the-mozilla-foundation-grant/</link>
		<comments>http://www.marcozehe.de/2009/01/06/nv-access-published-their-progress-on-the-mozilla-foundation-grant/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 10:12:40 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[MozillaFoundationGrant]]></category>
		<category><![CDATA[NVDA]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=92</guid>
		<description><![CDATA[The new year starts out with a bang! NV Access, the makers of theNVDA, a free, open-source screen reader for Windows, have published their progress report on the current Mozilla Foundation grant. The grant goals were laid out for a &#8230; <a href="http://www.marcozehe.de/2009/01/06/nv-access-published-their-progress-on-the-mozilla-foundation-grant/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The new year starts out with a bang! NV Access, the makers of the<a href="http://www.nvda-project.org">NVDA</a>, a free, open-source screen reader for Windows, have published their <a href="http://www.nvda-project.org/blog/MozillaGrantDec2007ProgressReport">progress report on the current Mozilla Foundation grant</a>. The grant goals were laid out for a three year period, and look what was accomplished in the first year alone! Mick and Jamie, you rock!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/01/06/nv-access-published-their-progress-on-the-mozilla-foundation-grant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

