[Webkit-unassigned] [Bug 44107] CSS: Make rgb() and rgba() fast paths case-insensitive

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 17 17:25:24 PDT 2010


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





--- Comment #2 from Ariya Hidayat <ariya.hidayat at gmail.com>  2010-08-17 17:25:24 PST ---
(From update of attachment 64588)
> -    if (name.startsWith("rgba(")) {
> +    if (mightBeRGBA(characters, length)) {

Will there be a (minor) behavior difference IF the input is invalid e.g. "rgba(foo"?

-- 
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