[Webkit-unassigned] [Bug 147489] Web Inspector: Add px when changing number value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 10 12:55:49 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=147489

--- Comment #3 from Nikita Vasilyev <nvasilyev at apple.com> ---
(In reply to comment #2)
> There is no way to do this unambiguously. The user could prefer ems or some
> other numerical unit.

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160910/ab23d623/attachment-0001.html>


More information about the webkit-unassigned mailing list