[Webkit-unassigned] [Bug 99922] New: [css border] border-image doesn't honor broder-style
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 21 01:04:00 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=99922
Summary: [css border] border-image doesn't honor broder-style
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tapir.dream at gmail.com
CC: ap at webkit.org
According w3c css3-border-image to the specification. (See http://www.w3.org/TR/css3-background/#border-image)
The border-image properties do not affect layout: layout of the box, its content, and surrounding content is based on the ‘border-width’ and ‘border-style’ properties only.
But in WebKit , if Element has a valid 'border-image' style but sets 'border-style' to none, WebKit does render the border, which is against the CSS spec.
See one of WebKit layout tests: http://trac.webkit.org/browser/trunk/LayoutTests/fast/borders/border-image-omit-right-slice.html, in this test, the div should not have border, but the expectation file does have, please see
http://trac.webkit.org/browser/trunk/LayoutTests/platform/chromium/fast/borders/border-image-omit-right-slice-expected.txt
--
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