Some do and some don't...I always thought they didn't, then I downloaded a trial of one at one time...and it did...i read up on it and it seems that some do it, while others don't.<br><br>One thing you can do, is hide the abbr (or the h2...whichever) from the media type "aural". That will make screen readers not read them...<br>
<br>As with everything else...there are 50 ways to do this...and 50 opinions to go with each of those ways... <br><br><br><div class="gmail_quote">On Feb 1, 2008 10:19 AM, Andrew Jaswa <<a href="mailto:ajaswa@gmail.com">ajaswa@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Jan 27, 2008 6:31 PM, Andrew Jaswa <<a href="mailto:ajaswa@gmail.com">ajaswa@gmail.com</a>> wrote:<br>
> <div id="Header"><br>> <h1><abbr title="Web Standards and Usability Users Group">WSUUG</abbr></h1><br>> <h2>Web Standards and Usability User Group</h2><br>
> </div><br><br></div>When I first wrote this I noticed there is one problem with the above<br>solution. That is that some people/screen readers will read this as<br>"Web Standards and Usability Users Group Web Standards and Usability<br>
Users Group". After mulling over this for a little bit more I'd like<br>to propose another solution (which might fix the issue at hand) and<br>get feedback on it.<br><br><head><br><script><br>function fixHeader() {<br>
var heading = document.createElement("h2");<br> var text = document.getElementById("name").title;<br> document.getElementById("Header").appendChild(heading);<br> heading.innerHTML = text;<br>
}<br></script><br></head><br><body onload="fixHeader();"><br> <div id="Header"><br> <h1><abbr id="name" title="Web Standards and Usability Users<br>
Group">WSUUG</abbr></h1><br> </div><br></body><br><br>Will generate:<br><br><div id="Header"><br> <h1><abbr id="name" title="Web Standards and Usability Users<br>
Group">WSUUG</abbr></h1><br> <h2>Web Standards and Usability Users Group</h2><br></div><br><br>I guess the question then is will screen readers read generated markup<br>
and how well do they do it?<br><div><div></div><div class="Wj3C7c"><br>Andrew<br>_______________________________________________<br>Wsuug mailing list<br><a href="mailto:Wsuug@list.wsuug.org">Wsuug@list.wsuug.org</a><br><a href="http://www.thelinuxlink.net/mailman/listinfo/wsuug" target="_blank">http://www.thelinuxlink.net/mailman/listinfo/wsuug</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Joshua McDonald<br>Grow Interactive<br><a href="http://www.thisisgrow.com">www.thisisgrow.com</a><br>757-248-5274<br>757-248-5275 (f)