Aaron,<br>I took care of adding the id easily since I chose to override the entire comment walker with my theme (as wp_list_comments already allows). Something to consider instead of patching to include another filter. I think if the goal is to make WordPress as a whole more accessible, the best choice would be to just add in the id into the default comment walker class&#39; generated reply links.<br>
<br><div class="gmail_quote">On Sat, Aug 8, 2009 at 9:00 AM, Aaron D. Campbell <span dir="ltr">&lt;<a href="mailto:aaron@xavisys.com">aaron@xavisys.com</a>&gt;</span> 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 bgcolor="#ffffff" text="#000000">
The read more links can be easily adjusted by doing something like:<br>
the_content(&#39;Read the rest of
&lt;em&gt;&#39;.the_title(&#39;&#39;,&#39;&#39;,false).&#39;&lt;/em&gt; &amp;raquo;&#39;);<br>
<br>
However, while the reply link text can be changed, you can&#39;t make it
specific to the comment.  It seemed like a quick patch was in order,
which I made and posted on trac
(<a href="http://core.trac.wordpress.org/ticket/10569" target="_blank">http://core.trac.wordpress.org/ticket/10569</a>).  Please give it a look,
test it, and comment on trac.<br>
<br>
Tynan Colin Beatty wrote:
<blockquote type="cite"><div><div></div><div class="h5">Let&#39;s see, since I&#39;m jumping in here completely unaware of
previous reports, I&#39;ll get the ball rolling by bringing up one of the
most glaring issues that I&#39;ve encountered:<br>
Repetetive/non-descriptive link anchors need to be more descriptive and
unique. This applies to comment &#39;reply&#39; links, &#39;read more&#39; links, etc.
The current preferred technique is to place excess text into a span and
then use css to make that span 1 pixel and place it outside of the
viewable screen area as describe here: <a href="http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/C7" target="_blank">http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/C7</a><br>
I&#39;m uncertain as to how this would affect the &#39;reply&#39; situation, should
WordPress Trac ticket #10550 ( <a href="http://core.trac.wordpress.org/ticket/10550" target="_blank">http://core.trac.wordpress.org/ticket/10550</a>
) be resolved by changing the links to form inputs; but as it is now,
this particular case should be resolved by adding comment id #s into
the hidden spans, like &lt;a&gt;reply &lt;span class=&quot;hide-me&quot;&gt;to
comment #&lt;/span&gt;&lt;/a&gt; or similar.<br>
&#39;Read more&#39; can be supplemented by titles. Any other repetetive /
unclear anchors should also be similarly supplemented to comply with
this guideline. Thoughts?<br>
  <br>
  <div class="gmail_quote">On Thu, Aug 6, 2009 at 9:38 PM, Lynne Pope <span dir="ltr">&lt;<a href="mailto:lynne.pope@gmail.com" target="_blank">lynne.pope@gmail.com</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">First
off, I wish to thank &quot;the powers that be&quot; for responding to my request
for this mailing list.<br>
I believe that by discussing and proposing changes to improve WordPress
accessibility those of us with expertise in this area can make a
significant difference.<br>
    <br>
Let&#39;s see if we can gather together all reports of accessibility issues
and/or concerns, look at what needs to be done at the code level to
correct these, and get moving on bringing WordPress into ATAG and
WCAG2.0 compliance.<br>
    <br>
I&#39;m excited to see this underway!<br>
    <font color="#888888"><br>
Lynne<br>
    <br>
    </font><br>
_______________________________________________<br>
wp-accessibility mailing list<br>
    <a href="mailto:wp-accessibility@lists.automattic.com" target="_blank">wp-accessibility@lists.automattic.com</a><br>
    <a href="http://lists.automattic.com/mailman/listinfo/wp-accessibility" target="_blank">http://lists.automattic.com/mailman/listinfo/wp-accessibility</a><br>
    <br>
  </blockquote>
  </div>
  <br>
  </div></div><pre><hr size="4" width="90%"><div class="im">
_______________________________________________
wp-accessibility mailing list
<a href="mailto:wp-accessibility@lists.automattic.com" target="_blank">wp-accessibility@lists.automattic.com</a>
<a href="http://lists.automattic.com/mailman/listinfo/wp-accessibility" target="_blank">http://lists.automattic.com/mailman/listinfo/wp-accessibility</a>
  </div></pre>
</blockquote>
<br>
</div>

<br>_______________________________________________<br>
wp-accessibility mailing list<br>
<a href="mailto:wp-accessibility@lists.automattic.com">wp-accessibility@lists.automattic.com</a><br>
<a href="http://lists.automattic.com/mailman/listinfo/wp-accessibility" target="_blank">http://lists.automattic.com/mailman/listinfo/wp-accessibility</a><br>
<br></blockquote></div><br>