WebKit (Chrome 3) fails on his second input border radius example where all the corners are defined with one attribute:<p><pre><code> -webkit-border-radius: 3px 6px 8px 10px;
</code></pre>
Currently, those have to be defined as separate attributes for each corner for this to work. Would this be considered a bug in WebKit? This is their proprietary attribute, so they aren't necessarily supposed to behave as the W3c specifies...