[Webkit-unassigned] [Bug 16183] SVG doesn't support rgba colors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 3 11:15:16 PDT 2010


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


Jonathan Kliegman <kliegs at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #57792|                            |review?, commit-queue?
               Flag|                            |




--- Comment #3 from Jonathan Kliegman <kliegs at chromium.org>  2010-06-03 11:15:15 PST ---
Created an attachment (id=57792)
 --> (https://bugs.webkit.org/attachment.cgi?id=57792)
Patch removing the blocks on hsl, hsla and rgba color specifications from SVG parsing

This removes the checks to prevent processing of hsl, hsla and rgba color specifications in SVG.   The SVG spec calls for CSS2 compliance and hsl, hsla and rgba are part of CSS3 so not technically supported by the standard.

Discussion on webkit-dev sees no harm in enabling this capability as other browsers have done so and its what web developers and users will expect (archive here - https://lists.webkit.org/pipermail/webkit-dev/2010-June/013027.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