[Webkit-unassigned] [Bug 15172] object fallback - empty string for first argument of setAttributeNS does not work like null
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 29 22:52:43 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15172
------- Comment #3 from shadow2531 at gmail.com 2007-10-29 22:52 PDT -------
Created an attachment (id=16943)
--> (http://bugs.webkit.org/attachment.cgi?id=16943&action=view)
createElementNS test
This affects createElementNS also and probably other ns functions.
createElementNS("", "div") should do the exact same thing as
createElementNS(null, "div"), but it doesn't in Safari. Works fine in Opera and
FF.
--
Configure bugmail: http://bugs.webkit.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