<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#c5">Comment # 5</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:cfleizach&#64;apple.com" title="chris fleizach &lt;cfleizach&#64;apple.com&gt;"> <span class="fn">chris fleizach</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; Source/WebCore/accessibility/AccessibilityObject.cpp:1881
&gt;&gt;&gt; +    // If empty or missing, we should walk the parent chain to find the current status.
&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; i feel like the later might be more performant and more accurate.
&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?</span >

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.

I feel its also slightly more accurate to only expose this on the actual element that does expose it.</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>