[Webkit-unassigned] [Bug 156271] New: Web Inspector: CSS autocomplete: suggestion hint should be the most commonly used property and not the alphabetically first one

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 5 18:33:49 PDT 2016


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

            Bug ID: 156271
           Summary: Web Inspector: CSS autocomplete: suggestion hint
                    should be the most commonly used property and not the
                    alphabetically first one
    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

Steps:
1. Inspect <body> element
2. In the styles sidebar, in the Styles Attribute section, type "f"
3. Press Tab

Expected:
The most commonly used CSS property name that starts with "f" is autocompleted, e.g. "font-size".

Actual:
Alphabetically first CSS property name is autocompleted, e.g. "fill".

Notes:
I worked on Bug 96763 in 2012, but I don't think it ever landed.

Recently, Microsoft released Global CSS Property Usage stats:
https://developer.microsoft.com/en-us/microsoft-edge/platform/usage/
It clearly shows that "font-size" is more common than "fill",
and "color" is more common than "caption-side".

-- 
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/20160406/72ac4ab4/attachment.html>


More information about the webkit-unassigned mailing list