[Webkit-unassigned] [Bug 154082] New: Web Inspector: In the styles sidebar, Option-clicking on --css-variable should jump to its definition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 10 12:48:16 PST 2016


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

            Bug ID: 154082
           Summary: Web Inspector: In the styles sidebar, Option-clicking
                    on --css-variable should jump to its definition
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nvasilyev at apple.com
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

In "Styles — Rules", Option-clicking on a property name/value isn't
a very common action. CSS rule's source links (on the right
to CSS selectors) allow navigating to the corresponding line
in CSS resource already.

With CSS variables gaining popularity, I suggest repurposing Option-Click.
In the following example,

    .title {
      color: var(--theme-text-color)
    }

Option-clicking on "--theme-text-color" would jump to the variable's
definition, e.g.:

    body {
      --theme-text-color: black
    }

(via Bug 149521)

-- 
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/20160210/acf2feb0/attachment-0001.html>


More information about the webkit-unassigned mailing list