[Webkit-unassigned] [Bug 145657] Web Inspector: Show warning icon for invalid CSS properties and/or values
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 18 15:12:33 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=145657
--- Comment #10 from Joseph Pecoraro <joepeck at webkit.org> ---
Comment on attachment 255127
--> https://bugs.webkit.org/attachment.cgi?id=255127
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=255127&action=review
Drive by, I haven't actually reviewed the logic yet.
> Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationTextEditor.js:614
> + title: WebInspector.UIString("The 'webkit' prefix is not necessary.\nDuplicate without the prefix?"),
I think it might be better to say "[...]. Click to insert a duplicate without the prefix."
> Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationTextEditor.js:621
> + title: WebInspector.UIString("Duplicate property '%s'.\nDelete this property?").format(property.name),
Same here. "[...]. Click to delete this property." And so on for others.
--
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/20150618/8dbf8a08/attachment.html>
More information about the webkit-unassigned
mailing list