<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Support PANTONE Color Names in CSS color properties"
href="https://bugs.webkit.org/show_bug.cgi?id=159963#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Support PANTONE Color Names in CSS color properties"
href="https://bugs.webkit.org/show_bug.cgi?id=159963">bug 159963</a>
from <span class="vcard"><a class="email" href="mailto:alexcohen@pantone.com" title="Alexander Cohen <alexcohen@pantone.com>"> <span class="fn">Alexander Cohen</span></a>
</span></b>
<pre>After further trials, a better naming convention for the PANTONE html names could be the following:
- Start every name with a 'p' to represent PANTONE. This also let's the CSSParser not recognize names such as '101c' as HEX values.
- Continue with the PANTONE number removing any dashes and spaces.
- End with the color guide marker.
Example:
Actual PANTONE Color Name: PANTONE 101 C
Web PANTONE Color Name: p101c</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>