<?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; ARIA InternetExplorer8</title>
	<atom:link href="http://www.marcozehe.de/tag/aria-internetexplorer8/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>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>
