<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Adobe needs to improve accessibility in Flash Player</title>
	<atom:link href="http://joshblog.net/2008/05/05/flash-player-accessibility-feature-requests/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshblog.net/2008/05/05/flash-player-accessibility-feature-requests/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Mon, 21 May 2012 15:06:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2008/05/05/flash-player-accessibility-feature-requests/#comment-925</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Fri, 04 Sep 2009 21:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/?p=233#comment-925</guid>
		<description>Why on earth would I want the Math class to support trim()? Yes, that&#039;s your point, but I don&#039;t think AccessibilityProperties and AccessibilityImplementation are so different. To me, they&#039;re just two different ways to expose things in Flash to screen readers and stuff. One is simple and great for Flash developers, the other is a Windows-specific way of doing things that doesn&#039;t quite work as it should.

I want AccessibilityProperties to do more because it already exposes support for accessibilty in a more generic way that could easily be supported on other platforms. By adding a cross-platform set of role identifiers to it, it stays that way. I also want to make sure that complex controls can be made accessible. At times, I found AccessibilityProperties gave me better spoken results in a screen reader, but I couldn&#039;t expose some important sub-controls. I&#039;d be happy with just those two things, honestly. I say that if Adobe can build a set of visual UI controls to work cross-platform by finding reasonable compromises, we should be able to make the same controls non-visual by finding the same nice common ground.

