<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Web Inspector: Add px when changing number value"
   href="https://bugs.webkit.org/show_bug.cgi?id=147489#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Web Inspector: Add px when changing number value"
   href="https://bugs.webkit.org/show_bug.cgi?id=147489">bug 147489</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>(In reply to <a href="show_bug.cgi?id=147489#c2">comment #2</a>)
<span class="quote">&gt; There is no way to do this unambiguously. The user could prefer ems or some
&gt; other numerical unit.</span >

&quot;px&quot; is the most commonly used unit, so I can see why would somebody want that.

However, it's not very straightforward to implement. For

   z-index: 0

we don't want to append &quot;px&quot;. `z-index: 1px` isn't a valid CSS.
To implement this properly we'd have to understand the context.</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>