[Webkit-unassigned] [Bug 6002] WebKit does not properly handle SVG <cursor> element
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Sep 22 03:11:07 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6002
------- Comment #36 from macdome at opendarwin.org 2006-09-22 03:11 PDT -------
(In reply to comment #35)
> I'm surprised this is only an error in strict mode:
> + if (strict && value && !(value->unit == Value::Operator &&
> value->iValue == ','))
> + return false;
>
> If it's only going to be an error in strict mode, maybe it only needs to be
> required in strict mode? Or maybe in non-strict mode an ; is also allowed?
What I meant there, was that perhaps things should be "more strict" in
non-strict mode. Only a few non-comma values are allowed in non-strict mode,
yes?
Also, I'm wondering if in strict mode .myclass { cursor: url(foo.png) } would
crash? Or at least it would end up calling valueList->next() a few more times
than you meant it too, or?
--
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