[Webkit-unassigned] [Bug 6002] WebKit does not properly handle SVG <cursor> element

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Sep 10 13:45:48 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6002





------- Comment #22 from rwlbuis at gmail.com  2006-09-10 13:45 PDT -------
Hi Darin,

(In reply to comment #21)
> +        if (!strict && value->id == CSS_VAL_HAND) { // MSIE 5 compatibility :/
> +            id = CSS_VAL_POINTER;
> +            valid_primitive = true;
> +        } else if (value->id >= CSS_VAL_AUTO && value->id <= CSS_VAL_HELP)
> 
> How does the CSS_VAL_AUTO case here work? I don't see it setting id, and it
> looks to me like code below in the if (valid_primitive) block isn't going to
> work if id is not set.

The counter ids are only added at the end of the list, and I think the
parsedValue
is the block that should work (for the list) instead of valid_primitive block.
Correct
me if you think that is wong, but that is how I remember from the original
patch.
Cheers,

Rob.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list