[webkit-reviews] review requested: [Bug 7296] JavaScript error not thrown when trying to set a CSS property to an invalid value : [Attachment 11888] proposed fix

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Sat Dec 16 14:08:25 PST 2006


Alexey Proskuryakov <ap at webkit.org> has asked  for review:
Bug 7296: JavaScript error not thrown when trying to set a CSS property to an
invalid value
http://bugs.webkit.org/show_bug.cgi?id=7296

Attachment 11888: proposed fix
http://bugs.webkit.org/attachment.cgi?id=11888&action=edit

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
Now we do have a quirks mode for Dashboard!

The attached test now raises an exception even earlier than expected, that is,
when trying to set the cursor:

innerDiv.style.cursor = "-moz-grab";

WinIE treats this as "url('-moz-grab')" and thus doesn't raise an exception.
OTOH, Firefox ignores unknown cursor names. I'm going to file a followup bug
for this.



More information about the webkit-reviews mailing list