Well, that gets you into the situation of choosing between &quot;standards&quot; and &quot;usability&quot; ... standards say to do it that way... usability may be an issue...<br><br><div class="gmail_quote">On Feb 1, 2008 11:00 AM, Christopher Jones &lt;<a href="mailto:chrismjones@gmail.com">chrismjones@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;"><p>I like the idea of hiding the h2 with media type aural, but does it work? As far as I know, no browser except Opera and Safari even attempts to handle the aural media type. &nbsp;And no screen reader except EMACspeak does either.</p>
<font color="#888888">
<p>~ Christopher</p></font><div><div></div><div class="Wj3C7c"><br><div><span class="gmail_quote">On 2/1/08, <b class="gmail_sendername">Joshua McDonald</b> &lt;<a href="mailto:josh@thisisgrow.com" target="_blank">josh@thisisgrow.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

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... <div><span><br><br><br><div class="gmail_quote">On Feb 1, 2008 10:19 AM, Andrew Jaswa &lt;<a href="mailto:ajaswa@gmail.com" target="_blank">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>On Jan 27, 2008 6:31 PM, Andrew Jaswa &lt;<a href="mailto:ajaswa@gmail.com" target="_blank">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><br>Andrew<br>_______________________________________________<br>Wsuug mailing list<br><a href="mailto:Wsuug@list.wsuug.org" target="_blank">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></span></div>-- <div><span><br>Joshua McDonald<br>Grow Interactive<br><a href="http://www.thisisgrow.com" target="_blank">www.thisisgrow.com</a><br>
757-248-5274<br>757-248-5275 (f)
</span></div><br>_______________________________________________<br>Wsuug mailing list<br><a href="mailto:Wsuug@list.wsuug.org" target="_blank">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>

<br></blockquote></div><br>
</div></div><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>
<br></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)