<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [css border] border-image doesn't honor border-style"
   href="https://bugs.webkit.org/show_bug.cgi?id=99922#c37">Comment # 37</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [css border] border-image doesn't honor border-style"
   href="https://bugs.webkit.org/show_bug.cgi?id=99922">bug 99922</a>
              from <span class="vcard"><a class="email" href="mailto:browserbugs2&#64;gtalbot.org" title="Gérard Talbot &lt;browserbugs2&#64;gtalbot.org&gt;"> <span class="fn">Gérard Talbot</span></a>
</span></b>
        <pre>
<span class="quote">&gt; border-image: url(&quot;cat.png&quot;) 1 2 3; /* is INvalid */</span >


After a closer look, this actually could be valid... it would mean that border-slice-width uses 3 number values and that both border-image-width uses the default value (1) and border-image-outset uses default value (0). Doh!

border-image:    &lt;‘border-image-source’&gt; || &lt;‘border-image-slice’&gt; [ / &lt;‘border-image-width’&gt; | / &lt;‘border-image-width’&gt;? / &lt;‘border-image-outset’&gt; ]? || &lt;‘border-image-repeat’&gt;

So, now, the CSS validator has a bug!</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>