[Webkit-unassigned] [Bug 33318] New: Using rgba in -webkit-gradient causes remaining CSS to stop rendering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 7 04:17:57 PST 2010


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

           Summary: Using rgba in -webkit-gradient causes remaining CSS to
                    stop rendering
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://www.wolfslittlestore.be/static/webkit_gradient_
                    bug.html
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: johan.ronsse at gmail.com


The following code does not behave as expected.

It triggers an error in the CSS parser of Firefox 3.5, Safari 4, the Webkit
nightly build stopping it to render the rest of the CSS.

background: -webkit-gradient(linear, left top, left bottom,
from(rgba(0,0,0,0.1)), to(rgba(0,0,0.9));

There are two parts to this bug:

1. The parsing of the remaining CSS rules (should skip rule if rgba not
supported in -webkit-gradient)
2. Feature support: rgba colors in -webkit-gradient

How to reproduce:
See source of http://www.wolfslittlestore.be/static/webkit_gradient_bug.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