[webkit-reviews] review requested: [Bug 16183] SVG doesn't support rgba colors : [Attachment 57792] Patch removing the blocks on hsl, hsla and rgba color specifications from SVG parsing

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


Jonathan Kliegman <kliegs at chromium.org> has asked  for review:
Bug 16183: SVG doesn't support rgba colors
https://bugs.webkit.org/show_bug.cgi?id=16183

Attachment 57792: Patch removing the blocks on hsl, hsla and rgba color
specifications from SVG parsing
https://bugs.webkit.org/attachment.cgi?id=57792&action=review

------- Additional Comments from Jonathan Kliegman <kliegs at chromium.org>
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)


More information about the webkit-reviews mailing list