<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: Incorrect behavior for word related text marker functions when there's collapsed whitespace"
   href="https://bugs.webkit.org/show_bug.cgi?id=159910#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: Incorrect behavior for word related text marker functions when there's collapsed whitespace"
   href="https://bugs.webkit.org/show_bug.cgi?id=159910">bug 159910</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="bz_obsolete"><a href="attachment.cgi?id=284009&amp;action=diff" name="attach_284009" title="patch">attachment 284009</a> <a href="attachment.cgi?id=284009&amp;action=edit" title="patch">[details]</a></span>
patch

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

<span class="quote">&gt;&gt;&gt; Source/WebCore/accessibility/AXObjectCache.cpp:1590
&gt;&gt;&gt; +        bool cumulateEnough = validateOffset ? cumulativeOffset + lastStartOffset &gt;= offset : cumulativeOffset &gt;= offset;
&gt;&gt; 
&gt;&gt; the name of this variable is strange: cumulateEnough
&gt;&gt; what purpose do you want it to serve?
&gt;&gt; 
&gt;&gt; it seems like it could be &quot;bool validOffset&quot;
&gt; 
&gt; This is to check if we have cumulated enough characters so that we can break early.</span >

bool offsetLimitReached</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>