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

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


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





------- Additional Comments From sjoerd at backbase.com  2006-01-18 00:37 -------
(From update of attachment 5759)
><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
><HTML xmlns:s="http://www.backbase.com/s" xmlns:b="http://www.backbase.com/b" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><HEAD>
>
>
>	
>		<META content="text/html; utf-8" http-equiv="Content-Type"/><TITLE>Safari setAttribute testcase</TITLE></HEAD><BODY>
>		<SCRIPT type="text/javascript">
>			var elm = document.createElement('div');
>			elm.setAttribute('b:name','myvalue');
>			alert("b:name='"+elm.getAttribute('b:name')+ "' - name='"+elm.getAttribute('name')+"'");
>		</SCRIPT>
>	
></BODY></HTML>


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