[webkit-reviews] review denied: [Bug 195264] Web Inspector: CSS Changes: modifications aren't shared for rules that match multiple elements : [Attachment 369077] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 10 15:08:12 PDT 2019


Nikita Vasilyev <nvasilyev at apple.com> has denied Nikita Vasilyev
<nvasilyev at apple.com>'s request for review:
Bug 195264: Web Inspector: CSS Changes: modifications aren't shared for rules
that match multiple elements
https://bugs.webkit.org/show_bug.cgi?id=195264

Attachment 369077: Patch

https://bugs.webkit.org/attachment.cgi?id=369077&action=review




--- Comment #34 from Nikita Vasilyev <nvasilyev at apple.com> ---
Comment on attachment 369077
  --> https://bugs.webkit.org/attachment.cgi?id=369077
Patch

Greg pointed out offline that order does matter:

    font-size: 12px;
    font-size: .8rem;

If I swap the properties, the diff should indeed display the change.


More information about the webkit-reviews mailing list