I spent a month documenting AcessibilityImplementation and how it works through MSAA while working at Yahoo!... including all the bugs that made some of its functions less capable than if you tried to implement them in a native Windows app. Yes, it is still more powerful than AccessibilityProperties, but the walls it threw up were enough to frustrate me beyond belief and swear it off. Its worst fault, though, is that it&#039;s an ugly hack in an otherwise cross-platform runtime. You know the only reason it&#039;s there is so that Adobe can declare on their feature lists that the official Flex/Flash UI controls are accessible.</description>
		<content:encoded><![CDATA[<p>Why on earth would I want the Math class to support trim()? Yes, that&#8217;s your point, but I don&#8217;t think AccessibilityProperties and AccessibilityImplementation are so different. To me, they&#8217;re just two different ways to expose things in Flash to screen readers and stuff. One is simple and great for Flash developers, the other is a Windows-specific way of doing things that doesn&#8217;t quite work as it should.</p>
<p>I want AccessibilityProperties to do more because it already exposes support for accessibilty in a more generic way that could easily be supported on other platforms. By adding a cross-platform set of role identifiers to it, it stays that way. I also want to make sure that complex controls can be made accessible. At times, I found AccessibilityProperties gave me better spoken results in a screen reader, but I couldn&#8217;t expose some important sub-controls. I&#8217;d be happy with just those two things, honestly. I say that if Adobe can build a set of visual UI controls to work cross-platform by finding reasonable compromises, we should be able to make the same controls non-visual by finding the same nice common ground.</p>
<p>I spent a month documenting AcessibilityImplementation and how it works through MSAA while working at Yahoo!&#8230; including all the bugs that made some of its functions less capable than if you tried to implement them in a native Windows app. Yes, it is still more powerful than AccessibilityProperties, but the walls it threw up were enough to frustrate me beyond belief and swear it off. Its worst fault, though, is that it&#8217;s an ugly hack in an otherwise cross-platform runtime. You know the only reason it&#8217;s there is so that Adobe can declare on their feature lists that the official Flex/Flash UI controls are accessible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jer Brand</title>
		<link>http://joshblog.net/2008/05/05/flash-player-accessibility-feature-requests/#comment-924</link>
		<dc:creator>Jer Brand</dc:creator>
		<pubDate>Fri, 04 Sep 2009 20:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/?p=233#comment-924</guid>
		<description>Josh, isn&#039;t that a bit like saying &quot;I wish the Math class supported the trim() method&quot;?

Getting into hierarchies, roles, default actions and states are non-trivial, and tightly bound to the controls implementation. That&#039;s not even mentioning events. I can&#039;t see a good way of implementing this in a generic way via AccessibilityProperties (though because I can&#039;t see it doesn&#039;t mean it&#039;s not possible).

Then again, I&#039;ve also not had any problems with AccessibilityImplementation. It&#039;s almost completely undocumented, but it works well if you can piece together the details.

I understand and agree that Adobe and Apple should be working together to expose Flash controls to Apple&#039;s accessibility framework. Adobe should also be fully documenting AccessibilityImplementation in Flash (as they did with Flex).

Do you know if Snow Leopard added ARIA support to VoiceOver? Last I&#039;d heard (and it&#039;s been a while) ARIA was partially implemented in Safari, but VoiceOver wasn&#039;t playing nice with it.

Thanks for the discussion. Is always nice to talk to someone else that cares about this stuff in the Flash community.</description>
		<content:encoded><![CDATA[<p>Josh, isn&#8217;t that a bit like saying &#8220;I wish the Math class supported the trim() method&#8221;?</p>
<p>Getting into hierarchies, roles, default actions and states are non-trivial, and tightly bound to the controls implementation. That&#8217;s not even mentioning events. I can&#8217;t see a good way of implementing this in a generic way via AccessibilityProperties (though because I can&#8217;t see it doesn&#8217;t mean it&#8217;s not possible).</p>
<p>Then again, I&#8217;ve also not had any problems with AccessibilityImplementation. It&#8217;s almost completely undocumented, but it works well if you can piece together the details.</p>
<p>I understand and agree that Adobe and Apple should be working together to expose Flash controls to Apple&#8217;s accessibility framework. Adobe should also be fully documenting AccessibilityImplementation in Flash (as they did with Flex).</p>
<p>Do you know if Snow Leopard added ARIA support to VoiceOver? Last I&#8217;d heard (and it&#8217;s been a while) ARIA was partially implemented in Safari, but VoiceOver wasn&#8217;t playing nice with it.</p>
<p>Thanks for the discussion. Is always nice to talk to someone else that cares about this stuff in the Flash community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2008/05/05/flash-player-accessibility-feature-requests/#comment-923</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Fri, 04 Sep 2009 15:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/?p=233#comment-923</guid>
		<description>Jer, I was referring to &lt;a href=&quot;http://livedocs.adobe.com/flex/3/langref/flash/accessibility/AccessibilityProperties.html&quot; rel=&quot;nofollow&quot;&gt;flash.accessibility.AccessibilityProperties&lt;/a&gt; which definitely &lt;strong&gt;does not&lt;/strong&gt; support roles or the display list hierarchy. The &lt;a href=&quot;http://livedocs.adobe.com/flex/3/langref/flash/accessibility/AccessibilityImplementation.html&quot; rel=&quot;nofollow&quot;&gt;AccessibilityImplementation&lt;/a&gt; class &lt;strong&gt;does&lt;/strong&gt; both, but very poorly.

Since AccessibilityImplementation sucks so much, I happen to like AccessibilityProperties better, even though it is seemingly limited in comparison. I found it to be much more predictable. If AccessibilityProperties supported the ability to set roles and expose children as accessible objects, it would be perfect for me, and that&#039;s the point I was trying to make. Ideally, I would like to see WAI-ARIA roles so that Flash accessibility can finally be cross-platform and standardized instead of tied to Microsoft&#039;s implementation.</description>
		<content:encoded><![CDATA[<p>Jer, I was referring to <a href="http://livedocs.adobe.com/flex/3/langref/flash/accessibility/AccessibilityProperties.html" rel="nofollow">flash.accessibility.AccessibilityProperties</a> which definitely <strong>does not</strong> support roles or the display list hierarchy. The <a href="http://livedocs.adobe.com/flex/3/langref/flash/accessibility/AccessibilityImplementation.html" rel="nofollow">AccessibilityImplementation</a> class <strong>does</strong> both, but very poorly.</p>
<p>Since AccessibilityImplementation sucks so much, I happen to like AccessibilityProperties better, even though it is seemingly limited in comparison. I found it to be much more predictable. If AccessibilityProperties supported the ability to set roles and expose children as accessible objects, it would be perfect for me, and that&#8217;s the point I was trying to make. Ideally, I would like to see WAI-ARIA roles so that Flash accessibility can finally be cross-platform and standardized instead of tied to Microsoft&#8217;s implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jer Brand</title>
		<link>http://joshblog.net/2008/05/05/flash-player-accessibility-feature-requests/#comment-922</link>
		<dc:creator>Jer Brand</dc:creator>
		<pubDate>Fri, 04 Sep 2009 14:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/?p=233#comment-922</guid>
		<description>Found your blog while researching my own article on Flash Accessibility, figured I&#039;d chime in, and maybe even point you in the right direction.

At least two of your points are incorrect, though understandably so as the documentation is so spotty:

&quot;The AccessibilityProperties class doesnâ€™t support roles&quot;

Not true. get_accRole(childID:uint)

This method should return an MSAA role identifier.

&quot;AccessibilityProperties doesnâ€™t expose the display list hierarchy&quot;

Technically true, but as the developer that&#039;s your responsibility. Use the &lt;em&gt;getChildIDArray()&lt;/em&gt; method to list your children, with &quot;0&quot; being the object itself. the ID&#039;s correspond to the childID parameters of the other methods in the AccessibilityImplementation class.

I&#039;m planning on writing a how-to on this, but it&#039;s likely not an overnight thing. If you&#039;re interested I can send you the link when done.

Jer</description>
		<content:encoded><![CDATA[<p>Found your blog while researching my own article on Flash Accessibility, figured I&#8217;d chime in, and maybe even point you in the right direction.</p>
<p>At least two of your points are incorrect, though understandably so as the documentation is so spotty:</p>
<p>&#8220;The AccessibilityProperties class doesnâ€™t support roles&#8221;</p>
<p>Not true. get_accRole(childID:uint)</p>
<p>This method should return an MSAA role identifier.</p>
<p>&#8220;AccessibilityProperties doesnâ€™t expose the display list hierarchy&#8221;</p>
<p>Technically true, but as the developer that&#8217;s your responsibility. Use the <em>getChildIDArray()</em> method to list your children, with &#8220;0&#8243; being the object itself. the ID&#8217;s correspond to the childID parameters of the other methods in the AccessibilityImplementation class.</p>
<p>I&#8217;m planning on writing a how-to on this, but it&#8217;s likely not an overnight thing. If you&#8217;re interested I can send you the link when done.</p>
<p>Jer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascale Denis</title>
		<link>http://joshblog.net/2008/05/05/flash-player-accessibility-feature-requests/#comment-921</link>
		<dc:creator>Pascale Denis</dc:creator>
		<pubDate>Wed, 16 Jul 2008 18:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/?p=233#comment-921</guid>
		<description>To Phillip Kerman and those of similar view: &quot;Iâ€™m still not swayed that Mac should be considered a target for Flash accessibility&quot;:

The point of accessibility is that everyone can access a web page. The blind/visually impaired. Those with motricity problems. Those with cognition problems. And that, no matter what interface they may choose to use. Once you start making exceptions, you&#039;re not accessible anymore. Adobe going for a Microsoft proprietary solution doesn&#039;t only undercut disabled Mac users, but Linux ones, and G3 phones&#039;, and all other non-IE - or more likely, non-Microsoft - users. (Could anyone swear that no disabled person will ever use a Blackberry?) So let&#039;s forget the Windows/MacOS &quot;war&quot; altogether, and focus instead on letting everyone access a web-based solution. On that count, Adobe&#039;s decision is a bad one. They have chosen to go for a quick solution and dropped its intrinsic purpose along the way; they will have to redo the job later on.

Besides, I can&#039;t see a governement agency tell their web-site users: &quot;Oh, by the way, if you are a disabled MacOS user, sorry, you won&#039;t be able to use all our functionalities.&quot; It doesn&#039;t matter the number, it takes only one who complains to get them into trouble, and they don&#039;t want that.

I develop web-based e-learning courses for internal use, where the computer environment is very controlled; yet, once in a while, a course gets demoed outside. Then I have no longer control on who use it with what browser and what computer. I can&#039;t allow such a faux-pas as deliberately leaving someone out in the cold. So as long as Flash isn&#039;t fully accessible, I will ignore Flash-only solutions.

(Sorry for being late to the show - and for having this post sounding a little too much like a rant.)</description>
		<content:encoded><![CDATA[<p>To Phillip Kerman and those of similar view: &#8220;Iâ€™m still not swayed that Mac should be considered a target for Flash accessibility&#8221;:</p>
<p>The point of accessibility is that everyone can access a web page. The blind/visually impaired. Those with motricity problems. Those with cognition problems. And that, no matter what interface they may choose to use. Once you start making exceptions, you&#8217;re not accessible anymore. Adobe going for a Microsoft proprietary solution doesn&#8217;t only undercut disabled Mac users, but Linux ones, and G3 phones&#8217;, and all other non-IE &#8211; or more likely, non-Microsoft &#8211; users. (Could anyone swear that no disabled person will ever use a Blackberry?) So let&#8217;s forget the Windows/MacOS &#8220;war&#8221; altogether, and focus instead on letting everyone access a web-based solution. On that count, Adobe&#8217;s decision is a bad one. They have chosen to go for a quick solution and dropped its intrinsic purpose along the way; they will have to redo the job later on.</p>
<p>Besides, I can&#8217;t see a governement agency tell their web-site users: &#8220;Oh, by the way, if you are a disabled MacOS user, sorry, you won&#8217;t be able to use all our functionalities.&#8221; It doesn&#8217;t matter the number, it takes only one who complains to get them into trouble, and they don&#8217;t want that.</p>
<p>I develop web-based e-learning courses for internal use, where the computer environment is very controlled; yet, once in a while, a course gets demoed outside. Then I have no longer control on who use it with what browser and what computer. I can&#8217;t allow such a faux-pas as deliberately leaving someone out in the cold. So as long as Flash isn&#8217;t fully accessible, I will ignore Flash-only solutions.</p>
<p>(Sorry for being late to the show &#8211; and for having this post sounding a little too much like a rant.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2008/05/05/flash-player-accessibility-feature-requests/#comment-920</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Tue, 06 May 2008 16:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/?p=233#comment-920</guid>
		<description>JD, as you can see, I do have all my requests above filed on bugs.adobe.com (the Mac support for accessibility request was already there, and I voted for it). Certainly, I&#039;d love to see someone like you champion this particular issue so that it gets more visibility before it hits the vote threshold that makes someone look at a community bug.

I believe you&#039;re right that most, if not all, of the people who need screen readers are on Windows. It&#039;s possible the cause of that is because Apple has provided poor APIs for such technology. I&#039;ve played a bit the VoiceOver screen reader in Leopard on my Mac, and the situation seems to be getting better.

Personally, my primary development machine is a Mac. Obviously, I develop Flash content that will be seen on Windows too. As I developer, I don&#039;t want to be required to switch to Windows every time I want to test my project with a screen reader. If I can do most of the testing on my Mac, that would be ideal. It&#039;s similar to how I would build a webpage. If I can do most of the testing in Firefox, I&#039;m happy. Once the page is nearly complete, only then do I fire up IE or Safari and ensure that those browsers render my webpage the same way.</description>
		<content:encoded><![CDATA[<p>JD, as you can see, I do have all my requests above filed on bugs.adobe.com (the Mac support for accessibility request was already there, and I voted for it). Certainly, I&#8217;d love to see someone like you champion this particular issue so that it gets more visibility before it hits the vote threshold that makes someone look at a community bug.</p>
<p>I believe you&#8217;re right that most, if not all, of the people who need screen readers are on Windows. It&#8217;s possible the cause of that is because Apple has provided poor APIs for such technology. I&#8217;ve played a bit the VoiceOver screen reader in Leopard on my Mac, and the situation seems to be getting better.</p>
<p>Personally, my primary development machine is a Mac. Obviously, I develop Flash content that will be seen on Windows too. As I developer, I don&#8217;t want to be required to switch to Windows every time I want to test my project with a screen reader. If I can do most of the testing on my Mac, that would be ideal. It&#8217;s similar to how I would build a webpage. If I can do most of the testing in Firefox, I&#8217;m happy. Once the page is nearly complete, only then do I fire up IE or Safari and ensure that those browsers render my webpage the same way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Dowdell</title>
		<link>http://joshblog.net/2008/05/05/flash-player-accessibility-feature-requests/#comment-919</link>
		<dc:creator>John Dowdell</dc:creator>
		<pubDate>Tue, 06 May 2008 16:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/?p=233#comment-919</guid>
		<description>Got it, thanks. Do you think these change-requests are suitable for bugs.adobe.com, or is another path needed?

I&#039;m not sure on improvements to browser-plugin access to Mac text-to-speech routines... I know other folks here track it, and are interested in implementing it if possible, but I haven&#039;t heard yet that it&#039;s possible.

The reason I ask about the use-case is that most of those who use screenreaders have been on Windows, because of system-level support so various apps can communicate with various screenreaders. I don&#039;t know how many people who *need* text-to-speech use Macintosh... last I heard they were uniformly on Windows. But my prior info could be outdated, or it could be that you need text-to-speech yourself for effective preview. Knowing the exact situation could help me do better lobbying inside Adobe.

tx, jd/adobe</description>
		<content:encoded><![CDATA[<p>Got it, thanks. Do you think these change-requests are suitable for bugs.adobe.com, or is another path needed?</p>
<p>I&#8217;m not sure on improvements to browser-plugin access to Mac text-to-speech routines&#8230; I know other folks here track it, and are interested in implementing it if possible, but I haven&#8217;t heard yet that it&#8217;s possible.</p>
<p>The reason I ask about the use-case is that most of those who use screenreaders have been on Windows, because of system-level support so various apps can communicate with various screenreaders. I don&#8217;t know how many people who *need* text-to-speech use Macintosh&#8230; last I heard they were uniformly on Windows. But my prior info could be outdated, or it could be that you need text-to-speech yourself for effective preview. Knowing the exact situation could help me do better lobbying inside Adobe.</p>
<p>tx, jd/adobe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip Kerman</title>
		<link>http://joshblog.net/2008/05/05/flash-player-accessibility-feature-requests/#comment-918</link>
		<dc:creator>Phillip Kerman</dc:creator>
		<pubDate>Tue, 06 May 2008 15:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/?p=233#comment-918</guid>
		<description>I&#039;m still not swayed that Mac should be considered a target for Flash accessibility as mac is not a target for accessibility generally.  Not trying to start a biblical war just saying.

Yeah, I totally hear you that it &quot;will&quot; be an issue... and the fact that it&#039;s often difficult or impossible for Flash to compete for such projects makes me think Flash is very lacking.  But, it&#039;s also hard for me to care when my clients aren&#039;t willing to pay for it.  Don&#039;t get me wrong--I&#039;ve actually given papers that make good arguments for why you should make accessible sites (and for reasons beyond &quot;it&#039;s the right thing to do&quot;.

If Flash were to easily and effectively support accessibility--say, even Mac too... then would anything change?  Probably not.  But... if they don&#039;t improve some things (&quot;improve&quot; meaning make it so people are likely to use it) then it DEFINITELY won&#039;t change.</description>
		<content:encoded><![CDATA[<p>I&#8217;m still not swayed that Mac should be considered a target for Flash accessibility as mac is not a target for accessibility generally.  Not trying to start a biblical war just saying.</p>
<p>Yeah, I totally hear you that it &#8220;will&#8221; be an issue&#8230; and the fact that it&#8217;s often difficult or impossible for Flash to compete for such projects makes me think Flash is very lacking.  But, it&#8217;s also hard for me to care when my clients aren&#8217;t willing to pay for it.  Don&#8217;t get me wrong&#8211;I&#8217;ve actually given papers that make good arguments for why you should make accessible sites (and for reasons beyond &#8220;it&#8217;s the right thing to do&#8221;.</p>
<p>If Flash were to easily and effectively support accessibility&#8211;say, even Mac too&#8230; then would anything change?  Probably not.  But&#8230; if they don&#8217;t improve some things (&#8220;improve&#8221; meaning make it so people are likely to use it) then it DEFINITELY won&#8217;t change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2008/05/05/flash-player-accessibility-feature-requests/#comment-917</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Tue, 06 May 2008 05:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/?p=233#comment-917</guid>
		<description>JD,

1) Good to know. I wonder if the semi-new VoiceOver in Tiger/Leopard has added support for browsers compared to what has been available &quot;for a while&quot;? If not, I hope Adobe is communicating with Apple or browser vendors to ensure that this becomes available in the future.

2) I&#039;m not sure what exactly you mean here. I&#039;m not a blind user, but I want to make sure my Flash work is accessible to anyone, and Flash Player doesn&#039;t allow me to do that when a blind user has a Mac.

3) Yes. I want to specify the type of UI control a display object in Flash represents.

4) There are two goals, but I desire one or the other, not both.
  a) An undocumented class (AccessibilityImplementation) should be documented.
  b) This class is clearly Windows-centric, and it&#039;s not even a complete implementation. A better cross-platform API with similar features should be made available instead.</description>
		<content:encoded><![CDATA[<p>JD,</p>
<p>1) Good to know. I wonder if the semi-new VoiceOver in Tiger/Leopard has added support for browsers compared to what has been available &#8220;for a while&#8221;? If not, I hope Adobe is communicating with Apple or browser vendors to ensure that this becomes available in the future.</p>
<p>2) I&#8217;m not sure what exactly you mean here. I&#8217;m not a blind user, but I want to make sure my Flash work is accessible to anyone, and Flash Player doesn&#8217;t allow me to do that when a blind user has a Mac.</p>
<p>3) Yes. I want to specify the type of UI control a display object in Flash represents.</p>
<p>4) There are two goals, but I desire one or the other, not both.<br />
  a) An undocumented class (AccessibilityImplementation) should be documented.<br />
  b) This class is clearly Windows-centric, and it&#8217;s not even a complete implementation. A better cross-platform API with similar features should be made available instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Dowdell</title>
		<link>http://joshblog.net/2008/05/05/flash-player-accessibility-feature-requests/#comment-916</link>
		<dc:creator>John Dowdell</dc:creator>
		<pubDate>Tue, 06 May 2008 03:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/?p=233#comment-916</guid>
		<description>You&#039;ve hit bugs.adobe.com, right?

Background info:
 o  Mac has had text-to-speech for awhile, but last I heard there weren&#039;t hooks accessible to browser plugins.
 o  (For Mac text-to-speech, I&#039;m unclear on the user case... are you thinking of the blind on the Mac, or your own evaluation of their experience, or other...?)
 o  I hear one of the requests as &quot;I want to specify that an object is a button, not a graphic&quot;... did I distill that correctly?
 o  I wasn&#039;t able to see the goal in the MSAA/AccessibilityImplementation part.

jd/adobe</description>
		<content:encoded><![CDATA[<p>You&#8217;ve hit bugs.adobe.com, right?</p>
<p>Background info:<br />
 o  Mac has had text-to-speech for awhile, but last I heard there weren&#8217;t hooks accessible to browser plugins.<br />
 o  (For Mac text-to-speech, I&#8217;m unclear on the user case&#8230; are you thinking of the blind on the Mac, or your own evaluation of their experience, or other&#8230;?)<br />
 o  I hear one of the requests as &#8220;I want to specify that an object is a button, not a graphic&#8221;&#8230; did I distill that correctly?<br />
 o  I wasn&#8217;t able to see the goal in the MSAA/AccessibilityImplementation part.</p>
<p>jd/adobe</p>
]]></content:encoded>
	</item>
</channel>
</rss>

