<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: CSS autocomplete: suggestion hint should be the most commonly used property and not the alphabetically first one"
   href="https://bugs.webkit.org/show_bug.cgi?id=156271">156271</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Web Inspector: CSS autocomplete: suggestion hint should be the most commonly used property and not the alphabetically first one
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Web Inspector
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>nvasilyev&#64;apple.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>bburg&#64;apple.com, graouts&#64;webkit.org, joepeck&#64;webkit.org, mattbaker&#64;apple.com, nvasilyev&#64;apple.com, timothy&#64;apple.com, webkit-bug-importer&#64;group.apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Steps:
1. Inspect &lt;body&gt; element
2. In the styles sidebar, in the Styles Attribute section, type &quot;f&quot;
3. Press Tab

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

Actual:
Alphabetically first CSS property name is autocompleted, e.g. &quot;fill&quot;.

Notes:
I worked on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Web Inspector: CSS property names autocomplete: Suggest most used rather than alphabetically first"
   href="show_bug.cgi?id=96763">Bug 96763</a> in 2012, but I don't think it ever landed.

Recently, Microsoft released Global CSS Property Usage stats:
<a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/usage/">https://developer.microsoft.com/en-us/microsoft-edge/platform/usage/</a>
It clearly shows that &quot;font-size&quot; is more common than &quot;fill&quot;,
and &quot;color&quot; is more common than &quot;caption-side&quot;.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>