Some do and some don&#39;t...I always thought they didn&#39;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&#39;t.<br><br>One thing you can do, is hide the abbr (or the h2...whichever) from the media type &quot;aural&quot;.&nbsp; 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 &lt;<a href="mailto:ajaswa@gmail.com">ajaswa@gmail.com</a>&gt; 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 &lt;<a href="mailto:ajaswa@gmail.com">ajaswa@gmail.com</a>&gt; wrote:<br>
&gt; &lt;div id=&quot;Header&quot;&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;h1&gt;&lt;abbr title=&quot;Web Standards and Usability Users Group&quot;&gt;WSUUG&lt;/abbr&gt;&lt;/h1&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;h2&gt;Web Standards and Usability User Group&lt;/h2&gt;<br>
&gt; &lt;/div&gt;<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>&quot;Web Standards and Usability Users Group Web Standards and Usability<br>
Users Group&quot;. After mulling over this for a little bit more I&#39;d like<br>to propose another solution (which might fix the issue at hand) and<br>get feedback on it.<br><br>&lt;head&gt;<br>&lt;script&gt;<br>function fixHeader() {<br>
 &nbsp; &nbsp; &nbsp; &nbsp;var heading = document.createElement(&quot;h2&quot;);<br> &nbsp; &nbsp; &nbsp; &nbsp;var text = document.getElementById(&quot;name&quot;).title;<br> &nbsp; &nbsp; &nbsp; &nbsp;document.getElementById(&quot;Header&quot;).appendChild(heading);<br> &nbsp; &nbsp; &nbsp; &nbsp;heading.innerHTML = text;<br>
}<br>&lt;/script&gt;<br>&lt;/head&gt;<br>&lt;body onload=&quot;fixHeader();&quot;&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;div id=&quot;Header&quot;&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;h1&gt;&lt;abbr id=&quot;name&quot; title=&quot;Web Standards and Usability Users<br>
Group&quot;&gt;WSUUG&lt;/abbr&gt;&lt;/h1&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/div&gt;<br>&lt;/body&gt;<br><br>Will generate:<br><br>&lt;div id=&quot;Header&quot;&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;h1&gt;&lt;abbr id=&quot;name&quot; title=&quot;Web Standards and Usability Users<br>
Group&quot;&gt;WSUUG&lt;/abbr&gt;&lt;/h1&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;h2&gt;Web Standards and Usability Users Group&lt;/h2&gt;<br>&lt;/div&gt;<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)