[Webkit-unassigned] [Bug 177346] New: Web Inspector: Add autocompletion suggestions for CSS attr based on corresponding element's dataset

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 22 00:20:15 PDT 2017


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

            Bug ID: 177346
           Summary: Web Inspector: Add autocompletion suggestions for CSS
                    attr based on corresponding element's dataset
           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: webkit at devinrousso.com
                CC: inspector-bugzilla-changes at group.apple.com

If the user is asking for completions inside a CSS `attr()`, we should add entries based on the existing dataset attributes of the corresponding node.

In the following example:

    <style>
        div {
            content: attr();
        }
    </style>
    <div data-test="test"></div>

If the user puts their cursor at `attr(|`, the completions list should contain "data-test".

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


More information about the webkit-unassigned mailing list