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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 25 19:36:28 PDT 2014


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


Philippe Wittenbergh <phiw at l-c-n.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |phiw at l-c-n.com




--- Comment #7 from Philippe Wittenbergh <phiw at l-c-n.com>  2014-06-25 19:36:46 PST ---
I disagree with this resolution: If border-style is set to none, or no border is specified (the initial value for border is ‘none’ anyway), then no border-image should be painted. From the spec, for ‘border-style’:

‘none’
No border. Color and width are ignored (i.e., the border has width 0). Note this means that the initial value of ‘border-image-width’ will also resolve to zero.

http://dev.w3.org/csswg/css-backgrounds/#the-border-style


This means that a border-style *must* be specified with a value other than ‘none’ in order for the border-image to be painted. WebKit (and Bink - Opera tested) is also wrong for the case where no border is specified (given that the initial value for border-style is ‘none’).

Internet explorer and firefox are correct.

testcase(s) : http://dev.l-c-n.com/CSS3_border-background/border-image_border-style-none.html

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list