[Bug 12404] Structured Clone and Arrays (implementation notes and clarifications sought)

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12404

--- Comment #3 from Travis Leithead [MSFT] <travil@microsoft.com> 2011-04-06 00:08:45 UTC ---
Based on this feedback, it looks like the general consensus (which I agree
with) is that:

1. Any enumerable "own" property on an array should be cloned (this does not
require a spec change, as the current wording implies that this should happen
for Object/Arrays)

2. The length of a sparce-array should be preserved when cloning. This
requirement will necessitate a small spec change to alert implementors of this
condition.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 6 April 2011 00:08:47 UTC