<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: attributes to retrieve focusable and editable ancestors"
   href="https://bugs.webkit.org/show_bug.cgi?id=155554#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: attributes to retrieve focusable and editable ancestors"
   href="https://bugs.webkit.org/show_bug.cgi?id=155554">bug 155554</a>
              from <span class="vcard"><a class="email" href="mailto:d_russell&#64;apple.com" title="Doug Russell &lt;d_russell&#64;apple.com&gt;"> <span class="fn">Doug Russell</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=155554#c14">comment #14</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=274244&amp;action=diff" name="attach_274244" title="Patch">attachment 274244</a> <a href="attachment.cgi?id=274244&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=274244&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=274244&amp;action=review</a>
&gt; 
&gt; some review comments inside
&gt; 
&gt; &gt; Source/WebCore/accessibility/AccessibilityNodeObject.cpp:253
&gt; &gt; +    if (canSetFocusAttribute())
&gt; 
&gt; if you start your loop with &quot;this&quot; you can avoid this extra bit of code with
&gt; no extra cost</span >

Will do

<span class="quote">&gt; 
&gt; &gt; Source/WebCore/accessibility/AccessibilityNodeObject.cpp:268
&gt; &gt; +    if (isTextControl())
&gt; 
&gt; ditto</span >

Will do

<span class="quote">&gt; 
&gt; &gt; Source/WebCore/accessibility/AccessibilityObject.h:1043
&gt; &gt;      
&gt; 
&gt; these seem like they can all go in AccessibilityObject.cpp and then they
&gt; don't have to be virtual</span >

I'll see if I can do that.

<span class="quote">&gt; 
&gt; &gt; Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:3335
&gt; &gt; +    if (!m_object-&gt;isWebArea()) {
&gt; 
&gt; if its called on WebArea, it will just end up returning nil right? that
&gt; seems ok doesn't it</span >

Correct. I can remove that check.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>