[Webkit-unassigned] [Bug 6648] Safari strips-off namespace when using setAttribute()

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Jan 18 03:37:03 PST 2006


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





------- Additional Comments From sjoerd at backbase.com  2006-01-18 03:37 -------
Actually, it seems that problem is in getAttribute/getAttributeNode, because if
you do:

oElm.setAttribute('b:name','myvalue')
var oAttr = oElm.getAttributeNode('name');
alert(oAttr.prefix + ':' + oAttr.localName + ' = ' + oAttr.nodeValue);

Result message will be "b:name = myvalue".

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