<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Tabbing in the styles sidebar doesn't highlight the next section of text"
   href="https://bugs.webkit.org/show_bug.cgi?id=146676#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Tabbing in the styles sidebar doesn't highlight the next section of text"
   href="https://bugs.webkit.org/show_bug.cgi?id=146676">bug 146676</a>
              from <span class="vcard"><a class="email" href="mailto:nvasilyev&#64;apple.com" title="Nikita Vasilyev &lt;nvasilyev&#64;apple.com&gt;"> <span class="fn">Nikita Vasilyev</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=256286&amp;action=diff" name="attach_256286" title="Patch">attachment 256286</a> <a href="attachment.cgi?id=256286&amp;action=edit" title="Patch">[details]</a></span>
Patch

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

<span class="quote">&gt; Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationTextEditor.js:400
&gt; +        var substringIndex = text.includes(&quot;:&quot;) &amp;&amp; cursor.ch &gt;= text.indexOf(&quot;:&quot;) ? text.indexOf(&quot;:&quot;) : 0;</span >

Nit: text.indexOf(&quot;:&quot;) used twice here, it should be pulled into a variable.</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>