[Webkit-unassigned] [Bug 99922] [css border] border-image doesn't honor border-style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 1 14:31:07 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=99922

--- Comment #37 from Gérard Talbot <browserbugs2 at gtalbot.org> ---

> border-image: url("cat.png") 1 2 3; /* is INvalid */


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:    <‘border-image-source’> || <‘border-image-slice’> [ / <‘border-image-width’> | / <‘border-image-width’>? / <‘border-image-outset’> ]? || <‘border-image-repeat’>

So, now, the CSS validator has a bug!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151201/0865f758/attachment.html>


More information about the webkit-unassigned mailing list