<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: Expose aria-current status to children"
   href="https://bugs.webkit.org/show_bug.cgi?id=155469#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: Expose aria-current status to children"
   href="https://bugs.webkit.org/show_bug.cgi?id=155469">bug 155469</a>
              from <span class="vcard"><a class="email" href="mailto:n_wang&#64;apple.com" title="Nan Wang &lt;n_wang&#64;apple.com&gt;"> <span class="fn">Nan Wang</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=274039&amp;action=diff" name="attach_274039" title="patch">attachment 274039</a> <a href="attachment.cgi?id=274039&amp;action=edit" title="patch">[details]</a></span>
patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=274039&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=274039&amp;action=review</a>

<span class="quote">&gt;&gt;&gt;&gt; Source/WebCore/accessibility/AccessibilityObject.cpp:1881
&gt;&gt;&gt;&gt; +    // If empty or missing, we should walk the parent chain to find the current status.
&gt;&gt;&gt; 
&gt;&gt;&gt; should we do this for every object, or should VoiceOver be responsible for checking the parent chain for the presence of aria-current?
&gt;&gt;&gt; i feel like the later might be more performant and more accurate.
&gt;&gt; 
&gt;&gt; I did have the same concern when implementing this. I'll try the VO approach too, but even in that case, we still need to check every object, right?
&gt; 
&gt; true but VO only has to do it when it needs to output the info. Does webkit end up calling this method for every object when its retrieved? or does it also only return this info when explicitly asked.
&gt; 
&gt; I feel its also slightly more accurate to only expose this on the actual element that does expose it.</span >

Webkit is calling this method for every object, but only expose the attribute when result is not false. I think I should change that part to make it work for VO.</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>