[webkit-reviews] review requested: [Bug 178022] Web Inspector: [PARITY] Styles Redesign: clicking on the white space after the property should create a blank property : [Attachment 325315] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 29 20:20:41 PDT 2017


Nikita Vasilyev <nvasilyev at apple.com> has asked  for review:
Bug 178022: Web Inspector: [PARITY] Styles Redesign: clicking on the white
space after the property should create a blank property
https://bugs.webkit.org/show_bug.cgi?id=178022

Attachment 325315: Patch

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




--- Comment #9 from Nikita Vasilyev <nvasilyev at apple.com> ---
Created attachment 325315

  --> https://bugs.webkit.org/attachment.cgi?id=325315&action=review

Patch

The closing curly brace had to move to its own line when there're no
properties.

    Style Attribute {
    }

Before this patch it was:

    Style Attribute {}

I intend to fix this as a follow up. I need to make a fair amount of changes to
SpreadsheetCSSStyleDeclarationSection and SpreadsheetCSSStyleDeclarationEditor
to make it work.


More information about the webkit-reviews mailing list