Re: [whatwg] [html5] Question on the structured cloning algorithm

2011-05-26 Thread Ian Hickson
On Thu, 26 May 2011, Stewart Brodie wrote: > > Ian Hickson wrote: > > > On Tue, 24 May 2011, Stewart Brodie wrote: > > > > > > Do getters need to be called to obtain a value which can be stored > > > (after being cloned itself) in the result? > > > > I'm not sure I follow the question. Can you e

Re: [whatwg] [html5] Question on the structured cloning algorithm

2011-05-26 Thread Stewart Brodie
Ian Hickson wrote: > On Tue, 24 May 2011, Stewart Brodie wrote: > > > > Do getters need to be called to obtain a value which can be stored > > (after being cloned itself) in the result? > > I'm not sure I follow the question. Can you elaborate? Are getters called during cloning? i.e. what do I

Re: [whatwg] [html5] Question on the structured cloning algorithm

2011-05-25 Thread Ian Hickson
On Tue, 24 May 2011, Stewart Brodie wrote: > > The section on the structured cloning algorithm has a Note that says > > > "Property descriptors, setters, getters, and analogous features are > > not copied in this process." > > Is this note part of the normative definition of the algorithm, or ju

[whatwg] [html5] Question on the structured cloning algorithm

2011-05-24 Thread Stewart Brodie
The section on the structured cloning algorithm has a Note that says > "Property descriptors, setters, getters, and analogous features are not > copied in this process." Is this note part of the normative definition of the algorithm, or just a non-normative helpful explanatory note? The typogra