<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[202831] trunk/Source/WebInspectorUI</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/202831">202831</a></dd>
<dt>Author</dt> <dd>timothy@apple.com</dd>
<dt>Date</dt> <dd>2016-07-05 13:38:22 -0700 (Tue, 05 Jul 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Web Inspector: Drop -webkit-calc() in completions and a single use
https://bugs.webkit.org/show_bug.cgi?id=159435
rdar://problem/27179340

Reviewed by Dean Jackson.

* UserInterface/Models/CSSKeywordCompletions.js:
* UserInterface/Views/VisualStylePropertyEditorLink.css:
(.visual-style-property-editor-link &gt; .visual-style-property-editor-link-border):</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsCSSKeywordCompletionsjs">trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsVisualStylePropertyEditorLinkcss">trunk/Source/WebInspectorUI/UserInterface/Views/VisualStylePropertyEditorLink.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (202830 => 202831)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2016-07-05 20:30:00 UTC (rev 202830)
+++ trunk/Source/WebInspectorUI/ChangeLog        2016-07-05 20:38:22 UTC (rev 202831)
</span><span class="lines">@@ -1,5 +1,17 @@
</span><span class="cx"> 2016-07-05  Timothy Hatcher  &lt;timothy@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Web Inspector: Drop -webkit-calc() in completions and a single use
+        https://bugs.webkit.org/show_bug.cgi?id=159435
+        rdar://problem/27179340
+
+        Reviewed by Dean Jackson.
+
+        * UserInterface/Models/CSSKeywordCompletions.js:
+        * UserInterface/Views/VisualStylePropertyEditorLink.css:
+        (.visual-style-property-editor-link &gt; .visual-style-property-editor-link-border):
+
+2016-07-05  Timothy Hatcher  &lt;timothy@apple.com&gt;
+
</ins><span class="cx">         Web Inspector: Drop the prefix from -webkit-image-set()
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=159433
</span><span class="cx">         rdar://problem/27178887
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsCSSKeywordCompletionsjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js (202830 => 202831)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js        2016-07-05 20:30:00 UTC (rev 202830)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js        2016-07-05 20:38:22 UTC (rev 202831)
</span><span class="lines">@@ -177,7 +177,7 @@
</span><span class="cx">         &quot;baseline&quot;, &quot;sub&quot;, &quot;super&quot;
</span><span class="cx">     ],
</span><span class="cx">     &quot;border-bottom-width&quot;: [
</span><del>-        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;margin-top-collapse&quot;: [
</span><span class="cx">         &quot;collapse&quot;, &quot;separate&quot;, &quot;discard&quot;
</span><span class="lines">@@ -193,7 +193,7 @@
</span><span class="cx">         &quot;default&quot;, &quot;srgb&quot;
</span><span class="cx">     ],
</span><span class="cx">     &quot;border-left-width&quot;: [
</span><del>-        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-writing-mode&quot;: [
</span><span class="cx">         &quot;lr&quot;, &quot;rl&quot;, &quot;tb&quot;, &quot;lr-tb&quot;, &quot;rl-tb&quot;, &quot;tb-rl&quot;, &quot;horizontal-tb&quot;, &quot;vertical-rl&quot;, &quot;vertical-lr&quot;, &quot;horizontal-bt&quot;
</span><span class="lines">@@ -220,7 +220,7 @@
</span><span class="cx">         &quot;collapse&quot;, &quot;separate&quot;
</span><span class="cx">     ],
</span><span class="cx">     &quot;border-top-width&quot;: [
</span><del>-        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;outline-color&quot;: [
</span><span class="cx">         &quot;invert&quot;, &quot;-webkit-focus-ring-color&quot;
</span><span class="lines">@@ -237,7 +237,7 @@
</span><span class="cx">         &quot;-webkit-grabbing&quot;, &quot;url()&quot;, &quot;image-set()&quot;
</span><span class="cx">     ],
</span><span class="cx">     &quot;border-width&quot;: [
</span><del>-        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;size&quot;: [
</span><span class="cx">         &quot;a3&quot;, &quot;a4&quot;, &quot;a5&quot;, &quot;b4&quot;, &quot;b5&quot;, &quot;landscape&quot;, &quot;ledger&quot;, &quot;legal&quot;, &quot;letter&quot;, &quot;portrait&quot;
</span><span class="lines">@@ -329,7 +329,7 @@
</span><span class="cx">         &quot;collapse&quot;, &quot;separate&quot;, &quot;discard&quot;
</span><span class="cx">     ],
</span><span class="cx">     &quot;text-overline-width&quot;: [
</span><del>-        &quot;normal&quot;, &quot;medium&quot;, &quot;auto&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;normal&quot;, &quot;medium&quot;, &quot;auto&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;text-transform&quot;: [
</span><span class="cx">         &quot;none&quot;, &quot;capitalize&quot;, &quot;uppercase&quot;, &quot;lowercase&quot;
</span><span class="lines">@@ -402,7 +402,7 @@
</span><span class="cx">         &quot;ideographic&quot;, &quot;alphabetic&quot;, &quot;hanging&quot;, &quot;mathematical&quot;
</span><span class="cx">     ],
</span><span class="cx">     &quot;outline-width&quot;: [
</span><del>-        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;text-line-through-width&quot;: [
</span><span class="cx">         &quot;normal&quot;, &quot;medium&quot;, &quot;auto&quot;, &quot;thick&quot;, &quot;thin&quot;
</span><span class="lines">@@ -518,40 +518,40 @@
</span><span class="cx">         &quot;auto&quot;
</span><span class="cx">     ],
</span><span class="cx">     &quot;width&quot;: [
</span><del>-        &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;-webkit-min-content&quot;, &quot;-webkit-max-content&quot;, &quot;-webkit-fill-available&quot;, &quot;-webkit-fit-content&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;-webkit-min-content&quot;, &quot;-webkit-max-content&quot;, &quot;-webkit-fill-available&quot;, &quot;-webkit-fit-content&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;height&quot;: [
</span><del>-        &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;max-width&quot;: [
</span><del>-        &quot;none&quot;, &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;-webkit-min-content&quot;, &quot;-webkit-max-content&quot;, &quot;-webkit-fill-available&quot;, &quot;-webkit-fit-content&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;none&quot;, &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;-webkit-min-content&quot;, &quot;-webkit-max-content&quot;, &quot;-webkit-fill-available&quot;, &quot;-webkit-fit-content&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;min-width&quot;: [
</span><del>-        &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;-webkit-min-content&quot;, &quot;-webkit-max-content&quot;, &quot;-webkit-fill-available&quot;, &quot;-webkit-fit-content&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;-webkit-min-content&quot;, &quot;-webkit-max-content&quot;, &quot;-webkit-fill-available&quot;, &quot;-webkit-fit-content&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;max-height&quot;: [
</span><del>-        &quot;none&quot;, &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;none&quot;, &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;min-height&quot;: [
</span><del>-        &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-logical-width&quot;: [
</span><del>-        &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;-webkit-min-content&quot;, &quot;-webkit-max-content&quot;, &quot;-webkit-fill-available&quot;, &quot;-webkit-fit-content&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;-webkit-min-content&quot;, &quot;-webkit-max-content&quot;, &quot;-webkit-fill-available&quot;, &quot;-webkit-fit-content&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-logical-height&quot;: [
</span><del>-        &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-max-logical-width&quot;: [
</span><del>-        &quot;none&quot;, &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;-webkit-min-content&quot;, &quot;-webkit-max-content&quot;, &quot;-webkit-fill-available&quot;, &quot;-webkit-fit-content&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;none&quot;, &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;-webkit-min-content&quot;, &quot;-webkit-max-content&quot;, &quot;-webkit-fill-available&quot;, &quot;-webkit-fit-content&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-min-logical-width&quot;: [
</span><del>-        &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;-webkit-min-content&quot;, &quot;-webkit-max-content&quot;, &quot;-webkit-fill-available&quot;, &quot;-webkit-fit-content&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;-webkit-min-content&quot;, &quot;-webkit-max-content&quot;, &quot;-webkit-fill-available&quot;, &quot;-webkit-fit-content&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-max-logical-height&quot;: [
</span><del>-        &quot;none&quot;, &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;none&quot;, &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-min-logical-height&quot;: [
</span><del>-        &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;intrinsic&quot;, &quot;min-intrinsic&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;empty-cells&quot;: [
</span><span class="cx">         &quot;hide&quot;, &quot;show&quot;
</span><span class="lines">@@ -560,10 +560,10 @@
</span><span class="cx">         &quot;none&quot;, &quot;all&quot;, &quot;auto&quot;, &quot;visible&quot;, &quot;visiblepainted&quot;, &quot;visiblefill&quot;, &quot;visiblestroke&quot;, &quot;painted&quot;, &quot;fill&quot;, &quot;stroke&quot;
</span><span class="cx">     ],
</span><span class="cx">     &quot;letter-spacing&quot;: [
</span><del>-        &quot;normal&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;normal&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;word-spacing&quot;: [
</span><del>-        &quot;normal&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;normal&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-font-kerning&quot;: [
</span><span class="cx">         &quot;auto&quot;, &quot;normal&quot;, &quot;none&quot;
</span><span class="lines">@@ -594,7 +594,7 @@
</span><span class="cx">         &quot;normal&quot;, &quot;break-all&quot;, &quot;break-word&quot;
</span><span class="cx">     ],
</span><span class="cx">     &quot;text-underline-width&quot;: [
</span><del>-        &quot;normal&quot;, &quot;medium&quot;, &quot;auto&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;normal&quot;, &quot;medium&quot;, &quot;auto&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;text-indent&quot;: [
</span><span class="cx">         &quot;-webkit-each-line&quot;, &quot;-webkit-hanging&quot;
</span><span class="lines">@@ -870,7 +870,7 @@
</span><span class="cx">         &quot;ease&quot;, &quot;linear&quot;, &quot;ease-in&quot;, &quot;ease-out&quot;, &quot;ease-in-out&quot;, &quot;step-start&quot;, &quot;step-end&quot;, &quot;steps()&quot;, &quot;cubic-bezier()&quot;, &quot;spring()&quot;
</span><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-column-span&quot;: [
</span><del>-        &quot;all&quot;, &quot;none&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;all&quot;, &quot;none&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-region-break-after&quot;: [
</span><span class="cx">         &quot;auto&quot;, &quot;always&quot;, &quot;avoid&quot;, &quot;left&quot;, &quot;right&quot;
</span><span class="lines">@@ -930,22 +930,22 @@
</span><span class="cx">         &quot;auto&quot;, &quot;none&quot;, &quot;text&quot;, &quot;all&quot;
</span><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-text-stroke-width&quot;: [
</span><del>-        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-border-start-width&quot;: [
</span><del>-        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-border-end-width&quot;: [
</span><del>-        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-border-before-width&quot;: [
</span><del>-        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-border-after-width&quot;: [
</span><del>-        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-column-rule-width&quot;: [
</span><del>-        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;medium&quot;, &quot;thick&quot;, &quot;thin&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-aspect-ratio&quot;: [
</span><span class="cx">         &quot;auto&quot;, &quot;from-dimensions&quot;, &quot;from-intrinsic&quot;, &quot;/&quot;
</span><span class="lines">@@ -957,16 +957,16 @@
</span><span class="cx">         &quot;none&quot;, &quot;grayscale()&quot;, &quot;sepia()&quot;, &quot;saturate()&quot;, &quot;hue-rotate()&quot;, &quot;invert()&quot;, &quot;opacity()&quot;, &quot;brightness()&quot;, &quot;contrast()&quot;, &quot;blur()&quot;, &quot;drop-shadow()&quot;, &quot;custom()&quot;
</span><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-column-count&quot;: [
</span><del>-        &quot;auto&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;auto&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-column-gap&quot;: [
</span><del>-        &quot;normal&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;normal&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-column-axis&quot;: [
</span><span class="cx">         &quot;horizontal&quot;, &quot;vertical&quot;, &quot;auto&quot;
</span><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-column-width&quot;: [
</span><del>-        &quot;auto&quot;, &quot;calc()&quot;, &quot;-webkit-calc()&quot;
</del><ins>+        &quot;auto&quot;, &quot;calc()&quot;
</ins><span class="cx">     ],
</span><span class="cx">     &quot;-webkit-column-fill&quot;: [
</span><span class="cx">         &quot;auto&quot;, &quot;balance&quot;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsVisualStylePropertyEditorLinkcss"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/VisualStylePropertyEditorLink.css (202830 => 202831)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/VisualStylePropertyEditorLink.css        2016-07-05 20:30:00 UTC (rev 202830)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/VisualStylePropertyEditorLink.css        2016-07-05 20:38:22 UTC (rev 202831)
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx"> 
</span><span class="cx"> .visual-style-property-editor-link &gt; .visual-style-property-editor-link-border {
</span><span class="cx">     position: absolute;
</span><del>-    top: -webkit-calc(50% - 0.5px);
</del><ins>+    top: calc(50% - 0.5px);
</ins><span class="cx">     width: 48px;
</span><span class="cx">     border-top: 1px dashed hsl(0, 0%, 50%);
</span><span class="cx"> }
</span></span></pre>
</div>
</div>

</body>
</html>