<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - REGRESSION(r184000): Web Inspector: Multiline CSS in Styles Sidebar is marked as invalid"
href="https://bugs.webkit.org/show_bug.cgi?id=146178#c17">Comment # 17</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - REGRESSION(r184000): Web Inspector: Multiline CSS in Styles Sidebar is marked as invalid"
href="https://bugs.webkit.org/show_bug.cgi?id=146178">bug 146178</a>
from <span class="vcard"><a class="email" href="mailto:timothy@apple.com" title="Timothy Hatcher <timothy@apple.com>"> <span class="fn">Timothy Hatcher</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=255656&action=diff" name="attach_255656" title="Fixed the issue">attachment 255656</a> <a href="attachment.cgi?id=255656&action=edit" title="Fixed the issue">[details]</a></span>
Fixed the issue
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=255656&action=review">https://bugs.webkit.org/attachment.cgi?id=255656&action=review</a>
<span class="quote">> Source/WebInspectorUI/UserInterface/Views/CodeMirrorFormatters.js:442
> + var regexp = /\b(keyword|atom|number)\b/;</span >
This should be non-capturing. /\b(?:keyword|atom|number)\b/
Including number here makes be wonder if "rgb(0, 0, 0)" will turn into "rgb( 0, 0, 0)".</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>