<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 - &lt;input type=color readonly&gt; doesn't act per spec"
   href="https://bugs.webkit.org/show_bug.cgi?id=168421">168421</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>&lt;input type=color readonly&gt; doesn't act per spec
          </td>
        </tr>

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

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

        <tr>
          <th>Version</th>
          <td>Safari Technology Preview
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </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>Forms
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>zcorpan&#64;gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>(This issue for Chromium was fixed in 2013: <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=249515">https://bugs.chromium.org/p/chromium/issues/detail?id=249515</a> )

TESTCASE: <a href="http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2319">http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2319</a>

The &quot;readonly&quot; attribute on &lt;input type=color&gt; is supposed to be ignored, but WebKit makes it stop popping up the color picker yet without making the control stop being interactive, so it just looks broken.

In Chromium/Gecko/Edge/HTML standard, readonly does not apply to type=color.

[[
The following content attributes must not be specified and do not apply to the element: ... readonly, ...
]]
<a href="https://html.spec.whatwg.org/#color-state-(type=color">https://html.spec.whatwg.org/#color-state-(type=color</a>)</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>